Searched refs:BAND_G (Results 1 – 9 of 9) sorted by relevance
280 case BAND_G: in mwifiex_get_supported_rates()281 case BAND_G | BAND_GN: in mwifiex_get_supported_rates()287 case BAND_B | BAND_G: in mwifiex_get_supported_rates()288 case BAND_A | BAND_B | BAND_G: in mwifiex_get_supported_rates()290 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()291 case BAND_B | BAND_G | BAND_GN: in mwifiex_get_supported_rates()298 case BAND_A | BAND_G: in mwifiex_get_supported_rates()305 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()326 case BAND_G: in mwifiex_get_supported_rates()327 case BAND_G | BAND_GN: in mwifiex_get_supported_rates()[all …]
318 priv->adapter->config_bands == BAND_G) in mwifiex_set_rf_channel()322 config_bands = BAND_B | BAND_G; in mwifiex_set_rf_channel()324 config_bands = BAND_B | BAND_G | BAND_GN; in mwifiex_set_rf_channel()731 mode = BAND_G; in mwifiex_cfg80211_set_bitrate_mask()747 (mode & BAND_B) ? "b" : "", (mode & BAND_G) ? "g" : ""); in mwifiex_cfg80211_set_bitrate_mask()
59 BAND_G = 2, enumerator
843 if ((adapter->adhoc_start_band & BAND_G) && in mwifiex_cmd_802_11_ad_hoc_start()1363 case BAND_G: in mwifiex_band_to_radio_type()1364 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
1373 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()1376 } else if (adapter->fw_bands & BAND_G) { in mwifiex_ret_get_hw_spec()1377 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
515 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_bss_set_channel()517 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_bss_set_channel()
1271 return BAND_G; in mwifiex_radio_type_to_band()1725 band = BAND_G; in mwifiex_ret_802_11_scan()
52 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN)
294 #define BAND_G (0x02) macro295 #define ALL_802_11_BANDS (BAND_B | BAND_G)