Home
last modified time | relevance | path

Searched refs:cfp_table_BG (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cfp.c288 static cfp_table_t cfp_table_BG[] = { variable
333 #define MLAN_CFP_TABLE_SIZE_BG (sizeof(cfp_table_BG) / sizeof(cfp_table_t))
718 PRINTM(MINFO, "cfp_table_BG[%d].code=%d\n", i, cfp_table_BG[i].code); in wlan_get_region_cfp_table()
720 if (cfp_table_BG[i].code == cfp_bg) in wlan_get_region_cfp_table()
723 *cfp_no = cfp_table_BG[i].cfp_no; in wlan_get_region_cfp_table()
725 return cfp_table_BG[i].cfp; in wlan_get_region_cfp_table()
1176 cfp = cfp_table_BG[i].cfp;
1177 cfp_no = (t_u32)cfp_table_BG[i].cfp_no;
2332 if (cfp_table_BG[i].code == pmadapter->otp_region->region_code)
2334 max_tx_pwr_bg = (cfp_table_BG[i].cfp)->max_tx_power;