FreeBSD kernel ATH device code
ath_rx_radiotap_header Struct Reference

#include <if_athioctl.h>

Data Fields

struct ieee80211_radiotap_header wr_ihdr
 
u_int64_t wr_tsf
 
u_int8_t wr_flags
 
u_int8_t wr_rate
 
int8_t wr_antsignal
 
int8_t wr_antnoise
 
u_int8_t wr_antenna
 
u_int8_t wr_pad [3]
 
u_int32_t wr_chan_flags
 
u_int16_t wr_chan_freq
 
u_int8_t wr_chan_ieee
 
int8_t wr_chan_maxpow
 

Detailed Description

Definition at line 334 of file if_athioctl.h.

Field Documentation

◆ wr_antenna

u_int8_t ath_rx_radiotap_header::wr_antenna

Definition at line 357 of file if_athioctl.h.

Referenced by ath_rx_tap().

◆ wr_antnoise

int8_t ath_rx_radiotap_header::wr_antnoise

Definition at line 356 of file if_athioctl.h.

Referenced by ath_rx_tap().

◆ wr_antsignal

int8_t ath_rx_radiotap_header::wr_antsignal

Definition at line 355 of file if_athioctl.h.

Referenced by ath_rx_tap().

◆ wr_chan_flags

u_int32_t ath_rx_radiotap_header::wr_chan_flags

Definition at line 359 of file if_athioctl.h.

Referenced by ath_rx_tap().

◆ wr_chan_freq

u_int16_t ath_rx_radiotap_header::wr_chan_freq

Definition at line 360 of file if_athioctl.h.

◆ wr_chan_ieee

u_int8_t ath_rx_radiotap_header::wr_chan_ieee

Definition at line 361 of file if_athioctl.h.

◆ wr_chan_maxpow

int8_t ath_rx_radiotap_header::wr_chan_maxpow

Definition at line 362 of file if_athioctl.h.

◆ wr_flags

u_int8_t ath_rx_radiotap_header::wr_flags

Definition at line 353 of file if_athioctl.h.

Referenced by ath_rx_tap().

◆ wr_ihdr

struct ieee80211_radiotap_header ath_rx_radiotap_header::wr_ihdr

Definition at line 335 of file if_athioctl.h.

Referenced by ath_attach().

◆ wr_pad

u_int8_t ath_rx_radiotap_header::wr_pad[3]

Definition at line 358 of file if_athioctl.h.

◆ wr_rate

u_int8_t ath_rx_radiotap_header::wr_rate

Definition at line 354 of file if_athioctl.h.

Referenced by ath_rx_tap().

◆ wr_tsf

u_int64_t ath_rx_radiotap_header::wr_tsf

Definition at line 352 of file if_athioctl.h.

Referenced by ath_rx_tap().


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