WWAN_SET_SAR_TRANSMISSION_STATUS - NtDoc

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

typedef struct _WWAN_SET_SAR_TRANSMISSION_STATUS {
  WWAN_SAR_TRANSMISSION_STATUS_NOTIFICATION_STATE ChannelNotification;
  ULONG                                           HysteresisTimer;
} WWAN_SET_SAR_TRANSMISSION_STATUS, *PWWAN_SET_SAR_TRANSMISSION_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SET_SAR_TRANSMISSION_STATUS structure

Description

The WWAN_SET_SAR_TRANSMISSION_STATUS structure sets Specific Absorption Rate (SAR) transmission status in a mobile broadband (MBB) modem.

Members

ChannelNotification

A WWAN_SAR_TRANSMISSION_STATUS_NOTIFICATION_STATE value that specifies whether notifications for SAR transmission are disabled or enabled.

HysteresisTimer

A Hysteresis indicator that is used by the modem to determine when to send a NDIS_STATUS_WWAN_SAR_TRANSMISSION_STATUS notification to the host. This value is the timer the modem sees as a continuous no-transmit activity before it sends an OFF indicator to host. This timer should be set in seconds, ranging from 1 second to 5 seconds.

Remarks

This structure is used in the NDIS_WWAN_SET_SAR_TRANSMISSION_STATUS structure.

See also

MB SAR Platform Support

OID_WWAN_SAR_TRANSMISSION_STATUS

NDIS_STATUS_WWAN_SAR_TRANSMISSION_STATUS

NDIS_WWAN_SET_SAR_TRANSMISSION_STATUS