Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dcfp.c451 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()
468 case BAND_AN: 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()
508 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
Djoin.c479 priv->adapter->config_bands & BAND_AN) && in mwifiex_cmd_802_11_associate()
517 priv->adapter->config_bands & BAND_AN)) in mwifiex_cmd_802_11_associate()
1013 adapter->adhoc_start_band & BAND_AN) { in mwifiex_cmd_802_11_ad_hoc_start()
1549 case BAND_AN: 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.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.h62 BAND_AN = 16, enumerator
Dscan.c395 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
414 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
1041 priv->adapter->config_bands & BAND_AN)) { in mwifiex_config_scan()
Dfw.h80 BAND_AN | BAND_AAC)
237 priv->adapter->config_bands & BAND_AN) && \
Duap_cmd.c839 config_bands |= BAND_AN; in mwifiex_uap_set_channel()
Dsta_ioctl.c310 config_bands = BAND_A | BAND_AN; in mwifiex_bss_start()
Dwmm.c1044 priv->adapter->config_bands & BAND_AN))) && in mwifiex_wmm_process_association_req()
Dcfg80211.c2532 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()
2539 if ((config_bands & BAND_GN) || (config_bands & BAND_AN)) in mwifiex_set_ibss_params()