Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_radiotap.c79 if (tx_radiotap & B(IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_attachv()
80 off = radiotap_offset(th, n_tx_v, IEEE80211_RADIOTAP_CHANNEL); in ieee80211_radiotap_attachv()
95 if (rx_radiotap & B(IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_attachv()
96 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_CHANNEL); in ieee80211_radiotap_attachv()
172 else if (rh->it_present & htole32(1<<IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_chan_change()
180 else if (th->it_present & htole32(1<<IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_chan_change()
295 [IEEE80211_RADIOTAP_CHANNEL] = { in radiotap_offset()
H A Dieee80211_radiotap.h212 IEEE80211_RADIOTAP_CHANNEL = 3, enumerator