Lines Matching defs:tap
1216 struct wi_tx_radiotap_header *tap = &sc->sc_txtap;
1218 tap->wt_rate = rs->rs_rates[rateidx];
1219 tap->wt_chan_freq =
1221 tap->wt_chan_flags =
1223 /* TBD tap->wt_flags */
1225 bpf_mtap2(sc->sc_drvbpf, tap, tap->wt_ihdr.it_len, m0,
1738 struct wi_rx_radiotap_header *tap = &sc->sc_rxtap;
1740 tap->wr_rate = frmhdr.wi_rx_rate / 5;
1741 tap->wr_antsignal = frmhdr.wi_rx_signal;
1742 tap->wr_antnoise = frmhdr.wi_rx_silence;
1743 tap->wr_chan_freq = htole16(ic->ic_bss->ni_chan->ic_freq);
1744 tap->wr_chan_flags = htole16(ic->ic_bss->ni_chan->ic_flags);
1746 tap->wr_flags |= IEEE80211_RADIOTAP_F_CFP;
1749 bpf_mtap2(sc->sc_drvbpf, tap, tap->wr_ihdr.it_len, m,