WWAN_SAR_BACKOFF_STATE - NtDoc

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

typedef enum _WWAN_SAR_BACKOFF_STATE {
  WwanSarBackoffStatusDisabled,
  WwanSarBackoffStatusEnabled
} WWAN_SAR_BACKOFF_STATE, *PWWAN_SAR_BACKOFF_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SAR_BACKOFF_STATE enumeration

Description

The WWAN_SAR_BACKOFF_STATE enumeration specifies the state of SAR backoff for a mobile broadband (MBB) modem's antennas.

Constants

WwanSarBackoffStatusDisabled

SAR back off is disabled in the modem.

WwanSarBackoffStatusEnabled

SAR back off is enabled in the modem.

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