Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Dcfg.c3332 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local
3341 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()
3342 if (!new_beacon) in cfg80211_beacon_dup()
3346 new_beacon->mbssid_ies = in cfg80211_beacon_dup()
3347 kzalloc(struct_size(new_beacon->mbssid_ies, in cfg80211_beacon_dup()
3350 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()
3351 kfree(new_beacon); in cfg80211_beacon_dup()
3356 pos = (u8 *)(new_beacon + 1); in cfg80211_beacon_dup()
3358 new_beacon->head_len = beacon->head_len; in cfg80211_beacon_dup()
3359 new_beacon->head = pos; in cfg80211_beacon_dup()
[all …]