coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wifi_sar_limits Union Reference

#include <sar.h>

Collaboration diagram for wifi_sar_limits:
Collaboration graph

Data Fields

struct {
   struct sar_profile *   sar
 
   struct geo_profile *   wgds
 
   struct gain_profile *   ppag
 
   struct avg_profile *   wtas
 
   struct dsm_profile *   dsm
 
}; 
 
voidprofile [MAX_PROFILE_COUNT]
 

Detailed Description

Definition at line 68 of file sar.h.

Field Documentation

◆ 

struct { ... }

◆ dsm

struct dsm_profile* wifi_sar_limits::dsm

Definition at line 74 of file sar.h.

Referenced by emit_sar_acpi_structures().

◆ ppag

struct gain_profile* wifi_sar_limits::ppag

Definition at line 72 of file sar.h.

Referenced by emit_sar_acpi_structures().

◆ profile

void* wifi_sar_limits::profile[MAX_PROFILE_COUNT]

Definition at line 76 of file sar.h.

◆ sar

struct sar_profile* wifi_sar_limits::sar

Definition at line 70 of file sar.h.

Referenced by emit_sar_acpi_structures().

◆ wgds

struct geo_profile* wifi_sar_limits::wgds

Definition at line 71 of file sar.h.

Referenced by emit_sar_acpi_structures().

◆ wtas

struct avg_profile* wifi_sar_limits::wtas

Definition at line 73 of file sar.h.

Referenced by emit_sar_acpi_structures().


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