Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dcfp.c435 case BAND_A | BAND_B | BAND_G: in mwifiex_get_supported_rates()
436 case BAND_A | BAND_B: in mwifiex_get_supported_rates()
437 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
438 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
439 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | in mwifiex_get_supported_rates()
448 case BAND_A: in mwifiex_get_supported_rates()
449 case BAND_A | BAND_G: in mwifiex_get_supported_rates()
456 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
457 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
458 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
[all …]
D11ac.c101 if (bands & BAND_A) in mwifiex_fill_vht_cap_info()
179 if (bss_desc->bss_band & BAND_A) in mwifiex_cmd_append_11ac_tlv()
Dcfg80211.c1354 config_bands = BAND_A; in mwifiex_cfg80211_start_ap()
1756 config_bands = BAND_A; in mwifiex_set_ibss_params()
1758 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()
2175 if (adapter->config_bands & BAND_A) in mwifiex_add_virtual_intf()
2179 if ((adapter->config_bands & BAND_A) && adapter->is_hw_11ac_capable) in mwifiex_add_virtual_intf()
2463 if (adapter->config_bands & BAND_A) in mwifiex_register_cfg80211()
Dioctl.h60 BAND_A = 4, enumerator
Djoin.c1450 case BAND_A: in mwifiex_band_to_radio_type()
1452 case BAND_A | BAND_AN: in mwifiex_band_to_radio_type()
1453 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_band_to_radio_type()
Dcmdevt.c1468 if (adapter->fw_bands & BAND_A) { in mwifiex_ret_get_hw_spec()
1474 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
1477 adapter->adhoc_start_band = BAND_A; in mwifiex_ret_get_hw_spec()
Dsta_ioctl.c273 config_bands = BAND_A | BAND_AN | BAND_AAC; in mwifiex_bss_start()
Dfw.h52 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
Dscan.c1314 return BAND_A; in mwifiex_radio_type_to_band()