Home
last modified time | relevance | path

Searched refs:BAND_B (Results 1 – 13 of 13) 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()
1274 case BAND_B:
1279 case BAND_B | BAND_G | BAND_GN:
1282 case BAND_B | BAND_G | BAND_GN | BAND_GAC:
1284 case BAND_B | BAND_G:
1285 case BAND_B: /* Matching BAND_B/G */
1412 case BAND_B:
1417 case BAND_B | BAND_G | BAND_GN:
1420 case BAND_B | BAND_G | BAND_GN | BAND_GAC:
1422 case BAND_B | BAND_G:
[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)
1150 pmadapter->universal_channel[i].band = (band & BAND_G) ? BAND_G : BAND_B;
1308 case BAND_B:
1312 case BAND_B:
1314 case BAND_G | BAND_B:
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_join.c277 card_rates_size = wlan_get_supported_rates(pmpriv, pmpriv->bss_mode, BAND_B, card_rates); in wlan_setup_rates_from_bssdesc()
1169 if (pmpriv->config_bands == BAND_B)
1537 case BAND_B:
1539 case BAND_B | BAND_G:
Dmlan_cmdevt.c1076 pmadapter->fw_bands = BAND_B; in wlan_ret_get_hw_spec()
1127 pmadapter->adhoc_start_band = (BAND_G | BAND_B | BAND_GN); in wlan_ret_get_hw_spec()
1133 pmadapter->adhoc_start_band = (BAND_G | BAND_B); in wlan_ret_get_hw_spec()
1136 else if ((pmadapter->fw_bands & BAND_B) != 0U) in wlan_ret_get_hw_spec()
1138 pmadapter->adhoc_start_band = BAND_B; in wlan_ret_get_hw_spec()
Dmlan_11n.c913 if ((pbss_desc->bss_band & (BAND_B | BAND_G)) && pmadapter->region_channel[0].valid) in wlan_check_chan_width_ht40_by_region()
1001 if (((pbss_desc->bss_band & (BAND_B | BAND_G in wlan_cmd_append_11n_tlv()
1007 (pbss_desc->bss_band & (BAND_B | BAND_G | BAND_GN))) in wlan_cmd_append_11n_tlv()
Dmlan_scan.c346 band = (BAND_B | BAND_G | BAND_GN | BAND_GAC); in wlan_is_band_compatible()
410 if (!radio_type && (pscan_region->band != BAND_B) && (pscan_region->band != BAND_G)) in wlan_scan_create_channel_list()
454 case BAND_B: in wlan_scan_create_channel_list()
731 config_bands &= ~(BAND_B | BAND_G | BAND_GN in wlan_scan_channel_list()
4424 if (!radio_type && (pscan_region->band != BAND_B) && (pscan_region->band != BAND_G)) in wlan_bgscan_create_channel_list()
4458 case BAND_B: in wlan_bgscan_create_channel_list()
Dwifi-uap.c1129 wm_wifi.uap_support_11d_apis->wifi_uap_downld_domain_params_p(BAND_B); in wifi_uap_start()
3780 wm_wifi.uap_support_11d_apis->wifi_uap_downld_domain_params_p(BAND_B); in wifi_nxp_beacon_config()
Dmlan_uap_cmdevent.c1238 sta_ptr->bandmode = BAND_B;
Dmlan_glue.c1995 … if (priv->support_11d->wlan_11d_create_dnld_countryinfo_p(priv, BAND_B) != MLAN_STATUS_SUCCESS) in wrapper_wifi_assoc()
2575 … if (priv->support_11d->wlan_11d_create_dnld_countryinfo_p(priv, BAND_B) != MLAN_STATUS_SUCCESS) in wifi_nxp_send_assoc()
6934 …cfp = wlan_get_region_cfp_table(pmpriv->adapter, region_code, (BAND_G | BAND_B | BAND_GN), cfp_no); in wlan_get_regulatory_domain()
Dmlan_api.c4980 if (pmpriv->config_bands & (BAND_B | BAND_G | BAND_GN)) in wifi_get_band()
/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)
107 #define ALL_802_11_BANDS (BAND_B | BAND_G | BAND_A)
Dmlan_ioctl.h1302 #define BAND_B 1U macro
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c3359 cfp = wlan_find_cfp_by_band_and_channel(pmadapter, BAND_B, channel); in wlcm_process_channel_switch_supp()