Home
last modified time | relevance | path

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

/linux-6.1.9/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.c467 priv->adapter->config_bands & BAND_AN) && in mwifiex_cmd_802_11_associate()
505 priv->adapter->config_bands & BAND_AN)) in mwifiex_cmd_802_11_associate()
1001 adapter->adhoc_start_band & BAND_AN) { in mwifiex_cmd_802_11_ad_hoc_start()
1537 case BAND_AN: in mwifiex_band_to_radio_type()
1538 case BAND_A | BAND_AN: in mwifiex_band_to_radio_type()
1539 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_band_to_radio_type()
Dcmdevt.c1522 adapter->config_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1523 adapter->fw_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1525 if (adapter->fw_bands & BAND_AN) { in mwifiex_ret_get_hw_spec()
1526 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
Dioctl.h50 BAND_AN = 16, enumerator
Dscan.c383 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
402 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
1029 priv->adapter->config_bands & BAND_AN)) { in mwifiex_config_scan()
Dfw.h68 BAND_AN | BAND_AAC)
225 priv->adapter->config_bands & BAND_AN) && \
Duap_cmd.c827 config_bands |= BAND_AN; in mwifiex_uap_set_channel()
Dsta_ioctl.c298 config_bands = BAND_A | BAND_AN; in mwifiex_bss_start()
Dwmm.c1032 priv->adapter->config_bands & BAND_AN))) && in mwifiex_wmm_process_association_req()
Dcfg80211.c2522 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()
2529 if ((config_bands & BAND_GN) || (config_bands & BAND_AN)) in mwifiex_set_ibss_params()