Symbol: ieee80211_radiotap_header
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
440
struct ieee80211_radiotap_header *radiotap;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
464
struct ieee80211_radiotap_header *radiotap;
drivers/net/wireless/intel/ipw2x00/ipw2200.c
10292
struct ieee80211_radiotap_header *rt_hdr;
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2005
struct ieee80211_radiotap_header *rtap_hdr;
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2011
if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header)))
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2014
rtap_hdr = (struct ieee80211_radiotap_header *)skb->data;
include/net/cfg80211.h
7159
struct ieee80211_radiotap_header *_rtheader;
include/net/cfg80211.h
7180
struct ieee80211_radiotap_header *radiotap_header,
include/net/ieee80211_radiotap.h
55
static_assert(offsetof(struct ieee80211_radiotap_header, it_optional) == sizeof(struct ieee80211_radiotap_header_fixed),
include/net/ieee80211_radiotap.h
612
const struct ieee80211_radiotap_header *hdr = (const void *)data;
net/mac80211/rx.c
126
len = sizeof(struct ieee80211_radiotap_header) + 8;
net/mac80211/rx.c
319
struct ieee80211_radiotap_header *rthdr;
net/mac80211/status.c
213
int len = sizeof(struct ieee80211_radiotap_header);
net/mac80211/status.c
264
struct ieee80211_radiotap_header *rthdr;
net/mac80211/tx.c
2072
struct ieee80211_radiotap_header *rthdr =
net/mac80211/tx.c
2073
(struct ieee80211_radiotap_header *)skb->data;
net/mac80211/tx.c
2076
if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header)))
net/mac80211/tx.c
2095
struct ieee80211_radiotap_header *rthdr =
net/mac80211/tx.c
2096
(struct ieee80211_radiotap_header *) skb->data;
net/wireless/radiotap.c
103
if (max_length < sizeof(struct ieee80211_radiotap_header))
net/wireless/radiotap.c
99
struct ieee80211_radiotap_header *radiotap_header,