Symbol: sc_txtap
sys/dev/ic/an.c
339
sc->sc_txtap.at_ihdr.it_len = htole16(sizeof(sc->sc_txtapu));
sys/dev/ic/an.c
340
sc->sc_txtap.at_ihdr.it_present = htole32(AN_TX_RADIOTAP_PRESENT);
sys/dev/ic/an.c
806
struct an_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/arn5008.c
1409
struct athn_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/arn9003.c
1562
struct athn_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/athn.c
435
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/ic/athn.c
436
sc->sc_txtap.wt_ihdr.it_present = htole32(ATHN_TX_RADIOTAP_PRESENT);
sys/dev/ic/atw.c
1475
sc->sc_rxtap.ar_chan_freq = sc->sc_txtap.at_chan_freq =
sys/dev/ic/atw.c
1477
sc->sc_rxtap.ar_chan_flags = sc->sc_txtap.at_chan_flags =
sys/dev/ic/atw.c
3614
struct atw_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/atw.c
825
sc->sc_txtap.at_ihdr.it_len = htole16(sizeof(sc->sc_txtapu));
sys/dev/ic/atw.c
826
sc->sc_txtap.at_ihdr.it_present = htole32(ATW_TX_RADIOTAP_PRESENT);
sys/dev/ic/bwi.c
1104
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/ic/bwi.c
1105
sc->sc_txtap.wt_ihdr.it_present = htole32(BWI_TX_RADIOTAP_PRESENT);
sys/dev/ic/bwi.c
9689
struct bwi_tx_radiotap_hdr *tap = &sc->sc_txtap;
sys/dev/ic/malo.c
1428
struct malo_tx_radiotap_hdr *tap = &sc->sc_txtap;
sys/dev/ic/malo.c
450
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/ic/malo.c
451
sc->sc_txtap.wt_ihdr.it_present = htole32(MALO_TX_RADIOTAP_PRESENT);
sys/dev/ic/rt2560.c
1795
struct rt2560_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/rt2560.c
2030
struct rt2560_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/rt2560.c
467
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/ic/rt2560.c
468
sc->sc_txtap.wt_ihdr.it_present = htole32(RT2560_TX_RADIOTAP_PRESENT);
sys/dev/ic/rt2661.c
1528
struct rt2661_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/rt2661.c
1766
struct rt2661_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/rt2661.c
350
sizeof(struct ieee80211_frame) + sizeof(sc->sc_txtap),
sys/dev/ic/rt2661.c
357
sc->sc_txtap_len = roundup(sizeof(sc->sc_txtap), sizeof(u_int32_t));
sys/dev/ic/rt2661.c
358
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/ic/rt2661.c
359
sc->sc_txtap.wt_ihdr.it_present = htole32(RT2661_TX_RADIOTAP_PRESENT);
sys/dev/ic/rt2860.c
1747
struct rt2860_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/rt2860.c
434
sc->sc_txtap_len = roundup(sizeof(sc->sc_txtap), sizeof(u_int32_t));
sys/dev/ic/rt2860.c
435
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/ic/rt2860.c
436
sc->sc_txtap.wt_ihdr.it_present = htole32(RT2860_TX_RADIOTAP_PRESENT);
sys/dev/ic/rtw.c
2507
struct rtw_tx_radiotap_header *rt = &sc->sc_txtap;
sys/dev/ic/rtw.c
3457
struct rtw_tx_radiotap_header *rt = &sc->sc_txtap;
sys/dev/ic/rtw.c
3880
sc->sc_txtap.rt_ihdr.it_len = htole16(sizeof(sc->sc_txtapu));
sys/dev/ic/rtw.c
3881
sc->sc_txtap.rt_ihdr.it_present = htole32(RTW_TX_RADIOTAP_PRESENT);
sys/dev/ic/wi.c
1216
struct wi_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/ic/wi.c
579
sc->sc_txtap.wt_ihdr.it_len = htole16(sizeof(sc->sc_txtapu));
sys/dev/ic/wi.c
580
sc->sc_txtap.wt_ihdr.it_present = htole32(WI_TX_RADIOTAP_PRESENT);
sys/dev/pci/if_ipw.c
1373
struct ipw_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/pci/if_ipw.c
320
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/pci/if_ipw.c
321
sc->sc_txtap.wt_ihdr.it_present = htole32(IPW_TX_RADIOTAP_PRESENT);
sys/dev/pci/if_ipw.c
800
struct ipw_tx_radiotap_header *wt = &sc->sc_txtap;
sys/dev/pci/if_iwi.c
1649
struct iwi_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/pci/if_iwi.c
435
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/pci/if_iwi.c
436
sc->sc_txtap.wt_ihdr.it_present = htole32(IWI_TX_RADIOTAP_PRESENT);
sys/dev/pci/if_iwm.c
4987
struct iwm_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/pci/if_iwm.c
9405
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/pci/if_iwm.c
9406
sc->sc_txtap.wt_ihdr.it_present = htole32(IWM_TX_RADIOTAP_PRESENT);
sys/dev/pci/if_iwn.c
3058
struct iwn_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/pci/if_iwn.c
913
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/pci/if_iwn.c
914
sc->sc_txtap.wt_ihdr.it_present = htole32(IWN_TX_RADIOTAP_PRESENT);
sys/dev/pci/if_rtwn.c
1995
struct rtwn_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/pci/if_rtwn.c
388
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/pci/if_rtwn.c
389
sc->sc_txtap.wt_ihdr.it_present = htole32(RTWN_TX_RADIOTAP_PRESENT);
sys/dev/pci/if_wpi.c
1951
struct wpi_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/pci/if_wpi.c
412
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/pci/if_wpi.c
413
sc->sc_txtap.wt_ihdr.it_present = htole32(WPI_TX_RADIOTAP_PRESENT);
sys/dev/usb/if_athn_usb.c
2497
struct athn_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_otus.c
2038
struct otus_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_otus.c
898
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/usb/if_otus.c
899
sc->sc_txtap.wt_ihdr.it_present = htole32(OTUS_TX_RADIOTAP_PRESENT);
sys/dev/usb/if_rum.c
1206
struct rum_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_rum.c
474
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/usb/if_rum.c
475
sc->sc_txtap.wt_ihdr.it_present = htole32(RT2573_TX_RADIOTAP_PRESENT);
sys/dev/usb/if_run.c
2651
struct run_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_run.c
764
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/usb/if_run.c
765
sc->sc_txtap.wt_ihdr.it_present = htole32(RUN_TX_RADIOTAP_PRESENT);
sys/dev/usb/if_upgt.c
1657
struct upgt_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_upgt.c
479
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/usb/if_upgt.c
480
sc->sc_txtap.wt_ihdr.it_present = htole32(UPGT_TX_RADIOTAP_PRESENT);
sys/dev/usb/if_ural.c
1222
struct ural_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_ural.c
1312
struct ural_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_ural.c
516
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/usb/if_ural.c
517
sc->sc_txtap.wt_ihdr.it_present = htole32(RAL_TX_RADIOTAP_PRESENT);
sys/dev/usb/if_urtw.c
2617
struct urtw_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_urtw.c
758
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/usb/if_urtw.c
759
sc->sc_txtap.wt_ihdr.it_present = htole32(URTW_TX_RADIOTAP_PRESENT);
sys/dev/usb/if_urtwn.c
2733
struct urtwn_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_urtwn.c
550
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/usb/if_urtwn.c
551
sc->sc_txtap.wt_ihdr.it_present = htole32(URTWN_TX_RADIOTAP_PRESENT);
sys/dev/usb/if_zyd.c
2129
struct zyd_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_zyd.c
2286
struct zyd_tx_radiotap_header *tap = &sc->sc_txtap;
sys/dev/usb/if_zyd.c
450
sc->sc_txtap.wt_ihdr.it_len = htole16(sc->sc_txtap_len);
sys/dev/usb/if_zyd.c
451
sc->sc_txtap.wt_ihdr.it_present = htole32(ZYD_TX_RADIOTAP_PRESENT);