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.
The PPP_EAP_ACTION enumerated type specifies actions that the Connection Manager should take on behalf of the authentication protocol.
Syntax
typedef enum _PPP_EAP_ACTION {
EAPACTION_NoAction,
EAPACTION_Authenticate,
EAPACTION_Done,
EAPACTION_SendAndDone,
EAPACTION_Send,
EAPACTION_SendWithTimeout,
EAPACTION_SendWithTimeoutInteractive,
EAPACTION_IndicateTLV,
EAPACTION_IndicateIdentity
} PPP_EAP_ACTION;
Constants
EAPACTION_NoActionDirects the Connection Manager to be passive. |
EAPACTION_AuthenticateDirects the Connection Manager to invoke the authentication provider to authenticate the user. |
EAPACTION_DoneDirects the Connection Manager Service to end the authentication session. EAPACTION_Done indicates that the dwAuthResultCode member of the PPP_EAP_OUTPUT structure is set with an appropriate value. |
EAPACTION_SendAndDoneDirects the Connection Manager to send a message (without a time out), then end the authentication session. EAPACTION_SendAndDone indicates that the dwAuthResultCode member of the PPP_EAP_OUTPUT structure is set with an appropriate value. |
EAPACTION_SendDirects the Connection Manager to send a message without setting a time out to wait for a reply. |
EAPACTION_SendWithTimeoutDirects the Connection Manager to send a message and set a time out to wait for a reply. |
EAPACTION_SendWithTimeoutInteractiveDirects the Connection Manager to send a message and set a time out to wait for a reply, but instructs the Connection Manager not to increment the retry counter. |
EAPACTION_IndicateTLVReserved for system use. |
EAPACTION_IndicateIdentityReserved for system use. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | raseapif.h |