FreeBSD kernel MWL device code
mwl_rx_radiotap_header Struct Reference

#include <if_mwlioctl.h>

Data Fields

struct ieee80211_radiotap_header wr_ihdr
 
u_int8_t wr_flags
 
u_int8_t wr_rate
 
u_int16_t wr_chan_freq
 
u_int16_t wr_chan_flags
 
int8_t wr_antsignal
 
int8_t wr_antnoise
 
u_int8_t wr_antenna
 

Detailed Description

Definition at line 109 of file if_mwlioctl.h.

Field Documentation

◆ wr_antenna

u_int8_t mwl_rx_radiotap_header::wr_antenna

Definition at line 117 of file if_mwlioctl.h.

◆ wr_antnoise

int8_t mwl_rx_radiotap_header::wr_antnoise

Definition at line 116 of file if_mwlioctl.h.

Referenced by mwl_rx_proc().

◆ wr_antsignal

int8_t mwl_rx_radiotap_header::wr_antsignal

Definition at line 115 of file if_mwlioctl.h.

Referenced by mwl_rx_proc().

◆ wr_chan_flags

u_int16_t mwl_rx_radiotap_header::wr_chan_flags

Definition at line 114 of file if_mwlioctl.h.

Referenced by mwl_chan_set().

◆ wr_chan_freq

u_int16_t mwl_rx_radiotap_header::wr_chan_freq

Definition at line 113 of file if_mwlioctl.h.

Referenced by mwl_chan_set().

◆ wr_flags

u_int8_t mwl_rx_radiotap_header::wr_flags

Definition at line 111 of file if_mwlioctl.h.

Referenced by mwl_rx_proc().

◆ wr_ihdr

struct ieee80211_radiotap_header mwl_rx_radiotap_header::wr_ihdr

Definition at line 110 of file if_mwlioctl.h.

Referenced by mwl_attach().

◆ wr_rate

u_int8_t mwl_rx_radiotap_header::wr_rate

Definition at line 112 of file if_mwlioctl.h.

Referenced by mwl_rx_proc().


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