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

/freebsd-current/sys/dev/ath/
H A Dif_ath_rx.c515 sc->sc_rx_th.wr_ext_bitmap = htole32(1 << ATH_RADIOTAP_VENDOR_HEADER);
518 sc->sc_rx_th.wr_vh.vh_oui[0] = 0x7f;
519 sc->sc_rx_th.wr_vh.vh_oui[1] = 0x03;
520 sc->sc_rx_th.wr_vh.vh_oui[2] = 0x00;
523 sc->sc_rx_th.wr_vh.vh_sub_ns = 0;
524 sc->sc_rx_th.wr_vh.vh_skip_len =
528 sc->sc_rx_th.wr_v.vh_version = 1;
530 sc->sc_rx_th.wr_v.vh_rx_chainmask = sc->sc_rxchainmask;
533 sc->sc_rx_th.wr_v.rssi_ctl[0] = rs->rs_rssi_ctl[0];
534 sc->sc_rx_th
[all...]
H A Dif_ath.c1346 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th), 1,
1355 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
H A Dif_athvar.h749 struct ath_rx_radiotap_header sc_rx_th; member in struct:ath_softc
/freebsd-current/sys/dev/wtap/
H A Dif_wtapvar.h145 struct wtap_rx_radiotap_header sc_rx_th; member in struct:wtap_softc
H A Dif_wtap.c693 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
/freebsd-current/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.c502 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
2780 struct mwl_rx_radiotap_header *tap = &sc->sc_rx_th;
3825 sc->sc_rx_th.wr_chan_freq = htole16(chan->ic_freq);
3828 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_A);
3831 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_G);
3834 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_B);
/freebsd-current/sys/dev/bwi/
H A Dif_bwi.c522 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
3766 sc->sc_rx_th.wr_flags = IEEE80211_RADIOTAP_F_FCS;
3768 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
3772 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_WEP;
3774 sc->sc_rx_th.wr_tsf = hdr->rxh_tsf; /* No endian conversion */
3775 sc->sc_rx_th.wr_rate = rate;
3776 sc->sc_rx_th.wr_antsignal = rssi;
3777 sc->sc_rx_th.wr_antnoise = noise;
H A Dif_bwivar.h614 struct bwi_rx_radiotap_hdr sc_rx_th; member in struct:bwi_softc
/freebsd-current/sys/dev/bwn/
H A Dif_bwn.c827 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
7074 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
7078 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_WEP;
7098 sc->sc_rx_th.wr_tsf = tsf;
7099 sc->sc_rx_th.wr_rate = rate;
7100 sc->sc_rx_th.wr_antsignal = rssi;
7101 sc->sc_rx_th.wr_antnoise = noise;
H A Dif_bwnvar.h1073 struct bwn_rx_radiotap_header sc_rx_th; member in struct:bwn_softc

Completed in 216 milliseconds