Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac80211/
Dcfg.c3459 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local
3472 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()
3473 if (!new_beacon) in cfg80211_beacon_dup()
3477 new_beacon->mbssid_ies = in cfg80211_beacon_dup()
3478 kzalloc(struct_size(new_beacon->mbssid_ies, in cfg80211_beacon_dup()
3481 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()
3482 kfree(new_beacon); in cfg80211_beacon_dup()
3487 new_beacon->rnr_ies = in cfg80211_beacon_dup()
3488 kzalloc(struct_size(new_beacon->rnr_ies, in cfg80211_beacon_dup()
3491 if (!new_beacon->rnr_ies) { in cfg80211_beacon_dup()
[all …]