Home
last modified time | relevance | path

Searched refs:IEEE80211_RADIOTAP_XCHANNEL (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_radiotap.c79 else if (tx_radiotap & B(IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_attachv()
80 off = radiotap_offset(th, n_tx_v, IEEE80211_RADIOTAP_XCHANNEL); in ieee80211_radiotap_attachv()
95 else if (rx_radiotap & B(IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_attachv()
96 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_XCHANNEL); in ieee80211_radiotap_attachv()
168 if (rh->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change()
176 if (th->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change()
337 [IEEE80211_RADIOTAP_XCHANNEL] = { in radiotap_offset()
H A Dieee80211_radiotap.h172 * IEEE80211_RADIOTAP_XCHANNEL uint32_t bitmap
231 IEEE80211_RADIOTAP_XCHANNEL = 18, enumerator
/freebsd/sys/dev/ath/
H A Dif_athioctl.h258 (1 << IEEE80211_RADIOTAP_XCHANNEL) | \
388 (1 << IEEE80211_RADIOTAP_XCHANNEL) | \
/freebsd/contrib/tcpdump/
H A Dprint-802_11.c2502 IEEE80211_RADIOTAP_XCHANNEL = 18, enumerator
2801 if (presentflags & (1 << IEEE80211_RADIOTAP_XCHANNEL)) in print_radiotap_field()
2921 case IEEE80211_RADIOTAP_XCHANNEL: { in print_radiotap_field()