Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_radiotap.c74 th->it_len = htole16(roundup2(tlen, sizeof(uint32_t))); in ieee80211_radiotap_attachv()
90 rh->it_len = htole16(roundup2(rlen, sizeof(uint32_t))); in ieee80211_radiotap_attachv()
122 sizeof(struct ieee80211_frame) + le16toh(th->it_len), in ieee80211_radiotap_vattach()
216 len = le16toh(th->it_len); in ieee80211_radiotap_tx()
238 len = le16toh(rh->it_len); in ieee80211_radiotap_rx()
260 int len = le16toh(rh->it_len); in ieee80211_radiotap_rx_all()
364 if (off + items[i].width > le16toh(rh->it_len)) { in radiotap_offset()
368 off, items[i].width, le16toh(rh->it_len)); in radiotap_offset()
H A Dieee80211_radiotap.h77 uint16_t it_len; /* length of the whole member