Lines Matching refs:of
7 Radiotap headers are variable-length and extensible, you can get most of the
15 Structure of the header
20 of the it_present member of ieee80211_radiotap_header is set, it means that
29 we run out of space in the u32 it_present member, it is defined that b31 set
31 argument bitmap extensions..." above), and the start of the arguments is moved
34 Note also that the it_len member __le16 is set to the total number of bytes
41 After the fixed part of the header, the arguments follow for each argument
42 index whose matching bit is set in the it_present member of
50 breakdown of all the argument sizes
52 - the arguments must be aligned to a boundary of the argument size using
56 - "alignment" is relative to the start of the ieee80211_radiotap_header, ie,
57 the first byte of the radiotap header. The absolute alignment of that first
59 address 0x00000003, still the first byte of the radiotap header is treated as
70 - The arguments for a given argument index can be a compound of multiple types
72 consisting of two u16s of total length 4. When this happens, the padding
96 /* buf points to the start of the radiotap header part */