Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_radiotap.c81 else if (tx_radiotap & B(IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_attachv()
82 off = radiotap_offset(th, n_tx_v, IEEE80211_RADIOTAP_XCHANNEL); in ieee80211_radiotap_attachv()
97 else if (rx_radiotap & B(IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_attachv()
98 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_XCHANNEL); in ieee80211_radiotap_attachv()
170 if (rh->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change()
178 if (th->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change()
339 [IEEE80211_RADIOTAP_XCHANNEL] = { in radiotap_offset()
H A Dieee80211_radiotap.h232 IEEE80211_RADIOTAP_XCHANNEL = 18, enumerator