NDIS_STATUS_WAN_LINE_DOWN

The NDIS_STATUS_WAN_LINE_DOWN status indicates that a WAN-capable miniport driver has lost an established connection with a remote node.

Remarks

NDIS 4.x and earlier NDIS WAN miniport drivers use this status indication. NDIS 5.0 and later WAN miniport drivers must use the CoNDIS WAN interface. For more information about the CoNDIS WAN interface, see Implementing CoNDIS WAN Miniport Drivers (NDIS 5.1).

The StatusBuffer parameter of the NdisMIndicateStatus function contains a pointer to an NDIS_MAC_LINE_DOWN structure. The NdisLinkContext member of NDIS_MAC_LINE_DOWN identifies the link that is no longer valid.

For more information about NDIS_STATUS_WAN_LINE_DOWN, see Indicating NDIS WAN Miniport Driver Status (NDIS 5.1).

Requirements

Version

Not supported for NDIS 6.0 drivers or NDIS 5.1 drivers in Windows Vista or Windows XP. Supported for NDIS 4.x drivers.

Header

Ndis.h (include Ndis.h)

See also

NDIS_MAC_LINE_DOWN

NdisMIndicateStatus