libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
libwifi_action_detail Struct Reference

#include <libwifi/core/frame/management/action.h>

Data Fields

uint8_t detail_length
 
char * detail
 

Detailed Description

          Action Layout

───────────────────────────────────── ┌─────────────────────────────────────┐ │ Header │ Bytes: 24 ├─────────────────────────────────────┤ │ Fixed Parameters │ Bytes: Variable │┌───────────────────────────────────┐│ ││ category ││ Bytes: 1 │├───────────────────────────────────┤│ ││ detail ││ Bytes: Variable ││┌─────────────────────────────────┐││ │││ tagged parameters │││ ││└─────────────────────────────────┘││ │└───────────────────────────────────┘│ └─────────────────────────────────────┘

Definition at line 78 of file action.h.

Field Documentation

◆ detail

char* detail

Definition at line 80 of file action.h.

◆ detail_length

uint8_t detail_length

Definition at line 79 of file action.h.


The documentation for this struct was generated from the following file: