Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dcfg.c4272 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local
4285 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 …]