Lines Matching defs:radiotap_header
60 * @radiotap_header: radiotap header to parse
99 struct ieee80211_radiotap_header *radiotap_header,
107 if (radiotap_header->it_version)
111 if (max_length < get_unaligned_le16(&radiotap_header->it_len))
114 iterator->_rtheader = radiotap_header;
115 iterator->_max_length = get_unaligned_le16(&radiotap_header->it_len);
117 iterator->_bitmap_shifter = get_unaligned_le32(&radiotap_header->it_present);
118 iterator->_arg = (uint8_t *)radiotap_header + sizeof(*radiotap_header);
120 iterator->_next_bitmap = &radiotap_header->it_present;