Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dcfp.c290 case BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AN: in mwifiex_get_supported_rates()
304 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
305 case BAND_A | BAND_G | BAND_AN | BAND_GN: in mwifiex_get_supported_rates()
339 case BAND_A | BAND_AN: in mwifiex_get_supported_rates()
Djoin.c434 priv->adapter->config_bands & BAND_AN) && in mwifiex_cmd_802_11_associate()
472 priv->adapter->config_bands & BAND_AN)) in mwifiex_cmd_802_11_associate()
888 adapter->adhoc_start_band & BAND_AN) { in mwifiex_cmd_802_11_ad_hoc_start()
1359 case BAND_AN: in mwifiex_band_to_radio_type()
1360 case BAND_A | BAND_AN: in mwifiex_band_to_radio_type()
Dcmdevt.c1362 adapter->config_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1363 adapter->fw_bands |= BAND_AN; in mwifiex_ret_get_hw_spec()
1365 if (adapter->fw_bands & BAND_AN) { in mwifiex_ret_get_hw_spec()
1366 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
Dioctl.h62 BAND_AN = 16, enumerator
Dsta_ioctl.c514 if (adapter->adhoc_start_band & BAND_AN) in mwifiex_bss_set_channel()
527 | BAND_AN; in mwifiex_bss_set_channel()
540 | BAND_AN; in mwifiex_bss_set_channel()
Dscan.c405 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
424 priv->adapter->config_bands & BAND_AN) && in mwifiex_is_network_compatible()
888 priv->adapter->config_bands & BAND_AN)) { in mwifiex_config_scan()
Dcfg80211.c329 config_bands = BAND_AN | BAND_A; in mwifiex_set_rf_channel()
338 (config_bands & BAND_AN)) in mwifiex_set_rf_channel()
Dfw.h120 priv->adapter->config_bands & BAND_AN) && \
Dwmm.c782 priv->adapter->config_bands & BAND_AN))) && in mwifiex_wmm_process_association_req()
Dsta_cmd.c703 (priv->adapter->adhoc_start_band & BAND_AN)) in mwifiex_cmd_802_11_rf_channel()