Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_wlan/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.h231 IEEE80211_RADIOTAP_XCHANNEL = 18, enumerator
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athioctl.h258 (1 << IEEE80211_RADIOTAP_XCHANNEL) | \
388 (1 << IEEE80211_RADIOTAP_XCHANNEL) | \