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

/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_rx.c375 sc->sc_rx_th.wr_ext_bitmap = htole32(1 << ATH_RADIOTAP_VENDOR_HEADER);
378 sc->sc_rx_th.wr_vh.vh_oui[0] = 0x7f;
379 sc->sc_rx_th.wr_vh.vh_oui[1] = 0x03;
380 sc->sc_rx_th.wr_vh.vh_oui[2] = 0x00;
383 sc->sc_rx_th.wr_vh.vh_sub_ns = 0;
384 sc->sc_rx_th.wr_vh.vh_skip_len =
388 sc->sc_rx_th.wr_v.vh_version = 1;
390 sc->sc_rx_th.wr_v.vh_rx_chainmask = sc->sc_rxchainmask;
393 sc->sc_rx_th.wr_v.rssi_ctl[0] = rs->rs_rssi_ctl[0];
394 sc->sc_rx_th
[all...]
H A Dif_ath.c960 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th), 1,
969 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
H A Dif_athvar.h719 struct ath_rx_radiotap_header sc_rx_th; member in struct:ath_softc
/freebsd-10.2-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.c469 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
1384 struct wi_rx_radiotap_header *tap = &sc->sc_rx_th;
/freebsd-10.2-release/sys/dev/wtap/
H A Dif_wtapvar.h150 struct wtap_rx_radiotap_header sc_rx_th; member in struct:wtap_softc
H A Dif_wtap.c855 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwlvar.h335 struct mwl_rx_radiotap_header sc_rx_th; member in struct:mwl_softc
H A Dif_mwl.c525 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
2899 struct mwl_rx_radiotap_header *tap = &sc->sc_rx_th;
3980 sc->sc_rx_th.wr_chan_freq = htole16(chan->ic_freq);
3983 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_A);
3986 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_G);
3989 sc->sc_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_B);
/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwi.c534 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
1750 sc->sc_tx_th.wt_chan_freq = sc->sc_rx_th.wr_chan_freq =
1752 sc->sc_tx_th.wt_chan_flags = sc->sc_rx_th.wr_chan_flags =
3817 sc->sc_rx_th.wr_flags = IEEE80211_RADIOTAP_F_FCS;
3819 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
3823 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_WEP;
3825 sc->sc_rx_th.wr_tsf = hdr->rxh_tsf; /* No endian convertion */
3826 sc->sc_rx_th.wr_rate = rate;
3827 sc->sc_rx_th
[all...]
H A Dif_bwivar.h612 struct bwi_rx_radiotap_hdr sc_rx_th; member in struct:bwi_softc
/freebsd-10.2-release/sys/dev/bwn/
H A Dif_bwnvar.h941 struct bwn_rx_radiotap_header sc_rx_th; member in struct:bwn_softc
H A Dif_bwn.c1102 &sc->sc_rx_th.wr_ihdr, sizeof(sc->sc_rx_th),
2921 sc->sc_tx_th.wt_chan_freq = sc->sc_rx_th.wr_chan_freq =
2923 sc->sc_tx_th.wt_chan_flags = sc->sc_rx_th.wr_chan_flags =
10319 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
10323 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_WEP;
10332 sc->sc_rx_th.wr_tsf = tsf;
10333 sc->sc_rx_th.wr_rate = rate;
10334 sc->sc_rx_th.wr_antsignal = rssi;
10335 sc->sc_rx_th
[all...]

Completed in 380 milliseconds