libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include <libwifi/core/frame/management/action.h>
Data Fields | |
uint8_t | detail_length |
char * | detail |
Action Layout
───────────────────────────────────── ┌─────────────────────────────────────┐ │ Header │ Bytes: 24 ├─────────────────────────────────────┤ │ Fixed Parameters │ Bytes: Variable │┌───────────────────────────────────┐│ ││ category ││ Bytes: 1 │├───────────────────────────────────┤│ ││ detail ││ Bytes: Variable ││┌─────────────────────────────────┐││ │││ tagged parameters │││ ││└─────────────────────────────────┘││ │└───────────────────────────────────┘│ └─────────────────────────────────────┘