Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dieee80211.h961 struct ieee80211_ext { struct
/linux/net/wireless/
H A Dscan.c3289 struct ieee80211_ext *ext = NULL; in cfg80211_inform_bss_frame_data()
3315 offsetof(struct ieee80211_ext, u.s1g_beacon.variable) + in cfg80211_inform_bss_frame_data()
H A Dnl80211.c233 const struct ieee80211_ext *ext; in validate_beacon_head()
242 ext = (struct ieee80211_ext *)mgmt; in validate_beacon_head()
244 offsetof(struct ieee80211_ext, u.s1g_beacon.variable) + in validate_beacon_head()
246 hdrlen = offsetof(struct ieee80211_ext, u.s1g_beacon); in validate_beacon_head()
/linux/net/mac80211/
H A Dutil.c74 struct ieee80211_ext *ext = (void *) hdr; in ieee80211_get_bssid()
76 if (len < offsetofend(struct ieee80211_ext, u.s1g_beacon.sa)) in ieee80211_get_bssid()
H A Drx.c5401 size_t s1g_hdr_len = offsetof(struct ieee80211_ext, in __ieee80211_rx_handle_packet()
H A Dmlme.c8119 struct ieee80211_ext *ext = NULL; in ieee80211_rx_mgmt_beacon()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c1632 } else if (skb->len >= offsetofend(struct ieee80211_ext, in mac80211_hwsim_write_tsf()
1635 struct ieee80211_ext *ext = (void *)mgmt; in mac80211_hwsim_write_tsf()