Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3988 params->beacon_csa.tail, in mwifiex_cfg80211_channel_switch()
3989 params->beacon_csa.tail_len); in mwifiex_cfg80211_channel_switch()
4007 if (mwifiex_set_mgmt_ies(priv, &params->beacon_csa)) { in mwifiex_cfg80211_channel_switch()
/openbmc/linux/net/wireless/
H A Dnl80211.c10180 params.beacon_csa.ftm_responder = -1; in nl80211_channel_switch()
10220 err = nl80211_parse_beacon(rdev, csa_attrs, &params.beacon_csa, in nl80211_channel_switch()
10251 if (offset >= params.beacon_csa.tail_len) { in nl80211_channel_switch()
10256 if (params.beacon_csa.tail[offset] != params.count) { in nl80211_channel_switch()
10284 if (offset >= params.beacon_csa.probe_resp_len) { in nl80211_channel_switch()
10289 if (params.beacon_csa.probe_resp[offset] != in nl80211_channel_switch()
10340 kfree(params.beacon_csa.mbssid_ies); in nl80211_channel_switch()
10342 kfree(params.beacon_csa.rnr_ies); in nl80211_send_bss()
/openbmc/linux/include/net/
H A Dcfg80211.h1423 struct cfg80211_beacon_data beacon_csa; member
/openbmc/linux/net/mac80211/
H A Dcfg.c3799 &params->beacon_csa, &csa, in ieee80211_set_csa_beacon()