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

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

Data Fields

uint16_t flags
 
struct libwifi_frame_ctrl frame_control
 
size_t len
 
union libwifi_frame_header header
 
size_t header_len
 
unsigned char * body
 

Detailed Description

Definition at line 308 of file frame.h.

Field Documentation

◆ body

unsigned char* body

Definition at line 314 of file frame.h.

◆ flags

uint16_t flags

Definition at line 309 of file frame.h.

◆ frame_control

struct libwifi_frame_ctrl frame_control

Definition at line 310 of file frame.h.

◆ header

union libwifi_frame_header header

Definition at line 312 of file frame.h.

◆ header_len

size_t header_len

Definition at line 313 of file frame.h.

◆ len

size_t len

Definition at line 311 of file frame.h.


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