Lines Matching refs:radiotap
4 How to use radiotap headers
7 Pointer to the radiotap include file
62 the first byte of the radiotap header. The absolute alignment of that first
63 byte isn't defined. So even if the whole radiotap header is starting at, eg,
64 address 0x00000003, still the first byte of the radiotap header is treated as
68 entities in the fixed radiotap header or the argument region means that you
81 Example valid radiotap header
86 0x00, 0x00, // <-- radiotap version + pad byte
87 0x0b, 0x00, // <- radiotap header length
97 If you are having to parse a radiotap struct, you can radically simplify the
98 job by using the radiotap parser that lives in net/wireless/radiotap.c and has
103 /* buf points to the start of the radiotap header part */
128 /* radiotap "rate" u8 is in
135 /* radiotap uses 0 for 1st ant */
151 /* discard the radiotap header part */