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

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

Data Fields

unsigned int version: 2
 
unsigned int type: 2
 
unsigned int subtype: 4
 
struct libwifi_frame_ctrl_flags flags
 

Detailed Description

Definition at line 121 of file frame.h.

Field Documentation

◆ flags

Definition at line 125 of file frame.h.

◆ subtype

unsigned int subtype

Definition at line 124 of file frame.h.

◆ type

unsigned int type

Definition at line 123 of file frame.h.

◆ version

unsigned int version

Definition at line 122 of file frame.h.


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