Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the set of response instructions sent by the authenticator to the supplicant or EAP peer method.
Syntax
typedef enum _EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION {
EAP_METHOD_AUTHENTICATOR_RESPONSE_DISCARD = 0,
EAP_METHOD_AUTHENTICATOR_RESPONSE_SEND,
EAP_METHOD_AUTHENTICATOR_RESPONSE_RESULT,
EAP_METHOD_AUTHENTICATOR_RESPONSE_RESPOND,
EAP_METHOD_AUTHENTICATOR_RESPONSE_AUTHENTICATE,
EAP_METHOD_AUTHENTICATOR_RESPONSE_HANDLE_IDENTITY
} EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION;
Constants
EAP_METHOD_AUTHENTICATOR_RESPONSE_DISCARDValue: 0 The supplicant should discard the response as it is not usable by EAPHost. |
EAP_METHOD_AUTHENTICATOR_RESPONSE_SENDThe supplicant should send the indicated packet to the authenticator. |
EAP_METHOD_AUTHENTICATOR_RESPONSE_RESULTThe supplicant should act on EAP attributes returned by the authenticator. |
EAP_METHOD_AUTHENTICATOR_RESPONSE_RESPONDThe supplicant should generate a context-specific response to the authenticator request. |
EAP_METHOD_AUTHENTICATOR_RESPONSE_AUTHENTICATEThe authenticator method has started authentication of the supplicant. |
EAP_METHOD_AUTHENTICATOR_RESPONSE_HANDLE_IDENTITYThe peer method should return the handle for the user identity of the supplicant. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eapauthenticatoractiondefine.h |