Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dcfp.c453 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
454 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
470 case BAND_AN: in mwifiex_get_supported_rates()
471 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
472 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_get_supported_rates()
473 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
474 case BAND_A | BAND_G | BAND_AN | BAND_GN | BAND_AAC: in mwifiex_get_supported_rates()
510 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()
991 adapter->adhoc_start_band & BAND_AN) { in mwifiex_cmd_802_11_ad_hoc_start()
1515 case BAND_AN: in mwifiex_band_to_radio_type()
1516 case BAND_A | BAND_AN: in mwifiex_band_to_radio_type()
1517 case BAND_A | BAND_AN | BAND_AAC: in mwifiex_band_to_radio_type()
Dcmdevt.c1527 adapter->config_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1528 adapter->fw_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1530 if (adapter->fw_bands & BAND_AN) { in mwifiex_ret_get_hw_spec()
1531 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
Dioctl.h62 BAND_AN = 16, enumerator
Dscan.c419 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
438 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
1007 priv->adapter->config_bands & BAND_AN)) { in mwifiex_config_scan()
Dfw.h53 BAND_AN | BAND_AAC)
202 priv->adapter->config_bands & BAND_AN) && \
Duap_cmd.c830 config_bands |= BAND_AN; in mwifiex_uap_set_channel()
Dsta_ioctl.c299 config_bands = BAND_A | BAND_AN; in mwifiex_bss_start()
Dwmm.c1027 priv->adapter->config_bands & BAND_AN))) && in mwifiex_wmm_process_association_req()
Dcfg80211.c2288 config_bands = BAND_AN | BAND_A; in mwifiex_set_ibss_params()
2295 if ((config_bands & BAND_GN) || (config_bands & BAND_AN)) in mwifiex_set_ibss_params()