Searched refs:new_beacon (Results 1 – 1 of 1) sorted by relevance
3132 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local3141 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()3142 if (!new_beacon) in cfg80211_beacon_dup()3146 new_beacon->mbssid_ies = in cfg80211_beacon_dup()3147 kzalloc(struct_size(new_beacon->mbssid_ies, in cfg80211_beacon_dup()3150 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()3151 kfree(new_beacon); in cfg80211_beacon_dup()3156 pos = (u8 *)(new_beacon + 1); in cfg80211_beacon_dup()3158 new_beacon->head_len = beacon->head_len; in cfg80211_beacon_dup()3159 new_beacon->head = pos; in cfg80211_beacon_dup()[all …]