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

struct ieee82011_radiotap_header - base radiotap header More...

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

Data Fields

uint8_t it_version
 @it_version: radiotap version, always 0 More...
 
uint8_t it_pad
 @it_pad: padding (or alignment) More...
 
uint16_t it_len
 @it_len: overall radiotap header length More...
 
uint32_t it_present
 @it_present: (first) present word More...
 

Detailed Description

struct ieee82011_radiotap_header - base radiotap header

Definition at line 41 of file radiotap.h.

Field Documentation

◆ it_len

uint16_t it_len

@it_len: overall radiotap header length

Definition at line 55 of file radiotap.h.

◆ it_pad

uint8_t it_pad

@it_pad: padding (or alignment)

Definition at line 50 of file radiotap.h.

◆ it_present

uint32_t it_present

@it_present: (first) present word

Definition at line 60 of file radiotap.h.

◆ it_version

uint8_t it_version

@it_version: radiotap version, always 0

Definition at line 45 of file radiotap.h.


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