Searched refs:new_beacon (Results 1 – 1 of 1) sorted by relevance
4272 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local4285 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()4286 if (!new_beacon) in cfg80211_beacon_dup()4290 new_beacon->mbssid_ies = in cfg80211_beacon_dup()4291 kzalloc_flex(*new_beacon->mbssid_ies, elem, in cfg80211_beacon_dup()4293 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()4294 kfree(new_beacon); in cfg80211_beacon_dup()4299 new_beacon->rnr_ies = in cfg80211_beacon_dup()4300 kzalloc_flex(*new_beacon->rnr_ies, elem, in cfg80211_beacon_dup()4302 if (!new_beacon->rnr_ies) { in cfg80211_beacon_dup()[all …]