Home
last modified time | relevance | path

Searched refs:adhoc_start_band (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/mwifiex/
Djoin.c840 if (!mwifiex_get_cfp(priv, adapter->adhoc_start_band, in mwifiex_cmd_802_11_ad_hoc_start()
843 cfp = mwifiex_get_cfp(priv, adapter->adhoc_start_band, in mwifiex_cmd_802_11_ad_hoc_start()
858 priv->curr_bss_params.band = adapter->adhoc_start_band; in mwifiex_cmd_802_11_ad_hoc_start()
901 if ((adapter->adhoc_start_band & BAND_G) && in mwifiex_cmd_802_11_ad_hoc_start()
945 if (adapter->adhoc_start_band & BAND_GN || in mwifiex_cmd_802_11_ad_hoc_start()
946 adapter->adhoc_start_band & BAND_AN) { in mwifiex_cmd_802_11_ad_hoc_start()
1026 if (adapter->adhoc_start_band == BAND_B) in mwifiex_cmd_802_11_ad_hoc_start()
Dcmdevt.c1474 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
1477 adapter->adhoc_start_band = BAND_A; in mwifiex_ret_get_hw_spec()
1481 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
1485 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
1488 adapter->adhoc_start_band = BAND_B; in mwifiex_ret_get_hw_spec()
Dcfp.c475 switch (adapter->adhoc_start_band) { in mwifiex_get_supported_rates()
Dinit.c350 adapter->adhoc_start_band = 0; in mwifiex_init_adapter()
Dmain.h687 u8 adhoc_start_band; member
Dcfg80211.c1763 adapter->adhoc_start_band = config_bands; in mwifiex_set_ibss_params()