Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfp.c449 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
450 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
464 case BAND_AN: in mwifiex_get_supported_rates()
465 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
466 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
467 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
468 case BAND_A | BAND_G | BAND_AN | BAND_GN | BAND_AAC: in mwifiex_get_supported_rates()
502 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
Djoin.c475 priv->adapter->config_bands & BAND_AN) && in mwifiex_cmd_802_11_associate()
513 priv->adapter->config_bands & BAND_AN)) in mwifiex_cmd_802_11_associate()
944 adapter->adhoc_start_band & BAND_AN) { in mwifiex_cmd_802_11_ad_hoc_start()
1461 case BAND_AN: in mwifiex_band_to_radio_type()
1462 case BAND_A | BAND_AN: in mwifiex_band_to_radio_type()
1463 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_band_to_radio_type()
Dcmdevt.c1474 adapter->config_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1475 adapter->fw_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1477 if (adapter->fw_bands & BAND_AN) { in mwifiex_ret_get_hw_spec()
1478 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
Dioctl.h62 BAND_AN = 16, enumerator
Dscan.c414 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
433 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
980 priv->adapter->config_bands & BAND_AN)) { in mwifiex_config_scan()
Dfw.h53 BAND_AN | BAND_AAC)
190 priv->adapter->config_bands & BAND_AN) && \
Duap_cmd.c798 config_bands |= BAND_AN; in mwifiex_uap_set_channel()
Dsta_ioctl.c293 config_bands = BAND_A | BAND_AN; in mwifiex_bss_start()
Dwmm.c884 priv->adapter->config_bands & BAND_AN))) && in mwifiex_wmm_process_association_req()
Dcfg80211.c2146 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()
2153 if ((config_bands & BAND_GN) || (config_bands & BAND_AN)) in mwifiex_set_ibss_params()