// 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 referenceNo description available.
The WWAN_SAR_CONTROL_MODE enumeration specifies how the SAR back off mechanism is controlled.
WwanSarControlModeDeviceThe SAR back off mechanism is controlled by the modem device directly.
WwanSarControlModeOSThe SAR back off mechanism is controlled and managed by the operating system.
This enumeration is used in the WWAN_SAR_CONFIG_INFO structure and the WWAN_SET_SAR_CONFIG structure.