Searched refs:BAND_G (Results 1 – 10 of 10) sorted by relevance
442 case BAND_G: in mwifiex_get_supported_rates()443 case BAND_G | BAND_GN: in mwifiex_get_supported_rates()450 case BAND_B | BAND_G: in mwifiex_get_supported_rates()451 case BAND_A | BAND_B | BAND_G: in mwifiex_get_supported_rates()453 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()454 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()455 case BAND_B | BAND_G | BAND_GN: in mwifiex_get_supported_rates()463 case BAND_A | BAND_G: in mwifiex_get_supported_rates()473 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()474 case BAND_A | BAND_G | BAND_AN | BAND_GN | BAND_AAC: in mwifiex_get_supported_rates()[all …]
59 BAND_G = 2, enumerator
947 if ((adapter->adhoc_start_band & BAND_G) && in mwifiex_cmd_802_11_ad_hoc_start()1520 case BAND_G: in mwifiex_band_to_radio_type()1521 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
1538 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()1541 } else if (adapter->fw_bands & BAND_G) { in mwifiex_ret_get_hw_spec()1542 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
821 config_bands = BAND_B | BAND_G; in mwifiex_uap_set_channel()
1431 return BAND_G; in mwifiex_radio_type_to_band()1825 band = BAND_G; in mwifiex_parse_single_response_buf()
2257 config_bands = BAND_B | BAND_G; in mwifiex_set_ibss_params()2274 config_bands = BAND_G; in mwifiex_set_ibss_params()2282 config_bands |= BAND_G | BAND_GN; in mwifiex_set_ibss_params()
297 config_bands = BAND_B | BAND_G | BAND_GN; in mwifiex_bss_start()
52 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
295 #define BAND_G (0x02) macro296 #define ALL_802_11_BANDS (BAND_B | BAND_G)