Home
last modified time | relevance | path

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

/Linux-v5.10/net/mac80211/
Dcfg.c3039 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local
3047 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()
3048 if (!new_beacon) in cfg80211_beacon_dup()
3051 pos = (u8 *)(new_beacon + 1); in cfg80211_beacon_dup()
3053 new_beacon->head_len = beacon->head_len; in cfg80211_beacon_dup()
3054 new_beacon->head = pos; in cfg80211_beacon_dup()
3059 new_beacon->tail_len = beacon->tail_len; in cfg80211_beacon_dup()
3060 new_beacon->tail = pos; in cfg80211_beacon_dup()
3065 new_beacon->beacon_ies_len = beacon->beacon_ies_len; in cfg80211_beacon_dup()
3066 new_beacon->beacon_ies = pos; in cfg80211_beacon_dup()
[all …]