Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4046 params->beacon_csa.tail, in mwifiex_cfg80211_channel_switch()
4047 params->beacon_csa.tail_len); in mwifiex_cfg80211_channel_switch()
4065 if (mwifiex_set_mgmt_ies(priv, &params->beacon_csa)) { in mwifiex_cfg80211_channel_switch()
/linux/net/wireless/
H A Dnl80211.c11495 params.beacon_csa.ftm_responder = -1; in nl80211_channel_switch()
11534 err = nl80211_parse_beacon(rdev, csa_attrs, &params.beacon_csa, in nl80211_channel_switch()
11544 err = nl80211_parse_counter_offsets(rdev, params.beacon_csa.tail, in nl80211_channel_switch()
11545 params.beacon_csa.tail_len, in nl80211_channel_switch()
11553 err = nl80211_parse_counter_offsets(rdev, params.beacon_csa.probe_resp, in nl80211_channel_switch()
11554 params.beacon_csa.probe_resp_len, in nl80211_channel_switch()
11606 kfree(params.beacon_csa.mbssid_ies); in nl80211_channel_switch()
11608 kfree(params.beacon_csa.rnr_ies); in nl80211_channel_switch()
/linux/include/net/
H A Dcfg80211.h1616 struct cfg80211_beacon_data beacon_csa; member
/linux/net/mac80211/
H A Dcfg.c4261 &params->beacon_csa, &csa, in ieee80211_set_csa_beacon()