Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dcfp.c449 case BAND_A | BAND_B | BAND_G: in mwifiex_get_supported_rates()
450 case BAND_A | BAND_B: in mwifiex_get_supported_rates()
451 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
452 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
460 case BAND_A: in mwifiex_get_supported_rates()
461 case BAND_A | BAND_G: in mwifiex_get_supported_rates()
469 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
470 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
471 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
472 case BAND_A | BAND_G | BAND_AN | BAND_GN | BAND_AAC: in mwifiex_get_supported_rates()
[all …]
D11ac.c103 if (bands & BAND_A) in mwifiex_fill_vht_cap_info()
182 if (bss_desc->bss_band & BAND_A) in mwifiex_cmd_append_11ac_tlv()
Dioctl.h60 BAND_A = 4, enumerator
Djoin.c1548 case BAND_A: in mwifiex_band_to_radio_type()
1550 case BAND_A | BAND_AN: in mwifiex_band_to_radio_type()
1551 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_band_to_radio_type()
Dcmdevt.c1532 if (adapter->fw_bands & BAND_A) { in mwifiex_ret_get_hw_spec()
1538 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
1541 adapter->adhoc_start_band = BAND_A; in mwifiex_ret_get_hw_spec()
Dcfg80211.c2530 config_bands = BAND_A; in mwifiex_set_ibss_params()
2532 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()
3114 if (adapter->config_bands & BAND_A) in mwifiex_add_virtual_intf()
3118 if ((adapter->config_bands & BAND_A) && adapter->is_hw_11ac_capable) in mwifiex_add_virtual_intf()
4318 if (adapter->config_bands & BAND_A) in mwifiex_init_channel_scan_gap()
4372 if (adapter->config_bands & BAND_A) in mwifiex_register_cfg80211()
Duap_cmd.c836 config_bands = BAND_A; in mwifiex_uap_set_channel()
Dsta_ioctl.c310 config_bands = BAND_A | BAND_AN; in mwifiex_bss_start()
Dtdls.c279 if (bss_desc->bss_band & BAND_A) in mwifiex_tdls_add_vht_oper()
Dfw.h79 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
Dscan.c1478 return BAND_A; in mwifiex_radio_type_to_band()