Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_radiotap.c75 th->it_present = htole32(tx_radiotap); in ieee80211_radiotap_attachv()
91 rh->it_present = htole32(rx_radiotap); in ieee80211_radiotap_attachv()
170 if (rh->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change()
172 else if (rh->it_present & htole32(1<<IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_chan_change()
178 if (th->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change()
180 else if (th->it_present & htole32(1<<IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_chan_change()
348 uint32_t present = le32toh(rh->it_present); in radiotap_offset()
H A Dieee80211_radiotap.h82 uint32_t it_present; /* A bitmap telling which member