Lines Matching defs:tap
3211 struct atw_rx_radiotap_header *tap = &sc->sc_rxtap;
3213 tap->ar_rate = rate;
3216 tap->ar_antsignal = (int)rssi;
3218 tap->ar_flags = IEEE80211_RADIOTAP_F_FCS;
3220 tap->ar_flags = 0;
3223 tap->ar_flags |= IEEE80211_RADIOTAP_F_BADFCS;
3225 bpf_mtap2(sc->sc_radiobpf, tap, sizeof(sc->sc_rxtapu),
3614 struct atw_tx_radiotap_header *tap = &sc->sc_txtap;
3616 tap->at_rate = rate;
3618 bpf_mtap2(sc->sc_radiobpf, tap, sizeof(sc->sc_txtapu),