Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c91 if (bands & BAND_A) in mwifiex_fill_vht_cap_info()
170 if (bss_desc->bss_band & BAND_A) in mwifiex_cmd_append_11ac_tlv()
H A Dioctl.h48 BAND_A = 4, enumerator
H A Djoin.c1590 case BAND_A: in mwifiex_band_to_radio_type()
1592 case BAND_A | BAND_AN: in mwifiex_band_to_radio_type()
1593 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_band_to_radio_type()
H A Dcmdevt.c1507 if (adapter->fw_bands & BAND_A) { in mwifiex_ret_get_hw_spec()
1513 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
1516 adapter->adhoc_start_band = BAND_A; in mwifiex_ret_get_hw_spec()
H A Dcfg80211.c2555 config_bands = BAND_A; in mwifiex_set_ibss_params()
2557 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()
3127 if (adapter->config_bands & BAND_A) in mwifiex_add_virtual_intf()
3131 if ((adapter->config_bands & BAND_A) && adapter->is_hw_11ac_capable) in mwifiex_add_virtual_intf()
4668 if (adapter->config_bands & BAND_A) in mwifiex_init_channel_scan_gap()
4765 if (adapter->config_bands & BAND_A) { in mwifiex_register_cfg80211()
H A Duap_cmd.c994 config_bands = BAND_A; in mwifiex_uap_set_channel()
H A Dtdls.c279 if (bss_desc->bss_band & BAND_A) in mwifiex_tdls_add_vht_oper()
H A Dfw.h67 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
H A Dscan.c1455 return BAND_A; in mwifiex_radio_type_to_band()