Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfp.c439 case BAND_G: in mwifiex_get_supported_rates()
440 case BAND_G | BAND_GN: in mwifiex_get_supported_rates()
446 case BAND_B | BAND_G: in mwifiex_get_supported_rates()
447 case BAND_A | BAND_B | BAND_G: in mwifiex_get_supported_rates()
449 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
450 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
451 case BAND_B | BAND_G | BAND_GN: in mwifiex_get_supported_rates()
458 case BAND_A | BAND_G: in mwifiex_get_supported_rates()
467 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
468 case BAND_A | BAND_G | BAND_AN | BAND_GN | BAND_AAC: in mwifiex_get_supported_rates()
[all …]
Dioctl.h59 BAND_G = 2, enumerator
Djoin.c900 if ((adapter->adhoc_start_band & BAND_G) && in mwifiex_cmd_802_11_ad_hoc_start()
1466 case BAND_G: in mwifiex_band_to_radio_type()
1467 case BAND_B | BAND_G: in mwifiex_band_to_radio_type()
Dcmdevt.c1485 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
1488 } else if (adapter->fw_bands & BAND_G) { in mwifiex_ret_get_hw_spec()
1489 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
Dscan.c1395 return BAND_G; in mwifiex_radio_type_to_band()
1727 band = BAND_G; in mwifiex_parse_single_response_buf()
Duap_cmd.c789 config_bands = BAND_B | BAND_G; in mwifiex_uap_set_channel()
Dcfg80211.c2115 config_bands = BAND_B | BAND_G; in mwifiex_set_ibss_params()
2132 config_bands = BAND_G; in mwifiex_set_ibss_params()
2140 config_bands |= BAND_G | BAND_GN; in mwifiex_set_ibss_params()
Dsta_ioctl.c291 config_bands = BAND_B | BAND_G | BAND_GN; in mwifiex_bss_start()
Dfw.h52 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
/linux-4.1.27/drivers/net/wireless/libertas/
Ddefs.h295 #define BAND_G (0x02) macro
296 #define ALL_802_11_BANDS (BAND_B | BAND_G)