Home
last modified time | relevance | path

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

12

/openbsd/sys/dev/pci/
H A Dif_iwivar.h21 struct ieee80211_radiotap_header wr_ihdr;
38 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_ipwvar.h53 struct ieee80211_radiotap_header wr_ihdr;
66 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_wpivar.h21 struct ieee80211_radiotap_header wr_ihdr;
42 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_iwnvar.h21 struct ieee80211_radiotap_header wr_ihdr;
40 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_iwmvar.h107 struct ieee80211_radiotap_header wr_ihdr;
126 struct ieee80211_radiotap_header wt_ihdr;
/openbsd/sys/dev/usb/
H A Dif_ralvar.h24 struct ieee80211_radiotap_header wr_ihdr;
41 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_rumvar.h24 struct ieee80211_radiotap_header wr_ihdr;
41 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_uathvar.h31 struct ieee80211_radiotap_header wr_ihdr;
44 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_runvar.h43 struct ieee80211_radiotap_header wr_ihdr;
62 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_mtwvar.h45 struct ieee80211_radiotap_header wr_ihdr;
64 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_urtwreg.h282 struct ieee80211_radiotap_header wr_ihdr;
295 struct ieee80211_radiotap_header wt_ihdr;
H A Dif_atureg.h131 struct ieee80211_radiotap_header rr_ihdr;
149 struct ieee80211_radiotap_header rt_ihdr;
H A Dif_upgtvar.h25 struct ieee80211_radiotap_header wr_ihdr;
40 struct ieee80211_radiotap_header wt_ihdr;
/openbsd/sys/dev/ic/
H A Dmalo.h56 struct ieee80211_radiotap_header wr_ihdr;
70 struct ieee80211_radiotap_header wt_ihdr;
H A Drt2560var.h21 struct ieee80211_radiotap_header wr_ihdr;
40 struct ieee80211_radiotap_header wt_ihdr;
H A Danvar.h83 struct ieee80211_radiotap_header ar_ihdr;
96 struct ieee80211_radiotap_header at_ihdr;
H A Drt2661var.h21 struct ieee80211_radiotap_header wr_ihdr;
38 struct ieee80211_radiotap_header wt_ihdr;
H A Dpgtvar.h56 struct ieee80211_radiotap_header wr_ihdr;
70 struct ieee80211_radiotap_header wt_ihdr;
H A Drt2860var.h34 struct ieee80211_radiotap_header wr_ihdr;
53 struct ieee80211_radiotap_header wt_ihdr;
H A Drtwvar.h266 struct ieee80211_radiotap_header rr_ihdr;
283 struct ieee80211_radiotap_header rt_ihdr;
H A Datwvar.h147 struct ieee80211_radiotap_header ar_ihdr;
160 struct ieee80211_radiotap_header at_ihdr;
/openbsd/sys/net80211/
H A Dieee80211_radiotap.h54 struct ieee80211_radiotap_header { struct
/openbsd/usr.sbin/hostapd/
H A Dapme.c317 struct ieee80211_radiotap_header *rh; in hostapd_apme_offset()
325 if (len < sizeof(struct ieee80211_radiotap_header)) in hostapd_apme_offset()
328 rh = (struct ieee80211_radiotap_header*)buf; in hostapd_apme_offset()
H A Dhandle.c392 struct ieee80211_radiotap_header *rh = in hostapd_handle_radiotap()
393 (struct ieee80211_radiotap_header*)buf; in hostapd_handle_radiotap()
408 t = (u_int8_t*)buf + sizeof(struct ieee80211_radiotap_header); in hostapd_handle_radiotap()
H A Dprint-802_11.c447 struct ieee80211_radiotap_header *rh = in ieee802_11_radio_if_print()
448 (struct ieee80211_radiotap_header*)buf; in ieee802_11_radio_if_print()
468 t = (u_int8_t*)buf + sizeof(struct ieee80211_radiotap_header); in ieee802_11_radio_if_print()

12