Home
last modified time | relevance | path

Searched refs:malo_tx_th (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/malo/
H A Dif_malo.c291 &sc->malo_tx_th.wt_ihdr, sizeof(sc->malo_tx_th), in malo_attach()
1080 sc->malo_tx_th.wt_flags = 0; /* XXX */ in malo_tx_start()
1082 sc->malo_tx_th.wt_flags |= IEEE80211_RADIOTAP_F_WEP; in malo_tx_start()
1083 sc->malo_tx_th.wt_txpower = ni->ni_txpower; in malo_tx_start()
1084 sc->malo_tx_th.wt_antenna = sc->malo_txantenna; in malo_tx_start()
1883 sc->malo_tx_th.wt_chan_freq = htole16(chan->ic_freq); in malo_chan_set()
1886 sc->malo_tx_th.wt_chan_flags = htole16(IEEE80211_CHAN_G); in malo_chan_set()
1889 sc->malo_tx_th.wt_chan_flags = htole16(IEEE80211_CHAN_B); in malo_chan_set()
H A Dif_malo.h558 struct malo_tx_radiotap_header malo_tx_th; member