FreeBSD kernel usb device Code
run_tx_radiotap_header Struct Reference

#include <if_runvar.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
 
uint8_t wt_hwqueue
 

Detailed Description

Definition at line 68 of file if_runvar.h.

Field Documentation

◆ wt_chan_flags

uint16_t run_tx_radiotap_header::wt_chan_flags

Definition at line 73 of file if_runvar.h.

◆ wt_chan_freq

uint16_t run_tx_radiotap_header::wt_chan_freq

Definition at line 72 of file if_runvar.h.

◆ wt_flags

uint8_t run_tx_radiotap_header::wt_flags

Definition at line 70 of file if_runvar.h.

Referenced by run_bulk_tx_callbackN().

◆ wt_hwqueue

uint8_t run_tx_radiotap_header::wt_hwqueue

Definition at line 74 of file if_runvar.h.

Referenced by run_bulk_tx_callbackN().

◆ wt_ihdr

struct ieee80211_radiotap_header run_tx_radiotap_header::wt_ihdr

Definition at line 69 of file if_runvar.h.

◆ wt_rate

uint8_t run_tx_radiotap_header::wt_rate

Definition at line 71 of file if_runvar.h.

Referenced by run_bulk_tx_callbackN().


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