OID_GEN_PORT_AUTHENTICATION_PARAMETERS

As a set, NDIS and overlying drivers use the OID_GEN_PORT_AUTHENTICATION_PARAMETERS OID to set the current state of an NDIS port.

Version Information

Windows Vista and later versions of Windows
Supported.

NDIS 6.0 and later miniport drivers
Optional. Mandatory for NDIS ports. (see Remarks section)

Remarks

Miniport drivers that support NDIS ports must support this OID.

If a miniport driver does not support this OID, the miniport driver should return NDIS_STATUS_NOT_SUPPORTED.

If the miniport driver supports this OID, the driver returns NDIS_STATUS_SUCCESS and provides the receive port direction, port control state, and authenticate state in an NDIS_PORT_AUTHENTICATION_PARAMETERS structure.

Requirements

Header

Ntddndis.h (include Ndis.h)

See also

NDIS_PORT_AUTHENTICATION_PARAMETERS