Searched refs:ieee80211_radiotap_header (Results 1 – 10 of 10) 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()
6645 struct ieee80211_radiotap_header *_rtheader;6666 struct ieee80211_radiotap_header *radiotap_header,
99 struct ieee80211_radiotap_header *radiotap_header, in ieee80211_radiotap_iterator_init()103 if (max_length < sizeof(struct ieee80211_radiotap_header)) in ieee80211_radiotap_iterator_init()
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()
2067 struct ieee80211_radiotap_header *rthdr = in ieee80211_validate_radiotap_len()2068 (struct ieee80211_radiotap_header *)skb->data; in ieee80211_validate_radiotap_len()2071 if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) in ieee80211_validate_radiotap_len()2090 struct ieee80211_radiotap_header *rthdr = in ieee80211_parse_tx_radiotap()2091 (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()
435 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx()459 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx()
2013 struct ieee80211_radiotap_header *rtap_hdr; in rtw_cfg80211_monitor_if_xmit_entry()2019 if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) in rtw_cfg80211_monitor_if_xmit_entry()2022 rtap_hdr = (struct ieee80211_radiotap_header *)skb->data; in rtw_cfg80211_monitor_if_xmit_entry()
10285 struct ieee80211_radiotap_header *rt_hdr; in ipw_handle_promiscuous_tx()