FreeBSD kernel WPI device code
wpi_tx_radiotap_header Struct Reference

#include <if_wpivar.h>

Data Fields

struct ieee80211_radiotap_header wt_ihdr
 
uint8_t wt_flags
 
uint8_t wt_rate
 
uint16_t wt_chan_freq
 
uint16_t wt_chan_flags
 

Detailed Description

Definition at line 40 of file if_wpivar.h.

Field Documentation

◆ wt_chan_flags

uint16_t wpi_tx_radiotap_header::wt_chan_flags

Definition at line 45 of file if_wpivar.h.

Referenced by wpi_set_channel().

◆ wt_chan_freq

uint16_t wpi_tx_radiotap_header::wt_chan_freq

Definition at line 44 of file if_wpivar.h.

Referenced by wpi_set_channel().

◆ wt_flags

uint8_t wpi_tx_radiotap_header::wt_flags

Definition at line 42 of file if_wpivar.h.

Referenced by wpi_tx_data(), and wpi_tx_data_raw().

◆ wt_ihdr

struct ieee80211_radiotap_header wpi_tx_radiotap_header::wt_ihdr

Definition at line 41 of file if_wpivar.h.

Referenced by wpi_radiotap_attach().

◆ wt_rate

uint8_t wpi_tx_radiotap_header::wt_rate

Definition at line 43 of file if_wpivar.h.

Referenced by wpi_tx_data(), and wpi_tx_data_raw().


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