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

A tagged parameter always consists of a tag number and length. More...

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

Data Fields

uint8_t tag_num
 
uint8_t tag_len
 

Detailed Description

A tagged parameter always consists of a tag number and length.

Definition at line 215 of file tag.h.

Field Documentation

◆ tag_len

uint8_t tag_len

Definition at line 217 of file tag.h.

◆ tag_num

uint8_t tag_num

Definition at line 216 of file tag.h.


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