NDIS_STATUS_WAN_LINE_UP

The NDIS_STATUS_WAN_LINE_UP status indicates that a WAN-capable miniport driver has established a 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_UP structure.

For more information about NDIS_STATUS_WAN_LINE_UP, see Line-Up Indication (NDIS 5.1) and 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_UP

NdisMIndicateStatus