Searched refs:it_len (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap.h68 le16 it_len; /* length of the whole member in struct:ieee80211_radiotap_header
71 * it_len, and data fields.
H A Dradiotap.c104 if (max_length < get_unaligned_le16(&radiotap_header->it_len))
108 iterator->_max_length = get_unaligned_le16(&radiotap_header->it_len);
/external/wpa_supplicant_8/src/utils/
H A Dradiotap.h68 le16 it_len; /* length of the whole member in struct:ieee80211_radiotap_header
71 * it_len, and data fields.
H A Dradiotap.c104 if (max_length < get_unaligned_le16(&radiotap_header->it_len))
108 iterator->_max_length = get_unaligned_le16(&radiotap_header->it_len);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap.h68 le16 it_len; /* length of the whole member in struct:ieee80211_radiotap_header
71 * it_len, and data fields.
H A Dradiotap.c104 if (max_length < get_unaligned_le16(&radiotap_header->it_len))
108 iterator->_max_length = get_unaligned_le16(&radiotap_header->it_len);
/external/tcpdump/
H A Dprint-802_11.c2203 uint16_t it_len; /* length of the whole member in struct:ieee80211_radiotap_header
2206 * it_len, and data fields.
3103 len = EXTRACT_LE_16BITS(&hdr->it_len);

Completed in 148 milliseconds