Searched refs:beacon_csa (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 4049 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, ¶ms->beacon_csa)) { in mwifiex_cfg80211_channel_switch()
|
/linux-6.12.1/net/wireless/ |
D | nl80211.c | 10321 params.beacon_csa.ftm_responder = -1; in nl80211_channel_switch() 10361 err = nl80211_parse_beacon(rdev, csa_attrs, ¶ms.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/ |
D | cfg80211.h | 1560 struct cfg80211_beacon_data beacon_csa; member
|
/linux-6.12.1/net/mac80211/ |
D | cfg.c | 3861 ¶ms->beacon_csa, &csa, in ieee80211_set_csa_beacon()
|