Share via


NDIS_STATUS_RING_STATUS (Compact 2013)

3/26/2014

This status indicates the ring status of a line. A WAN-capable miniport driver can use this status to report a ring failure.

Remarks

Network Driver Interface Specification (NDIS) 4.x and earlier NDIS WAN miniport drivers use this status indication. NDIS 5.0 through NDIS 6.2 WAN miniport drivers must use the CoNDIS WAN interface.

The StatusBuffer parameter of the NdisMIndicateStatus function contains a ULONG value with one of the following status values:

  • NDIS_RING_LOBE_WIRE_FAULT
  • NDIS_RING_HARD_ERROR
  • NDIS_RING_SIGNAL_LOSS

These values specify ring conditions that are the reason for the status indication.

Requirements

Header

ndis.h

See Also

Reference

NDIS WAN Status Indications
NdisMIndicateStatus