WWAN_NETWORK_IDLE_HINT structure (wwan.h)

The WWAN_NETWORK_IDLE_HINT structure contains a hint for the network interface regarding whether data is expected to be active or idle on the interface.

Syntax

typedef struct _WWAN_NETWORK_IDLE_HINT {
  ULONG IsEnabled;
} WWAN_NETWORK_IDLE_HINT, *PWWAN_NETWORK_IDLE_HINT;

Members

IsEnabled

If TRUE, this is a hint that the network interface should utilize mechanisms for entering lower power modes faster. If FALSE, it is a hint that the network interface not utilize mechanisms for entering lower power modes faster.

Requirements

Requirement Value
Minimum supported client Available in Windows 10 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

NDIS_WWAN_NETWORK_IDLE_HINT

OID_WWAN_NETWORK_IDLE_HINT