Home
last modified time | relevance | path

Searched refs:ieee80211_radiotap_header (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dradiotap_iter.h65 struct ieee80211_radiotap_header *_rtheader;
90 struct ieee80211_radiotap_header *radiotap_header,
Dradiotap.c92 struct ieee80211_radiotap_header *radiotap_header, in ieee80211_radiotap_iterator_init()
96 if (max_length < (int)sizeof(struct ieee80211_radiotap_header)) in ieee80211_radiotap_iterator_init()
114 …t_bitmap = (le32 *) (((u8 *) radiotap_header) + offsetof(struct ieee80211_radiotap_header, it_pres… in ieee80211_radiotap_iterator_init()
Dradiotap.h22 struct ieee80211_radiotap_header { struct
/external/tcpdump/
Dprint-802_11.c2196 struct ieee80211_radiotap_header { struct
3083 const struct ieee80211_radiotap_header *hdr; in ieee802_11_radio_print()
3101 hdr = (const struct ieee80211_radiotap_header *)p; in ieee802_11_radio_print()