Searched refs:sc_rxtap (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/sys/dev/usb/wlan/
H A Dif_uralvar.h128 struct ural_rx_radiotap_header sc_rxtap; member in struct:ural_softc
H A Dif_rumvar.h169 struct rum_rx_radiotap_header sc_rxtap; member in struct:rum_softc
H A Dif_urtwvar.h179 struct urtw_rx_radiotap_header sc_rxtap; member in struct:urtw_softc
H A Dif_runvar.h253 #define sc_rxtap sc_rxtapu.th macro
H A Dif_uathvar.h232 struct uath_rx_radiotap_header sc_rxtap; member in struct:uath_softc
H A Dif_upgtvar.h473 struct upgt_rx_radiotap_header sc_rxtap; member in struct:upgt_softc
H A Dif_rsureg.h896 #define sc_rxtap sc_rxtapu.th macro
H A Dif_zyd.c407 &sc->sc_rxtap.wr_ihdr, sizeof(sc->sc_rxtap),
2108 sc->sc_rxtap.wr_chan_freq = sc->sc_txtap.wt_chan_freq =
2110 sc->sc_rxtap.wr_chan_flags = sc->sc_txtap.wt_chan_flags =
2195 struct zyd_rx_radiotap_header *tap = &sc->sc_rxtap;
H A Dif_uath.c458 &sc->sc_rxtap.wr_ihdr, sizeof(sc->sc_rxtap),
2677 struct uath_rx_radiotap_header *tap = &sc->sc_rxtap;
H A Dif_ural.c495 &sc->sc_rxtap.wr_ihdr, sizeof(sc->sc_rxtap),
900 struct ural_rx_radiotap_header *tap = &sc->sc_rxtap;
H A Dif_upgt.c360 &sc->sc_rxtap.wr_ihdr, sizeof(sc->sc_rxtap),
1461 struct upgt_rx_radiotap_header *tap = &sc->sc_rxtap;
/freebsd-current/sys/dev/ipw/
H A Dif_ipwvar.h165 struct ipw_rx_radiotap_header sc_rxtap; member in struct:ipw_softc
H A Dif_ipw.c321 &sc->sc_rxtap.wr_ihdr, sizeof(sc->sc_rxtap),
1218 struct ipw_rx_radiotap_header *tap = &sc->sc_rxtap;
/freebsd-current/sys/dev/ral/
H A Drt2560var.h148 struct rt2560_rx_radiotap_header sc_rxtap; member in struct:rt2560_softc
H A Drt2661var.h159 struct rt2661_rx_radiotap_header sc_rxtap; member in struct:rt2661_softc
H A Drt2860var.h196 struct rt2860_rx_radiotap_header sc_rxtap; member in struct:rt2860_softc
H A Drt2661.c307 &sc->sc_rxtap.wr_ihdr, sizeof(sc->sc_rxtap),
1051 struct rt2661_rx_radiotap_header *tap = &sc->sc_rxtap;
H A Drt2560.c304 &sc->sc_rxtap.wr_ihdr, sizeof(sc->sc_rxtap),
1173 struct rt2560_rx_radiotap_header *tap = &sc->sc_rxtap;
/freebsd-current/sys/dev/iwi/
H A Dif_iwivar.h220 struct iwi_rx_radiotap_header sc_rxtap; member in struct:iwi_softc
/freebsd-current/sys/dev/iwm/
H A Dif_iwmvar.h516 struct iwm_rx_radiotap_header sc_rxtap; member in struct:iwm_softc
/freebsd-current/sys/dev/wpi/
H A Dif_wpivar.h222 struct wpi_rx_radiotap_header sc_rxtap; member in struct:wpi_softc
H A Dif_wpi.c573 struct wpi_rx_radiotap_header *rxtap = &sc->sc_rxtap;
2015 struct wpi_rx_radiotap_header *tap = &sc->sc_rxtap;
5588 sc->sc_rxtap.wr_chan_freq = htole16(c->ic_freq);
5589 sc->sc_rxtap.wr_chan_flags = htole16(c->ic_flags);
/freebsd-current/sys/dev/iwn/
H A Dif_iwnvar.h408 struct iwn_rx_radiotap_header sc_rxtap; member in struct:iwn_softc
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn_rx.c309 struct rtwn_rx_radiotap_header *tap = &sc->sc_rxtap;
H A Dif_rtwnvar.h238 struct rtwn_rx_radiotap_header sc_rxtap; member in struct:rtwn_softc

Completed in 380 milliseconds

12