Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dcfp.c439 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
440 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
456 case BAND_AN: in mwifiex_get_supported_rates()
457 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
458 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
459 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
460 case BAND_A | BAND_G | BAND_AN | BAND_GN | BAND_AAC: in mwifiex_get_supported_rates()
496 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
Djoin.c487 priv->adapter->config_bands & BAND_AN) && in mwifiex_cmd_802_11_associate()
535 priv->adapter->config_bands & BAND_AN)) in mwifiex_cmd_802_11_associate()
1049 adapter->adhoc_start_band & BAND_AN) { in mwifiex_cmd_802_11_ad_hoc_start()
1598 case BAND_AN: in mwifiex_band_to_radio_type()
1599 case BAND_A | BAND_AN: in mwifiex_band_to_radio_type()
1600 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_band_to_radio_type()
Dcmdevt.c1534 adapter->config_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1535 adapter->fw_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1537 if (adapter->fw_bands & BAND_AN) { in mwifiex_ret_get_hw_spec()
1538 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
Dioctl.h50 BAND_AN = 16, enumerator
Dscan.c372 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
391 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
1012 priv->adapter->config_bands & BAND_AN)) { in mwifiex_config_scan()
Dfw.h68 BAND_AN | BAND_AAC)
229 priv->adapter->config_bands & BAND_AN) && \
Dsta_ioctl.c298 config_bands = BAND_A | BAND_AN; in mwifiex_bss_start()
Dwmm.c1028 priv->adapter->config_bands & BAND_AN))) && in mwifiex_wmm_process_association_req()
Duap_cmd.c997 config_bands |= BAND_AN; in mwifiex_uap_set_channel()
Dcfg80211.c2553 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()
2560 if ((config_bands & BAND_GN) || (config_bands & BAND_AN)) in mwifiex_set_ibss_params()