WWAN_SAR_CONTROL_MODE - NtDoc

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

typedef enum _WWAN_SAR_CONTROL_MODE {
  WwanSarControlModeDevice,
  WwanSarControlModeOS
} WWAN_SAR_CONTROL_MODE, *PWWAN_SAR_CONTROL_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_sar_control_mode)

_WWAN_SAR_CONTROL_MODE enumeration

Description

The WWAN_SAR_CONTROL_MODE enumeration specifies how the SAR back off mechanism is controlled.

Constants

WwanSarControlModeDevice

The SAR back off mechanism is controlled by the modem device directly.

WwanSarControlModeOS

The SAR back off mechanism is controlled and managed by the operating system.

Remarks

This enumeration is used in the WWAN_SAR_CONFIG_INFO structure and the WWAN_SET_SAR_CONFIG structure.

See also

MB SAR Platform Support

OID_WWAN_SAR_CONFIG

WWAN_SAR_CONFIG_INFO

WWAN_SET_SAR_CONFIG