FreeBSD kernel WPI device code
wpi_cmd_txpower Struct Reference

#include <if_wpireg.h>

Data Fields

uint8_t band
 
uint8_t reserved
 
uint16_t chan
 
struct {
   uint8_t   plcp
 
   uint8_t   rf_gain
 
   uint8_t   dsp_gain
 
   uint8_t   reserved
 
rates [WPI_RIDX_MAX+1]
 

Detailed Description

Definition at line 663 of file if_wpireg.h.

Field Documentation

◆ band

uint8_t wpi_cmd_txpower::band

Definition at line 664 of file if_wpireg.h.

Referenced by wpi_set_txpower().

◆ chan

uint16_t wpi_cmd_txpower::chan

Definition at line 669 of file if_wpireg.h.

Referenced by wpi_set_txpower().

◆ dsp_gain

uint8_t wpi_cmd_txpower::dsp_gain

Definition at line 674 of file if_wpireg.h.

Referenced by wpi_set_txpower().

◆ plcp

uint8_t wpi_cmd_txpower::plcp

Definition at line 672 of file if_wpireg.h.

Referenced by wpi_set_txpower().

◆ 

struct { ... } wpi_cmd_txpower::rates[WPI_RIDX_MAX + 1]

Referenced by wpi_set_txpower().

◆ reserved

uint8_t wpi_cmd_txpower::reserved

Definition at line 668 of file if_wpireg.h.

◆ rf_gain

uint8_t wpi_cmd_txpower::rf_gain

Definition at line 673 of file if_wpireg.h.

Referenced by wpi_set_txpower().


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