FreeBSD kernel MWL device code
mwl_tx_radiotap_header Struct Reference

#include <if_mwlioctl.h>

Data Fields

struct ieee80211_radiotap_header wt_ihdr
 
u_int8_t wt_flags
 
u_int8_t wt_rate
 
u_int16_t wt_chan_freq
 
u_int16_t wt_chan_flags
 
u_int8_t wt_txpower
 
u_int8_t wt_antenna
 

Detailed Description

Definition at line 128 of file if_mwlioctl.h.

Field Documentation

◆ wt_antenna

u_int8_t mwl_tx_radiotap_header::wt_antenna

Definition at line 135 of file if_mwlioctl.h.

Referenced by mwl_tx_start().

◆ wt_chan_flags

u_int16_t mwl_tx_radiotap_header::wt_chan_flags

Definition at line 133 of file if_mwlioctl.h.

Referenced by mwl_chan_set().

◆ wt_chan_freq

u_int16_t mwl_tx_radiotap_header::wt_chan_freq

Definition at line 132 of file if_mwlioctl.h.

Referenced by mwl_chan_set().

◆ wt_flags

u_int8_t mwl_tx_radiotap_header::wt_flags

Definition at line 130 of file if_mwlioctl.h.

Referenced by mwl_tx_start().

◆ wt_ihdr

struct ieee80211_radiotap_header mwl_tx_radiotap_header::wt_ihdr

Definition at line 129 of file if_mwlioctl.h.

Referenced by mwl_attach().

◆ wt_rate

u_int8_t mwl_tx_radiotap_header::wt_rate

Definition at line 131 of file if_mwlioctl.h.

Referenced by mwl_tx_start().

◆ wt_txpower

u_int8_t mwl_tx_radiotap_header::wt_txpower

Definition at line 134 of file if_mwlioctl.h.

Referenced by mwl_tx_start().


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