Home
last modified time | relevance | path

Searched refs:BAND_B (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/net/wireless/mwifiex/
Dcfp.c274 case BAND_B: 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()
289 case BAND_A | BAND_B: 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()
321 case BAND_B: in mwifiex_get_supported_rates()
332 case BAND_B | BAND_G: in mwifiex_get_supported_rates()
333 case BAND_B | BAND_G | BAND_GN: in mwifiex_get_supported_rates()
Dcfg80211.c317 if (priv->adapter->config_bands == BAND_B || 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()
729 mode = BAND_B; in mwifiex_cfg80211_set_bitrate_mask()
733 mode |= BAND_B; in mwifiex_cfg80211_set_bitrate_mask()
747 (mode & BAND_B) ? "b" : "", (mode & BAND_G) ? "g" : ""); in mwifiex_cfg80211_set_bitrate_mask()
Dcmdevt.c1356 adapter->fw_bands = BAND_B; in mwifiex_ret_get_hw_spec()
1373 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
1377 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
1379 } else if (adapter->fw_bands & BAND_B) { in mwifiex_ret_get_hw_spec()
1380 adapter->adhoc_start_band = BAND_B; in mwifiex_ret_get_hw_spec()
Djoin.c493 if (priv->adapter->config_bands == BAND_B) in mwifiex_cmd_802_11_associate()
958 if (adapter->adhoc_start_band == BAND_B) in mwifiex_cmd_802_11_ad_hoc_start()
1362 case BAND_B: in mwifiex_band_to_radio_type()
1364 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
Dioctl.h58 BAND_B = 1, enumerator
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()
Dfw.h52 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN)
/linux-3.4.99/drivers/net/wireless/libertas/
Ddefs.h293 #define BAND_B (0x01) macro
295 #define ALL_802_11_BANDS (BAND_B | BAND_G)