FreeBSD kernel ATH device code
ath_tx_radiotap_header Struct Reference

#include <if_athioctl.h>

Data Fields

struct ieee80211_radiotap_header wt_ihdr
 
u_int8_t wt_flags
 
u_int8_t wt_rate
 
u_int8_t wt_txpower
 
u_int8_t wt_antenna
 
u_int32_t wt_chan_flags
 
u_int16_t wt_chan_freq
 
u_int8_t wt_chan_ieee
 
int8_t wt_chan_maxpow
 

Detailed Description

Definition at line 393 of file if_athioctl.h.

Field Documentation

◆ wt_antenna

u_int8_t ath_tx_radiotap_header::wt_antenna

Definition at line 398 of file if_athioctl.h.

Referenced by ath_tx_normal_setup(), and ath_tx_raw_start().

◆ wt_chan_flags

u_int32_t ath_tx_radiotap_header::wt_chan_flags

Definition at line 399 of file if_athioctl.h.

◆ wt_chan_freq

u_int16_t ath_tx_radiotap_header::wt_chan_freq

Definition at line 400 of file if_athioctl.h.

◆ wt_chan_ieee

u_int8_t ath_tx_radiotap_header::wt_chan_ieee

Definition at line 401 of file if_athioctl.h.

◆ wt_chan_maxpow

int8_t ath_tx_radiotap_header::wt_chan_maxpow

Definition at line 402 of file if_athioctl.h.

◆ wt_flags

u_int8_t ath_tx_radiotap_header::wt_flags

Definition at line 395 of file if_athioctl.h.

Referenced by ath_tx_normal_setup(), and ath_tx_raw_start().

◆ wt_ihdr

struct ieee80211_radiotap_header ath_tx_radiotap_header::wt_ihdr

Definition at line 394 of file if_athioctl.h.

Referenced by ath_attach().

◆ wt_rate

u_int8_t ath_tx_radiotap_header::wt_rate

Definition at line 396 of file if_athioctl.h.

Referenced by ath_tx_normal_setup(), and ath_tx_raw_start().

◆ wt_txpower

u_int8_t ath_tx_radiotap_header::wt_txpower

Definition at line 397 of file if_athioctl.h.

Referenced by ath_tx_normal_setup(), and ath_tx_raw_start().


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