Searched defs:ath_tx_radiotap_header (Results 1 – 1 of 1) sorted by relevance
383 struct ath_tx_radiotap_header { struct384 struct ieee80211_radiotap_header wt_ihdr;385 u_int64_t wt_tsf;386 u_int8_t wt_flags;387 u_int8_t wt_rate;388 u_int8_t wt_txpower;389 u_int8_t wt_antenna;390 u_int32_t wt_chan_flags;391 u_int16_t wt_chan_freq;392 u_int8_t wt_chan_ieee;[all …]