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

A libwifi_tag_iterator is used to iterate through a list of tagged parameters in a wifi frame. More...

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

Data Fields

struct libwifi_tag_headertag_header
 
const unsigned char * tag_data
 
struct libwifi_tag_header_next_tag_header
 
const unsigned char * _frame_end
 

Detailed Description

A libwifi_tag_iterator is used to iterate through a list of tagged parameters in a wifi frame.

Definition at line 28 of file tag_iterator.h.

Field Documentation

◆ _frame_end

const unsigned char* _frame_end

Definition at line 32 of file tag_iterator.h.

◆ _next_tag_header

struct libwifi_tag_header* _next_tag_header

Definition at line 31 of file tag_iterator.h.

◆ tag_data

const unsigned char* tag_data

Definition at line 30 of file tag_iterator.h.

◆ tag_header

struct libwifi_tag_header* tag_header

Definition at line 29 of file tag_iterator.h.


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