Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/
Dcfg.c3465 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local
3478 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()
3479 if (!new_beacon) in cfg80211_beacon_dup()
3483 new_beacon->mbssid_ies = in cfg80211_beacon_dup()
3484 kzalloc(struct_size(new_beacon->mbssid_ies, in cfg80211_beacon_dup()
3487 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()
3488 kfree(new_beacon); in cfg80211_beacon_dup()
3493 new_beacon->rnr_ies = in cfg80211_beacon_dup()
3494 kzalloc(struct_size(new_beacon->rnr_ies, in cfg80211_beacon_dup()
3497 if (!new_beacon->rnr_ies) { in cfg80211_beacon_dup()
[all …]