NDIS_STATUS_LINK_SPEED_CHANGE

The NDIS_STATUS_LINK_SPEED_CHANGE status indicates a link speed change.

Remarks

NDIS translates NDIS_STATUS_LINK_SPEED_CHANGE status indications to NDIS_STATUS_LINK_STATE status indications for overlying NDIS 6.0 drivers. When NDIS receives an NDIS_STATUS_LINK_SPEED_CHANGE status, NDIS issues an OID query request of OID_GEN_LINK_SPEED. NDIS uses the results of the OID_GEN_LINK_SPEED query to issue an NDIS_STATUS_LINK_STATE status to overlying NDIS 6.0 drivers.

The NDIS 5.x or earlier miniport driver supplies a DWORD-type value at the StatusBuffer parameter of the NdisMIndicateStatus function. For more information about NDIS_STATUS_LINK_SPEED_CHANGE, see OID_IRDA_RATE_SNIFF.

Requirements

Version

Not supported in NDIS 6.0 and later (use NDIS_STATUS_LINK_STATE instead). Supported only for NDIS 5.1 drivers in Windows Vista and Windows XP.

Header

Ndis.h (include Ndis.h)

See also

NDIS_STATUS_LINK_STATE

NdisMIndicateStatus

OID_GEN_LINK_SPEED

OID_IRDA_RATE_SNIFF