Home
last modified time | relevance | path

Searched refs:sec_chan_offset (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c1042 if (adapter->sec_chan_offset == in mwifiex_cmd_802_11_ad_hoc_start()
1046 else if (adapter->sec_chan_offset == in mwifiex_cmd_802_11_ad_hoc_start()
1082 if (adapter->sec_chan_offset == in mwifiex_cmd_802_11_ad_hoc_start()
1104 if (adapter->sec_chan_offset) { in mwifiex_cmd_802_11_ad_hoc_start()
1105 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start()
H A D11n.c49 (priv->adapter->sec_chan_offset != in mwifiex_fill_cap_info()
H A Dcfg80211.c2570 adapter->sec_chan_offset = in mwifiex_set_ibss_params()
2579 adapter->sec_chan_offset); in mwifiex_set_ibss_params()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dinit.c234 adapter->sec_chan_offset = 0; in nxpwifi_init_adapter()
H A D11n.c50 priv->adapter->sec_chan_offset != IEEE80211_HT_PARAM_CHA_SEC_NONE)) in nxpwifi_fill_cap_info()
H A Dsta_cmd.c2408 u8 sec_chan_offset = 0; in nxpwifi_cmd_sta_802_11_net_monitor() local
2452 sec_chan_offset = in nxpwifi_cmd_sta_802_11_net_monitor()
2454 if (sec_chan_offset == NXPWIFI_SEC_CHAN_ABOVE) in nxpwifi_cmd_sta_802_11_net_monitor()
2457 else if (sec_chan_offset == NXPWIFI_SEC_CHAN_BELOW) in nxpwifi_cmd_sta_802_11_net_monitor()
H A Dmain.h900 u8 sec_chan_offset; member