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