Lines Matching refs:tap
1963 struct zyd_rx_radiotap_header *tap = &sc->sc_rxtap;
1970 tap->wr_flags = IEEE80211_RADIOTAP_F_FCS;
1971 tap->wr_chan_freq = htole16(ic->ic_curchan->ic_freq);
1972 tap->wr_chan_flags = htole16(ic->ic_curchan->ic_flags);
1973 tap->wr_rssi = stat->rssi;
1974 tap->wr_rate = rates[plcp->signal & 0xf];
1976 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_rxtap_len, m, BPF_D_IN);
2129 struct zyd_tx_radiotap_header *tap = &sc->sc_txtap;
2131 tap->wt_flags = 0;
2132 tap->wt_rate = rate;
2133 tap->wt_chan_freq = htole16(ic->ic_curchan->ic_freq);
2134 tap->wt_chan_flags = htole16(ic->ic_curchan->ic_flags);
2136 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_txtap_len, m0, BPF_D_OUT);
2286 struct zyd_tx_radiotap_header *tap = &sc->sc_txtap;
2288 tap->wt_flags = 0;
2289 tap->wt_rate = rate;
2290 tap->wt_chan_freq = htole16(ic->ic_curchan->ic_freq);
2291 tap->wt_chan_flags = htole16(ic->ic_curchan->ic_flags);
2293 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_txtap_len, m0, BPF_D_OUT);