EAPHOST_AUTH_STATUS (Compact 2013)

3/26/2014

Defines the set of possible EAP authentication session status values during the authentication process.

Syntax

typedef enum  {
  EapHostInvalidSession = 0,
  EapHostAuthNotStarted = 1,
  EapHostAuthIdentityExchange = 2,
  EapHostAuthNegotiatingType = 3,
  EapHostAuthInProgress = 4,
  EapHostAuthSucceeded = 5,
  EapHostAuthFailed = 6
} EAPHOST_AUTH_STATUS;

Constants

  • EapHostInvalidSession
    The EAP authentication session is no longer valid.
  • EapHostAuthNotStarted
    The authentication session has not started yet.
  • EapHostAuthIdentityExchange
    The supplicant is providing a user identity in order to begin the EAP authentication session.
  • EapHostAuthNegotiatingType
    The supplicant is negotiating the EAP method type to use for authentication.
  • EapHostAuthInProgress
    The authentication session is in progress.
  • EapHostAuthSucceeded
    The EAP authentication session completed successfully, and authentication was successful.
  • EapHostAuthFailed
    The EAP authentication session completed successfully, but authentication failed.

See Also

Reference

EAPHost Supplicant Enumerations