Skip to main content

Module radiotap

Module radiotap 

Source
Expand description

RadioTap header implementation for IEEE 802.11 frames.

RadioTap is a de facto standard for 802.11 frame injection and reception. It provides a flexible, extensible header format that precedes the actual 802.11 frame and carries metadata like signal strength, channel, and rate.

Reference: https://www.radiotap.org/

Modules§

offsets
RadioTap header field offsets.

Structs§

RadioTapBuilder
Builder for constructing RadioTap headers.
RadioTapFields
Parsed RadioTap field values.
RadioTapLayer
RadioTap layer - a zero-copy view into the RadioTap header.

Constants§

RADIOTAP_MIN_HEADER_LEN
Minimum RadioTap header length: version(1) + pad(1) + len(2) + present(4) = 8 bytes.