Searched refs:new_beacon (Results 1 – 1 of 1) sorted by relevance
3924 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local3937 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()3938 if (!new_beacon) in cfg80211_beacon_dup()3942 new_beacon->mbssid_ies = in cfg80211_beacon_dup()3943 kzalloc_flex(*new_beacon->mbssid_ies, elem, in cfg80211_beacon_dup()3945 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()3946 kfree(new_beacon); in cfg80211_beacon_dup()3951 new_beacon->rnr_ies = in cfg80211_beacon_dup()3952 kzalloc_flex(*new_beacon->rnr_ies, elem, in cfg80211_beacon_dup()3954 if (!new_beacon->rnr_ies) { in cfg80211_beacon_dup()[all …]