Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/net80211/
HDieee80211_radiotap.c51 static int radiotap_offset(struct ieee80211_radiotap_header *, int, int);
55 struct ieee80211_radiotap_header *th, int tlen, uint32_t tx_radiotap, in ieee80211_radiotap_attach()
56 struct ieee80211_radiotap_header *rh, int rlen, uint32_t rx_radiotap) in ieee80211_radiotap_attach()
64 struct ieee80211_radiotap_header *th, in ieee80211_radiotap_attachv()
66 struct ieee80211_radiotap_header *rh, in ieee80211_radiotap_attachv()
115 struct ieee80211_radiotap_header *th = ic->ic_th; in ieee80211_radiotap_vattach()
166 struct ieee80211_radiotap_header *rh = ic->ic_rh; in ieee80211_radiotap_chan_change()
174 struct ieee80211_radiotap_header *th = ic->ic_th; in ieee80211_radiotap_chan_change()
189 struct ieee80211_radiotap_header *rh, int len) in spam_vaps()
210 struct ieee80211_radiotap_header *th = ic->ic_th; in ieee80211_radiotap_tx()
[all …]
HDieee80211_var.h254 struct ieee80211_radiotap_header *ic_th;/* tx radiotap headers */
256 struct ieee80211_radiotap_header *ic_rh;/* rx radiotap headers */
841 struct ieee80211_radiotap_header *th, int tlen,
843 struct ieee80211_radiotap_header *rh, int rlen,
846 struct ieee80211_radiotap_header *th,
848 struct ieee80211_radiotap_header *rh,
/freebsd-14-stable/contrib/wpa/src/utils/
HDradiotap_iter.h65 struct ieee80211_radiotap_header *_rtheader;
90 struct ieee80211_radiotap_header *radiotap_header,
HDradiotap.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()
HDradiotap.h22 struct ieee80211_radiotap_header { struct
/freebsd-14-stable/sys/dev/malo/
HDif_maloioctl.h86 struct ieee80211_radiotap_header wr_ihdr;
105 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/mwl/
HDif_mwlioctl.h108 struct ieee80211_radiotap_header wr_ihdr;
127 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/usb/wlan/
HDif_uralvar.h27 struct ieee80211_radiotap_header wr_ihdr;
46 struct ieee80211_radiotap_header wt_ihdr;
HDif_urtwvar.h56 struct ieee80211_radiotap_header wr_ihdr;
72 struct ieee80211_radiotap_header wt_ihdr;
HDif_rumvar.h23 struct ieee80211_radiotap_header wr_ihdr;
45 struct ieee80211_radiotap_header wt_ihdr;
HDif_runvar.h46 struct ieee80211_radiotap_header wr_ihdr;
67 struct ieee80211_radiotap_header wt_ihdr;
HDif_uathvar.h45 struct ieee80211_radiotap_header wr_ihdr;
67 struct ieee80211_radiotap_header wt_ihdr;
HDif_upgtvar.h376 struct ieee80211_radiotap_header wr_ihdr;
391 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/ral/
HDrt2661var.h20 struct ieee80211_radiotap_header wr_ihdr;
39 struct ieee80211_radiotap_header wt_ihdr;
HDrt2560var.h20 struct ieee80211_radiotap_header wr_ihdr;
41 struct ieee80211_radiotap_header wt_ihdr;
HDrt2860var.h31 struct ieee80211_radiotap_header wr_ihdr;
52 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/ipw/
HDif_ipwvar.h57 struct ieee80211_radiotap_header wr_ihdr;
73 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/wtap/
HDif_wtapioctl.h146 struct ieee80211_radiotap_header wr_ihdr;
166 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/iwi/
HDif_iwivar.h32 struct ieee80211_radiotap_header wr_ihdr;
51 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/wpi/
HDif_wpivar.h19 struct ieee80211_radiotap_header wr_ihdr;
40 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/ath/
HDif_athioctl.h333 struct ieee80211_radiotap_header wr_ihdr;
392 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/dev/iwm/
HDif_iwmvar.h107 struct ieee80211_radiotap_header wr_ihdr;
126 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/tools/tools/net80211/w00t/libw00t/
HDw00t.c188 struct ieee80211_radiotap_header* rth; in get_wifi()
203 rth = (struct ieee80211_radiotap_header*) in get_wifi()
/freebsd-14-stable/sys/dev/iwn/
HDif_iwnvar.h56 struct ieee80211_radiotap_header wr_ihdr;
75 struct ieee80211_radiotap_header wt_ihdr;
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.h102 struct ieee80211_radiotap_header wt_ihdr;
114 struct ieee80211_radiotap_header wr_ihdr;

12