Searched refs:sc_rx_th (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_rx.c492 sc->sc_rx_th.wr_ext_bitmap = htole32(1 << ATH_RADIOTAP_VENDOR_HEADER);
495 sc->sc_rx_th.wr_vh.vh_oui[0] = 0x7f;
496 sc->sc_rx_th.wr_vh.vh_oui[1] = 0x03;
497 sc->sc_rx_th.wr_vh.vh_oui[2] = 0x00;
500 sc->sc_rx_th.wr_vh.vh_sub_ns = 0;
501 sc->sc_rx_th.wr_vh.vh_skip_len =
505 sc->sc_rx_th.wr_v.vh_version = 1;
507 sc->sc_rx_th.wr_v.vh_rx_chainmask = sc->sc_rxchainmask;
510 sc->sc_rx_th.wr_v.rssi_ctl[0] = rs->rs_rssi_ctl[0];
511 sc->sc_rx_th
[all...]
H A Dif_ath.c1266 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th), 1,
1275 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
H A Dif_athvar.h745 struct ath_rx_radiotap_header sc_rx_th; member in struct:ath_softc
/freebsd-11.0-release/sys/dev/wi/
H A Dif_wivar.h144 struct wi_rx_radiotap_header sc_rx_th; member in struct:wi_softc
H A Dif_wi.c443 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
1326 struct wi_rx_radiotap_header *tap = &sc->sc_rx_th;
/freebsd-11.0-release/sys/dev/wtap/
H A Dif_wtapvar.h144 struct wtap_rx_radiotap_header sc_rx_th; member in struct:wtap_softc
H A Dif_wtap.c675 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
/freebsd-11.0-release/sys/dev/mwl/
H A Dif_mwlvar.h338 struct mwl_rx_radiotap_header sc_rx_th; member in struct:mwl_softc
H A Dif_mwl.c505 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
2791 struct mwl_rx_radiotap_header *tap = &sc->sc_rx_th;
3837 sc->sc_rx_th.wr_chan_freq = htole16(chan->ic_freq);
3840 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_A);
3843 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_G);
3846 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_B);
/freebsd-11.0-release/sys/dev/bwi/
H A Dif_bwi.c523 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
1735 sc->sc_tx_th.wt_chan_freq = sc->sc_rx_th.wr_chan_freq =
1737 sc->sc_tx_th.wt_chan_flags = sc->sc_rx_th.wr_chan_flags =
3781 sc->sc_rx_th.wr_flags = IEEE80211_RADIOTAP_F_FCS;
3783 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
3787 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_WEP;
3789 sc->sc_rx_th.wr_tsf = hdr->rxh_tsf; /* No endian conversion */
3790 sc->sc_rx_th.wr_rate = rate;
3791 sc->sc_rx_th
[all...]
H A Dif_bwivar.h613 struct bwi_rx_radiotap_hdr sc_rx_th; member in struct:bwi_softc
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwn.c697 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
1831 sc->sc_tx_th.wt_chan_freq = sc->sc_rx_th.wr_chan_freq =
1833 sc->sc_tx_th.wt_chan_flags = sc->sc_rx_th.wr_chan_flags =
6895 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
6899 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_WEP;
6919 sc->sc_rx_th.wr_tsf = tsf;
6920 sc->sc_rx_th.wr_rate = rate;
6921 sc->sc_rx_th.wr_antsignal = rssi;
6922 sc->sc_rx_th
[all...]
H A Dif_bwnvar.h1049 struct bwn_rx_radiotap_header sc_rx_th; member in struct:bwn_softc

Completed in 302 milliseconds