Data Fields | |
uint8_t | it_version |
Radiotap version. | |
uint8_t | it_pad |
Padding for natural alignment. | |
uint16_t | it_len |
Length in bytes of the entire Radiotap header. | |
uint32_t | it_present |
Which Radiotap fields are present. |
All Radiotap headers start with this pre-amble, followed by the fields specified in the it_present bitmask. If bit 31 of it_present is set, then another bitmask follows.
|
Length in bytes of the entire Radiotap header.
|
|
Padding for natural alignment.
|
|
Which Radiotap fields are present.
|
|
Radiotap version.
|