ieee80211_radiotap_header
struct ieee80211_radiotap_header *radiotap;
struct ieee80211_radiotap_header *radiotap;
struct ieee80211_radiotap_header *rt_hdr;
struct ieee80211_radiotap_header *rtap_hdr;
if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header)))
rtap_hdr = (struct ieee80211_radiotap_header *)skb->data;
struct ieee80211_radiotap_header *_rtheader;
struct ieee80211_radiotap_header *radiotap_header,
static_assert(offsetof(struct ieee80211_radiotap_header, it_optional) == sizeof(struct ieee80211_radiotap_header_fixed),
const struct ieee80211_radiotap_header *hdr = (const void *)data;
len = sizeof(struct ieee80211_radiotap_header) + 8;
struct ieee80211_radiotap_header *rthdr;
int len = sizeof(struct ieee80211_radiotap_header);
struct ieee80211_radiotap_header *rthdr;
struct ieee80211_radiotap_header *rthdr =
(struct ieee80211_radiotap_header *)skb->data;
if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header)))
struct ieee80211_radiotap_header *rthdr =
(struct ieee80211_radiotap_header *) skb->data;
if (max_length < sizeof(struct ieee80211_radiotap_header))
struct ieee80211_radiotap_header *radiotap_header,