Home | History | Annotate | Download | only in ic

Lines Matching defs:tap

1328 			struct rt2560_rx_radiotap_header *tap = &sc->sc_rxtap;
1335 tap->wr_tsf =
1337 tap->wr_flags = 0;
1338 tap->wr_rate = rt2560_rxrate(desc);
1339 tap->wr_chan_freq = htole16(ic->ic_ibss_chan->ic_freq);
1340 tap->wr_chan_flags =
1342 tap->wr_antenna = sc->rx_ant;
1343 tap->wr_antsignal = desc->rssi;
1345 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_txtap_len, m,
1795 struct rt2560_tx_radiotap_header *tap = &sc->sc_txtap;
1797 tap->wt_flags = 0;
1798 tap->wt_rate = rate;
1799 tap->wt_chan_freq = htole16(ic->ic_ibss_chan->ic_freq);
1800 tap->wt_chan_flags = htole16(ic->ic_ibss_chan->ic_flags);
1801 tap->wt_antenna = sc->tx_ant;
1803 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_txtap_len, m0, BPF_D_OUT);
2030 struct rt2560_tx_radiotap_header *tap = &sc->sc_txtap;
2032 tap->wt_flags = 0;
2033 tap->wt_rate = rate;
2034 tap->wt_chan_freq = htole16(ic->ic_ibss_chan->ic_freq);
2035 tap->wt_chan_flags = htole16(ic->ic_ibss_chan->ic_flags);
2036 tap->wt_antenna = sc->tx_ant;
2038 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_txtap_len, m0, BPF_D_OUT);