Lines Matching defs:tap
1428 struct malo_tx_radiotap_hdr *tap = &sc->sc_txtap;
1430 tap->wt_flags = 0;
1431 tap->wt_chan_freq = htole16(ni->ni_chan->ic_freq);
1432 tap->wt_chan_flags = htole16(ni->ni_chan->ic_flags);
1433 tap->wt_rate = sc->sc_last_txrate;
1435 tap->wt_flags |= IEEE80211_RADIOTAP_F_WEP;
1437 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_txtap_len, m0, BPF_D_OUT);
1606 struct malo_rx_radiotap_hdr *tap = &sc->sc_rxtap;
1608 tap->wr_flags = 0;
1609 tap->wr_chan_freq =
1611 tap->wr_chan_flags =
1614 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_rxtap_len, m,