FreeBSD kernel usb device Code
upgt_rx_radiotap_header Struct Reference

#include <if_upgtvar.h>

Data Fields

struct ieee80211_radiotap_header wr_ihdr
 
uint8_t wr_flags
 
uint8_t wr_rate
 
uint16_t wr_chan_freq
 
uint16_t wr_chan_flags
 
int8_t wr_antsignal
 

Detailed Description

Definition at line 376 of file if_upgtvar.h.

Field Documentation

◆ wr_antsignal

int8_t upgt_rx_radiotap_header::wr_antsignal

Definition at line 382 of file if_upgtvar.h.

Referenced by upgt_rx().

◆ wr_chan_flags

uint16_t upgt_rx_radiotap_header::wr_chan_flags

Definition at line 381 of file if_upgtvar.h.

◆ wr_chan_freq

uint16_t upgt_rx_radiotap_header::wr_chan_freq

Definition at line 380 of file if_upgtvar.h.

◆ wr_flags

uint8_t upgt_rx_radiotap_header::wr_flags

Definition at line 378 of file if_upgtvar.h.

Referenced by upgt_rx().

◆ wr_ihdr

struct ieee80211_radiotap_header upgt_rx_radiotap_header::wr_ihdr

Definition at line 377 of file if_upgtvar.h.

Referenced by upgt_attach().

◆ wr_rate

uint8_t upgt_rx_radiotap_header::wr_rate

Definition at line 379 of file if_upgtvar.h.

Referenced by upgt_rx().


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