Searched refs:ieee80211_radiotap_header (Results 1 – 5 of 5) sorted by relevance
23 of the it_present member of ieee80211_radiotap_header is set, it means that29 < 8-byte ieee80211_radiotap_header >40 covered by the ieee80211_radiotap_header and any arguments following.48 ieee80211_radiotap_header.61 - "alignment" is relative to the start of the ieee80211_radiotap_header, ie,
26 struct ieee80211_radiotap_header { struct55 static_assert(offsetof(struct ieee80211_radiotap_header, it_optional) == sizeof(struct ieee80211_ra… argument594 const struct ieee80211_radiotap_header *hdr = (const void *)data; in ieee80211_get_radiotap_len()
213 int len = sizeof(struct ieee80211_radiotap_header); in ieee80211_tx_radiotap_len()264 struct ieee80211_radiotap_header *rthdr; in ieee80211_add_tx_radiotap_header()
2068 struct ieee80211_radiotap_header *rthdr = in ieee80211_validate_radiotap_len()2069 (struct ieee80211_radiotap_header *)skb->data; in ieee80211_validate_radiotap_len()2072 if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) in ieee80211_validate_radiotap_len()2091 struct ieee80211_radiotap_header *rthdr = in ieee80211_parse_tx_radiotap()2092 (struct ieee80211_radiotap_header *) skb->data; in ieee80211_parse_tx_radiotap()
125 len = sizeof(struct ieee80211_radiotap_header) + 8; in ieee80211_rx_radiotap_hdrlen()302 struct ieee80211_radiotap_header *rthdr; in ieee80211_add_rx_radiotap_header()