Expand description
Contains structs representing recurring sets of structured data. For instance, MAC-Addresses, default headers, etc.
Structs§
- Representation of a data frame header. This format is used by all data frames!
- The very first two bytes of every frame contain the FrameControl header. Wikipedia article
- This is our representation of a MAC-address
- Representation of a management frame header. This format is used by all management frames!
- StationInfo is used to parse and store variable length fields that are often sent with management frames.