Searched refs:sc_txtap (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_rumvar.h129 struct rum_tx_radiotap_header sc_txtap; member in struct:rum_softc
H A Dif_uralvar.h129 struct ural_tx_radiotap_header sc_txtap; member in struct:ural_softc
H A Dif_runvar.h255 #define sc_txtap sc_txtapu.th macro
H A Dif_urtwvar.h182 struct urtw_tx_radiotap_header sc_txtap; member in struct:urtw_softc
H A Dif_uathvar.h234 struct uath_tx_radiotap_header sc_txtap; member in struct:uath_softc
H A Dif_upgtvar.h478 struct upgt_tx_radiotap_header sc_txtap; member in struct:upgt_softc
H A Dif_rsureg.h768 #define sc_txtap sc_txtapu.th macro
H A Dif_zyd.c420 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
2141 sc->sc_rxtap.wr_chan_freq = sc->sc_txtap.wt_chan_freq =
2143 sc->sc_rxtap.wr_chan_flags = sc->sc_txtap.wt_chan_flags =
2428 struct zyd_tx_radiotap_header *tap = &sc->sc_txtap;
2571 struct zyd_tx_radiotap_header *tap = &sc->sc_txtap;
H A Dif_rsu.c395 ieee80211_radiotap_attach(ic, &sc->sc_txtap.wt_ihdr,
396 sizeof(sc->sc_txtap), RSU_TX_RADIOTAP_PRESENT,
1766 struct rsu_tx_radiotap_header *tap = &sc->sc_txtap;
H A Dif_rum.c524 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
822 struct rum_tx_radiotap_header *tap = &sc->sc_txtap;
H A Dif_uath.c483 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
1618 struct uath_tx_radiotap_header *tap = &sc->sc_txtap;
H A Dif_upgt.c372 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
2264 struct upgt_tx_radiotap_header *tap = &sc->sc_txtap;
H A Dif_ural.c508 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
830 struct ural_tx_radiotap_header *tap = &sc->sc_txtap;
/freebsd-10.2-release/sys/dev/ipw/
H A Dif_ipwvar.h161 struct ipw_tx_radiotap_header sc_txtap; member in struct:ipw_softc
H A Dif_ipw.c352 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
1618 struct ipw_tx_radiotap_header *tap = &sc->sc_txtap;
/freebsd-10.2-release/sys/dev/ral/
H A Drt2560var.h152 struct rt2560_tx_radiotap_header sc_txtap; member in struct:rt2560_softc
H A Drt2661var.h160 struct rt2661_tx_radiotap_header sc_txtap; member in struct:rt2661_softc
H A Drt2860var.h197 struct rt2860_tx_radiotap_header sc_txtap; member in struct:rt2860_softc
H A Drt2661.c320 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
1339 struct rt2661_tx_radiotap_header *tap = &sc->sc_txtap;
1560 struct rt2661_tx_radiotap_header *tap = &sc->sc_txtap;
H A Drt2560.c315 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
1511 struct rt2560_tx_radiotap_header *tap = &sc->sc_txtap;
1578 struct rt2560_tx_radiotap_header *tap = &sc->sc_txtap;
1743 struct rt2560_tx_radiotap_header *tap = &sc->sc_txtap;
1870 struct rt2560_tx_radiotap_header *tap = &sc->sc_txtap;
H A Drt2860.c362 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
1601 struct rt2860_tx_radiotap_header *tap = &sc->sc_txtap;
1854 struct rt2860_tx_radiotap_header *tap = &sc->sc_txtap;
/freebsd-10.2-release/sys/dev/wpi/
H A Dif_wpivar.h176 struct wpi_tx_radiotap_header sc_txtap; member in struct:wpi_softc
/freebsd-10.2-release/sys/dev/iwi/
H A Dif_iwivar.h217 struct iwi_tx_radiotap_header sc_txtap; member in struct:iwi_softc
/freebsd-10.2-release/sys/dev/iwn/
H A Dif_iwnvar.h377 struct iwn_tx_radiotap_header sc_txtap; member in struct:iwn_softc
H A Dif_iwn.c877 &sc->sc_txtap.wt_ihdr, sizeof(sc->sc_txtap),
3631 struct iwn_tx_radiotap_header *tap = &sc->sc_txtap;
3919 struct iwn_tx_radiotap_header *tap = &sc->sc_txtap;
7465 sc->sc_txtap.wt_chan_freq = htole16(c->ic_freq);
7466 sc->sc_txtap.wt_chan_flags = htole16(c->ic_flags);

Completed in 475 milliseconds

12