WWAN_SAR_CONFIG_INFO - NtDoc

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

typedef struct _WWAN_SAR_CONFIG_INFO {
  WWAN_SAR_CONTROL_MODE              SarMode;
  WWAN_SAR_BACKOFF_STATE             SarBackoffStatus;
  WWAN_SAR_WIFI_HARDWARE_INTEGRATION SarWifiIntegration;
  WWAN_LIST_HEADER                   SarConfigIndexListHeader;
} WWAN_SAR_CONFIG_INFO, *PWWAN_SAR_CONFIG_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SAR_CONFIG_INFO structure

Description

The WWAN_SAR_CONFIG_INFO structure describes a modem's current Specific Absorption Rate (SAR) configuration information.

Members

SarMode

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

SarBackoffStatus

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

SarWifiIntegration

A WWAN_SAR_WIFI_HARDWARE_INTEGRATION value that specifies whether Wi-Fi and Cellular are integrated at the hardware level.

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 WWAN_SAR_CONFIG_INDICES structures that follow the WWAN_LIST_HEADER structure.

Remarks

This structure is used in the NDIS_WWAN_SAR_CONFIG_INFO structure.

See also

MB SAR Platform Support

OID_WWAN_SAR_CONFIG

NDIS_WWAN_SAR_CONFIG_INFO

WWAN_SAR_CONTROL_MODE

WWAN_SAR_BACKOFF_STATE

WWAN_SAR_WIFI_HARDWARE_INTEGRATION

WWAN_LIST_HEADER