ieee80211_ext
} else if (skb->len >= offsetofend(struct ieee80211_ext,
struct ieee80211_ext *ext = (void *)mgmt;
struct ieee80211_ext *ext = NULL;
size_t s1g_hdr_len = offsetof(struct ieee80211_ext,
struct ieee80211_ext *ext;
ext = (struct ieee80211_ext *)mgmt;
offsetof(struct ieee80211_ext, u.s1g_beacon.variable) +
struct ieee80211_ext *ext = (void *) hdr;
if (len < offsetofend(struct ieee80211_ext, u.s1g_beacon.sa))
const struct ieee80211_ext *ext;
ext = (struct ieee80211_ext *)mgmt;
offsetof(struct ieee80211_ext, u.s1g_beacon.variable) +
hdrlen = offsetof(struct ieee80211_ext, u.s1g_beacon);
struct ieee80211_ext *ext = NULL;
offsetof(struct ieee80211_ext, u.s1g_beacon.variable) +