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

A channel field in radiotap consists of a 2-byte wide flags sub-field and a 2-byte wide frequency field. More...

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

Data Fields

uint16_t flags
 
uint16_t freq
 

Detailed Description

A channel field in radiotap consists of a 2-byte wide flags sub-field and a 2-byte wide frequency field.

Definition at line 28 of file radiotap.h.

Field Documentation

◆ flags

uint16_t flags

Definition at line 29 of file radiotap.h.

◆ freq

uint16_t freq

Definition at line 30 of file radiotap.h.


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