Searched refs:BAND_B (Results 1 – 15 of 15) sorted by relevance
380 if (config_bands & BAND_B) in nxpwifi_convert_config_bands()381 bands |= BAND_B; in nxpwifi_convert_config_bands()402 if (bands == BAND_B) { in nxpwifi_get_supported_rates()416 } else if (bands & (BAND_B | BAND_G)) { in nxpwifi_get_supported_rates()
350 BAND_B = 1, enumerator
456 if (priv->config_bands == BAND_B) in nxpwifi_cmd_802_11_associate()
258 config_bands = BAND_B | BAND_G | BAND_GN; in nxpwifi_bss_start()
1200 config_bands = BAND_B | BAND_G; in nxpwifi_uap_set_channel()
67 (BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC | BAND_GAC)
58 adapter->fw_bands = BAND_B; in nxpwifi_ret_sta_get_hw_spec()
285 #define BAND_B (0x01) macro287 #define ALL_802_11_BANDS (BAND_B | BAND_G)
1503 adapter->fw_bands = BAND_B; in mwifiex_ret_get_hw_spec()1520 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()1524 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()1526 } else if (adapter->fw_bands & BAND_B) { in mwifiex_ret_get_hw_spec()1527 adapter->adhoc_start_band = BAND_B; in mwifiex_ret_get_hw_spec()
565 if (priv->adapter->config_bands == BAND_B) in mwifiex_cmd_802_11_associate()1121 if (adapter->adhoc_start_band == BAND_B) in mwifiex_cmd_802_11_ad_hoc_start()1594 case BAND_B: in mwifiex_band_to_radio_type()1596 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
46 BAND_B = 1, enumerator
988 config_bands = BAND_B | BAND_G; in mwifiex_uap_set_channel()
365 config_bands = BAND_B | BAND_G | BAND_GN; in mwifiex_bss_start()
2526 config_bands = BAND_B | BAND_G; in mwifiex_set_ibss_params()2541 config_bands = BAND_B; in mwifiex_set_ibss_params()2545 config_bands |= BAND_B; in mwifiex_set_ibss_params()
67 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \