Home
last modified time | relevance | path

Searched refs:beacon_csa (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4047 params->beacon_csa.tail, in mwifiex_cfg80211_channel_switch()
4048 params->beacon_csa.tail_len); in mwifiex_cfg80211_channel_switch()
4066 if (mwifiex_set_mgmt_ies(priv, &params->beacon_csa)) { in mwifiex_cfg80211_channel_switch()
/linux/net/wireless/
H A Dnl80211.c12274 params.beacon_csa.ftm_responder = -1; in nl80211_channel_switch()
12323 err = nl80211_parse_beacon(rdev, csa_attrs, &params.beacon_csa, in nl80211_channel_switch()
12334 err = nl80211_parse_counter_offsets(rdev, params.beacon_csa.tail, in nl80211_channel_switch()
12335 params.beacon_csa.tail_len, in nl80211_channel_switch()
12343 err = nl80211_parse_counter_offsets(rdev, params.beacon_csa.probe_resp, in nl80211_channel_switch()
12344 params.beacon_csa.probe_resp_len, in nl80211_channel_switch()
12392 kfree(params.beacon_csa.mbssid_ies); in nl80211_channel_switch()
12394 kfree(params.beacon_csa.rnr_ies); in nl80211_channel_switch()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c3126 ret = nxpwifi_set_mgmt_ies(priv, &params->beacon_csa); in nxpwifi_cfg80211_channel_switch()
/linux/include/net/
H A Dcfg80211.h1699 struct cfg80211_beacon_data beacon_csa; member
/linux/net/mac80211/
H A Dcfg.c4612 &params->beacon_csa, &csa, in ieee80211_set_csa_beacon()