Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dcfg.c4069 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local
4082 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()
4083 if (!new_beacon) in cfg80211_beacon_dup()
4087 new_beacon->mbssid_ies = in cfg80211_beacon_dup()
4088 kzalloc_flex(*new_beacon->mbssid_ies, elem, in cfg80211_beacon_dup()
4090 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()
4091 kfree(new_beacon); in cfg80211_beacon_dup()
4096 new_beacon->rnr_ies = in cfg80211_beacon_dup()
4097 kzalloc_flex(*new_beacon->rnr_ies, elem, in cfg80211_beacon_dup()
4099 if (!new_beacon->rnr_ies) { in cfg80211_beacon_dup()
[all …]