WWAN_SAR_CONFIG_INDICES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_SAR_CONFIG_INDICES {
  ULONG SarAntennaIndex;
  ULONG SarBackoffIndex;
} WWAN_SAR_CONFIG_INDICES, *PWWAN_SAR_CONFIG_INDICES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_sar_config_indices)

_WWAN_SAR_CONFIG_INDICES structure

Description

The WWAN_SAR_CONFIG_INDICES structure represents a Specific Absorption Rate (SAR) configuration for a mobile broadband (MBB) modem.

Members

SarAntennaIndex

A ULONG value specifying the antenna, or executor, for this SAR configuration.

SarBackoffIndex

A ULONG value specifying the SAR back off index for the antenna indicated by SarAntennaIndex.

Remarks

A list of WWAN_SAR_CONFIG_INDICES follows the SarConfigIndexListHeader member of either the WWAN_SET_SAR_CONFIG structure or the WWAN_SAR_CONFIG_INFO structure.

See also

WWAN_SET_SAR_CONFIG

WWAN_SAR_CONFIG_INFO