Home | History | Annotate | Download | only in ic

Lines Matching defs:tap

1116 			struct rt2661_rx_radiotap_header *tap = &sc->sc_rxtap;
1123 tap->wr_tsf =
1125 tap->wr_flags = 0;
1126 tap->wr_rate = rt2661_rxrate(desc);
1127 tap->wr_chan_freq = htole16(sc->sc_curchan->ic_freq);
1128 tap->wr_chan_flags = htole16(sc->sc_curchan->ic_flags);
1129 tap->wr_antsignal = desc->rssi;
1131 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_rxtap_len, m,
1528 struct rt2661_tx_radiotap_header *tap = &sc->sc_txtap;
1530 tap->wt_flags = 0;
1531 tap->wt_rate = rate;
1532 tap->wt_chan_freq = htole16(sc->sc_curchan->ic_freq);
1533 tap->wt_chan_flags = htole16(sc->sc_curchan->ic_flags);
1535 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_txtap_len, m0, BPF_D_OUT);
1766 struct rt2661_tx_radiotap_header *tap = &sc->sc_txtap;
1768 tap->wt_flags = 0;
1769 tap->wt_rate = rate;
1770 tap->wt_chan_freq = htole16(sc->sc_curchan->ic_freq);
1771 tap->wt_chan_flags = htole16(sc->sc_curchan->ic_flags);
1773 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_txtap_len, m0, BPF_D_OUT);