FreeBSD kernel usb device Code
uath_tx_radiotap_header Struct Reference

#include <if_uathvar.h>

Data Fields

struct ieee80211_radiotap_header wt_ihdr
 
uint8_t wt_flags
 
uint8_t wt_pad
 
uint16_t wt_chan_freq
 
uint16_t wt_chan_flags
 

Detailed Description

Definition at line 67 of file if_uathvar.h.

Field Documentation

◆ wt_chan_flags

uint16_t uath_tx_radiotap_header::wt_chan_flags

Definition at line 72 of file if_uathvar.h.

◆ wt_chan_freq

uint16_t uath_tx_radiotap_header::wt_chan_freq

Definition at line 71 of file if_uathvar.h.

◆ wt_flags

uint8_t uath_tx_radiotap_header::wt_flags

Definition at line 69 of file if_uathvar.h.

Referenced by uath_tx_start().

◆ wt_ihdr

struct ieee80211_radiotap_header uath_tx_radiotap_header::wt_ihdr

Definition at line 68 of file if_uathvar.h.

Referenced by uath_attach().

◆ wt_pad

uint8_t uath_tx_radiotap_header::wt_pad

Definition at line 70 of file if_uathvar.h.


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