Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c936 if (!mwifiex_get_cfp(priv, adapter->adhoc_start_band, in mwifiex_cmd_802_11_ad_hoc_start()
939 cfp = mwifiex_get_cfp(priv, adapter->adhoc_start_band, in mwifiex_cmd_802_11_ad_hoc_start()
956 priv->curr_bss_params.band = adapter->adhoc_start_band; in mwifiex_cmd_802_11_ad_hoc_start()
998 if ((adapter->adhoc_start_band & BAND_G) && in mwifiex_cmd_802_11_ad_hoc_start()
1041 if (adapter->adhoc_start_band & BAND_GN || in mwifiex_cmd_802_11_ad_hoc_start()
1042 adapter->adhoc_start_band & BAND_AN) { in mwifiex_cmd_802_11_ad_hoc_start()
1122 if (adapter->adhoc_start_band == BAND_B) in mwifiex_cmd_802_11_ad_hoc_start()
H A Dcmdevt.c1513 adapter->adhoc_start_band = BAND_A | BAND_AN; in mwifiex_ret_get_hw_spec()
1516 adapter->adhoc_start_band = BAND_A; in mwifiex_ret_get_hw_spec()
1520 adapter->adhoc_start_band = BAND_G | BAND_B | BAND_GN; in mwifiex_ret_get_hw_spec()
1524 adapter->adhoc_start_band = BAND_G | BAND_B; in mwifiex_ret_get_hw_spec()
1527 adapter->adhoc_start_band = BAND_B; in mwifiex_ret_get_hw_spec()
H A Dcfp.c477 switch (adapter->adhoc_start_band) { in mwifiex_get_supported_rates()
H A Dinit.c297 adapter->adhoc_start_band = 0; in mwifiex_init_adapter()
H A Dmain.h943 u8 adhoc_start_band; member
H A Dcfg80211.c2562 adapter->adhoc_start_band = config_bands; in mwifiex_set_ibss_params()