NDIS_WWAN_NETWORK_IDLE_HINT structure (ndiswwan.h)

The NDIS_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 _NDIS_WWAN_NETWORK_IDLE_HINT {
  NDIS_OBJECT_HEADER     Header;
  WWAN_NETWORK_IDLE_HINT IdleHint;
} NDIS_WWAN_NETWORK_IDLE_HINT, *PNDIS_WWAN_NETWORK_IDLE_HINT;

Members

Header

The type, revision, and size of the NDIS_WWAN_NETWORK_IDLE_HINT structure. This member is formatted as an NDIS_OBJECT_HEADER structure.

The miniport driver must set the members of Header to the following values:

Member Setting
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_NETWORK_IDLE_HINT_REVISION_1
Size SIZEOF_NDIS_WWAN_NETWORK_IDLE_HINT_1

IdleHint

A formatted WWAN_NETWORK_IDLE_HINT object that contains the network idle hint.

Requirements

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

See also

NDIS_OBJECT_HEADER

OID_WWAN_NETWORK_IDLE_HINT

WWAN_NETWORK_IDLE_HINT