Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c4049 params->beacon_csa.tail, in mwifiex_cfg80211_channel_switch()
4050 params->beacon_csa.tail_len); in mwifiex_cfg80211_channel_switch()
4068 if (mwifiex_set_mgmt_ies(priv, &params->beacon_csa)) { in mwifiex_cfg80211_channel_switch()
/linux-6.12.1/net/wireless/
Dnl80211.c10321 params.beacon_csa.ftm_responder = -1; in nl80211_channel_switch()
10361 err = nl80211_parse_beacon(rdev, csa_attrs, &params.beacon_csa, in nl80211_channel_switch()
10371 err = nl80211_parse_counter_offsets(rdev, params.beacon_csa.tail, in nl80211_channel_switch()
10372 params.beacon_csa.tail_len, in nl80211_channel_switch()
10380 err = nl80211_parse_counter_offsets(rdev, params.beacon_csa.probe_resp, in nl80211_channel_switch()
10381 params.beacon_csa.probe_resp_len, in nl80211_channel_switch()
10423 kfree(params.beacon_csa.mbssid_ies); in nl80211_channel_switch()
10425 kfree(params.beacon_csa.rnr_ies); in nl80211_channel_switch()
/linux-6.12.1/include/net/
Dcfg80211.h1560 struct cfg80211_beacon_data beacon_csa; member
/linux-6.12.1/net/mac80211/
Dcfg.c3861 &params->beacon_csa, &csa, in ieee80211_set_csa_beacon()