Share via


NDIS_STATUS_WAN_FRAGMENT (Compact 2013)

3/26/2014

This status indicates that a WAN-capable miniport driver has received a partial packet from a remote node.

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 miniport drivers should use the CoNDIS WAN interface. For more information about NDIS_STATUS_WAN_FRAGMENT, see NDIS_STATUS_WAN_CO_FRAGMENT.

The StatusBuffer parameter of the NdisMIndicateStatus function contains a pointer to an NDIS_MAC_FRAGMENT structure. NDIS_MAC_FRAGMENT identifies a particular link and describes the reason that the partial packet was received.

Requirements

Header

ndis.h

See Also

Reference

NDIS WAN Status Indications
NDIS_MAC_FRAGMENT
NDIS_STATUS_WAN_CO_FRAGMENT
NdisMIndicateStatus