Home
last modified time | relevance | path

Searched refs:BAND_G (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/net/wireless/mwifiex/
Dcfp.c280 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 …]
Dcfg80211.c318 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()
Dioctl.h59 BAND_G = 2, enumerator
Djoin.c843 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()
Dcmdevt.c1373 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()
Dsta_ioctl.c515 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()
Dscan.c1271 return BAND_G; in mwifiex_radio_type_to_band()
1725 band = BAND_G; in mwifiex_ret_802_11_scan()
Dfw.h52 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN)
/linux-3.4.99/drivers/net/wireless/libertas/
Ddefs.h294 #define BAND_G (0x02) macro
295 #define ALL_802_11_BANDS (BAND_B | BAND_G)