Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_radiotap.c89 else if (tx_radiotap & B(IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_attachv()
90 off = radiotap_offset(th, n_tx_v, IEEE80211_RADIOTAP_XCHANNEL); in ieee80211_radiotap_attachv()
105 else if (rx_radiotap & B(IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_attachv()
106 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_XCHANNEL); in ieee80211_radiotap_attachv()
185 if (rh->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change()
193 if (th->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change()
354 [IEEE80211_RADIOTAP_XCHANNEL] = { in radiotap_offset()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_radiotap.h206 IEEE80211_RADIOTAP_XCHANNEL = 18, enumerator
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athioctl.h251 (1 << IEEE80211_RADIOTAP_XCHANNEL) | \
382 (1 << IEEE80211_RADIOTAP_XCHANNEL) | \
/dragonfly/contrib/tcpdump/
H A Dprint-802_11.c2494 IEEE80211_RADIOTAP_XCHANNEL = 18, enumerator
2793 if (presentflags & (1 << IEEE80211_RADIOTAP_XCHANNEL)) in print_radiotap_field()
2913 case IEEE80211_RADIOTAP_XCHANNEL: { in print_radiotap_field()