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 possible EAP authentication session status values during the authentication process.
Syntax
typedef enum _EAPHOST_AUTH_STATUS {
EapHostInvalidSession = 0,
EapHostAuthNotStarted,
EapHostAuthIdentityExchange,
EapHostAuthNegotiatingType,
EapHostAuthInProgress,
EapHostAuthSucceeded,
EapHostAuthFailed
} EAPHOST_AUTH_STATUS;
Constants
EapHostInvalidSessionValue: 0 The EAP authentication session is no longer valid. |
EapHostAuthNotStartedThe authentication session has not started yet. |
EapHostAuthIdentityExchangeThe supplicant is providing a user identity in order to begin the EAP authentication session. |
EapHostAuthNegotiatingTypeThe supplicant is negotiating the EAP method type to use for authentication. |
EapHostAuthInProgressThe authentication session is in progress. |
EapHostAuthSucceededThe EAP authentication session completed successfully, and authentication was successful. |
EapHostAuthFailedThe EAP authentication session completed successfully, but authentication failed. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eaphostpeertypes.h |