Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cfp.c698 if ((band & (BAND_B | BAND_G | BAND_GN | BAND_GAC)) != 0U) in wlan_get_region_cfp_table()
1278 case BAND_GN:
1279 case BAND_B | BAND_G | BAND_GN:
1280 case BAND_G | BAND_GN:
1281 case BAND_GN | BAND_GAC:
1282 case BAND_B | BAND_G | BAND_GN | BAND_GAC:
1283 case BAND_G | BAND_GN | BAND_GAC:
1416 case BAND_GN:
1417 case BAND_B | BAND_G | BAND_GN:
1418 case BAND_G | BAND_GN:
[all …]
Dmlan_11d.c475 if ((band & (BAND_B | BAND_G | BAND_GN)) != 0U) in wlan_11d_get_chan()
1130 if ((band & (BAND_B | BAND_G | BAND_GN)) != 0U)
1144 if ((band & BAND_GN) != 0U)
1315 case BAND_GN:
1316 case BAND_G | BAND_GN:
1317 case BAND_B | BAND_G | BAND_GN:
1319 case BAND_B | BAND_G | BAND_GN | BAND_GAC:
1322 case BAND_B | BAND_G | BAND_GN | BAND_GAC | BAND_GAX:
Dmlan_scan.c346 band = (BAND_B | BAND_G | BAND_GN | BAND_GAC); in wlan_is_band_compatible()
731 config_bands &= ~(BAND_B | BAND_G | BAND_GN in wlan_scan_channel_list()
1190 … (pmpriv->config_bands & BAND_GN || pmpriv->config_bands & BAND_AN) && wmsdk_is_11N_enabled()) in wlan_scan_setup_scan_config()
2324 … if (((pmpriv->adapter->config_bands & BAND_GN || pmpriv->adapter->config_bands & BAND_AN) && in wlan_is_network_compatible()
2403 … if (((pmpriv->adapter->config_bands & BAND_GN || pmpriv->adapter->config_bands & BAND_AN) && in wlan_is_network_compatible()
2442 … if (((pmpriv->adapter->config_bands & BAND_GN || pmpriv->adapter->config_bands & BAND_AN) && in wlan_is_network_compatible()
4747 if (ISSUPP_11NENABLED(pmpriv->adapter->fw_cap_info) && (pmpriv->config_bands & BAND_GN in wlan_cmd_bgscan_config()
Dmlan_join.c959 …(pmpriv->config_bands & BAND_GN || pmpriv->config_bands & BAND_AN) && (pbss_desc->pht_cap != MNULL…
1092 … (pmpriv->config_bands & BAND_GN || pmpriv->config_bands & BAND_AN) && wmsdk_is_11N_enabled() &&
Dmlan_cmdevt.c1090 if ((pmadapter->fw_bands & BAND_GN) != 0U) in wlan_ret_get_hw_spec()
1125 else if ((pmadapter->fw_bands & BAND_GN) != 0U) in wlan_ret_get_hw_spec()
1127 pmadapter->adhoc_start_band = (BAND_G | BAND_B | BAND_GN); in wlan_ret_get_hw_spec()
Dwifi-uap.c972 band = BAND_GN; in wifi_get_sec_channel_offset()
975 band = BAND_GN; in wifi_get_sec_channel_offset()
980 if (band & BAND_GN) in wifi_get_sec_channel_offset()
Dmlan_wmm.c385 (priv->config_bands & BAND_GN || priv->config_bands & BAND_AN))) && in wlan_wmm_process_association_req()
Dmlan_11n.c1007 (pbss_desc->bss_band & (BAND_B | BAND_G | BAND_GN))) in wlan_cmd_append_11n_tlv()
Dmlan_uap_cmdevent.c1222 sta_ptr->bandmode = BAND_GN;
Dmlan_api.c4980 if (pmpriv->config_bands & (BAND_B | BAND_G | BAND_GN)) in wifi_get_band()
Dmlan_glue.c6934 …cfp = wlan_get_region_cfp_table(pmpriv->adapter, region_code, (BAND_G | BAND_B | BAND_GN), cfp_no); in wlan_get_regulatory_domain()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h101 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AAC | BAND_GAC)
103 #define ALL_802_11_BANDS (BAND_B | BAND_G | BAND_GN | BAND_GAC)
486 (((priv)->config_bands & BAND_GN || (priv)->config_bands & BAND_AN) && \
Dmlan_ioctl.h1305 #define BAND_GN 8U macro
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c9679 else if (channel <= 14 && (fw_bands & BAND_GN)) in wlan_check_11n_capa()