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
2014
struct ieee80211_radiotap_header *rtap_hdr;
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2020
if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header)))
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2023
rtap_hdr = (struct ieee80211_radiotap_header *)skb->data;
include/net/cfg80211.h
7604
struct ieee80211_radiotap_header *_rtheader;
include/net/cfg80211.h
7625
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
2081
struct ieee80211_radiotap_header *rthdr =
net/mac80211/tx.c
2082
(struct ieee80211_radiotap_header *)skb->data;
net/mac80211/tx.c
2085
if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header)))
net/mac80211/tx.c
2104
struct ieee80211_radiotap_header *rthdr =
net/mac80211/tx.c
2105
(struct ieee80211_radiotap_header *) skb->data;
net/wireless/radiotap.c
91
struct ieee80211_radiotap_header *radiotap_header,
net/wireless/radiotap.c
95
if (max_length < sizeof(struct ieee80211_radiotap_header))