WWAN_SET_SAR_CONFIG - NtDoc

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

typedef struct _WWAN_SET_SAR_CONFIG {
  WWAN_SAR_CONTROL_MODE  SarMode;
  WWAN_SAR_BACKOFF_STATE SarBackoffStatus;
  WWAN_LIST_HEADER       SarConfigIndexListHeader;
} WWAN_SET_SAR_CONFIG, *PWWAN_SET_SAR_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SET_SAR_CONFIG structure

Description

The WWAN_SET_SAR_CONFIG structure describes Specific Absorption Rate (SAR) information that a mobile broadband (MB) modem should use to set its SAR configuration.

Members

SarMode

A WWAN_SAR_CONTROL_MODE value that specifies how the SAR back off mechanism should be controlled.

SarBackoffStatus

A WWAN_SAR_BACKOFF_STATE value that specifies the state of SAR backoff for the modem's antennas.

SarConfigIndexListHeader

A WWAN_LIST_HEADER structure that represents a list of SAR configurations that the modem supports. The ElementType member in the WWAN_LIST_HEADER should be set to WwanStructSarConfig. The ElementCount member in the WWAN_LIST_HEADER should be set to the number of SAR configurations that follow the WWAN_LIST_HEADER structure.

Remarks

This structure is used in the NDIS_WWAN_SET_SAR_CONFIG structure.

See also

MB SAR Platform Support

OID_WWAN_SAR_CONFIG

NDIS_WWAN_SET_SAR_CONFIG

WWAN_SAR_CONTROL_MODE

WWAN_SAR_BACKOFF_STATE

WWAN_LIST_HEADER