Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c3939 params->beacon_csa.tail, in mwifiex_cfg80211_channel_switch()
3940 params->beacon_csa.tail_len); in mwifiex_cfg80211_channel_switch()
3958 if (mwifiex_set_mgmt_ies(priv, &params->beacon_csa)) { in mwifiex_cfg80211_channel_switch()
/kernel/linux/linux-5.10/net/wireless/
Dnl80211.c9027 params.beacon_csa.ftm_responder = -1; in nl80211_channel_switch()
9059 err = nl80211_parse_beacon(rdev, csa_attrs, &params.beacon_csa); in nl80211_channel_switch()
9083 if (offset >= params.beacon_csa.tail_len) in nl80211_channel_switch()
9086 if (params.beacon_csa.tail[offset] != params.count) in nl80211_channel_switch()
9108 if (offset >= params.beacon_csa.probe_resp_len) in nl80211_channel_switch()
9111 if (params.beacon_csa.probe_resp[offset] != in nl80211_channel_switch()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1231 struct cfg80211_beacon_data beacon_csa; member
/kernel/linux/linux-5.10/net/mac80211/
Dcfg.c3314 err = ieee80211_assign_beacon(sdata, &params->beacon_csa, &csa); in ieee80211_set_csa_beacon()