FreeBSD kernel usb device Code
uath_rx_radiotap_header Struct Reference

#include <if_uathvar.h>

Data Fields

struct ieee80211_radiotap_header wr_ihdr
 
u_int64_t wr_tsf
 
u_int8_t wr_flags
 
u_int8_t wr_rate
 
uint16_t wr_chan_freq
 
uint16_t wr_chan_flags
 
int8_t wr_antsignal
 
int8_t wr_antnoise
 
u_int8_t wr_antenna
 

Detailed Description

Definition at line 45 of file if_uathvar.h.

Field Documentation

◆ wr_antenna

u_int8_t uath_rx_radiotap_header::wr_antenna

Definition at line 54 of file if_uathvar.h.

Referenced by uath_data_rxeof().

◆ wr_antnoise

int8_t uath_rx_radiotap_header::wr_antnoise

Definition at line 53 of file if_uathvar.h.

Referenced by uath_data_rxeof().

◆ wr_antsignal

int8_t uath_rx_radiotap_header::wr_antsignal

Definition at line 52 of file if_uathvar.h.

Referenced by uath_data_rxeof().

◆ wr_chan_flags

uint16_t uath_rx_radiotap_header::wr_chan_flags

Definition at line 51 of file if_uathvar.h.

◆ wr_chan_freq

uint16_t uath_rx_radiotap_header::wr_chan_freq

Definition at line 50 of file if_uathvar.h.

◆ wr_flags

u_int8_t uath_rx_radiotap_header::wr_flags

Definition at line 48 of file if_uathvar.h.

Referenced by uath_data_rxeof().

◆ wr_ihdr

struct ieee80211_radiotap_header uath_rx_radiotap_header::wr_ihdr

Definition at line 46 of file if_uathvar.h.

Referenced by uath_attach().

◆ wr_rate

u_int8_t uath_rx_radiotap_header::wr_rate

Definition at line 49 of file if_uathvar.h.

Referenced by uath_data_rxeof().

◆ wr_tsf

u_int64_t uath_rx_radiotap_header::wr_tsf

Definition at line 47 of file if_uathvar.h.

Referenced by uath_data_rxeof().


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