Share via


EapHostPeerMethodResultReason (Compact 7)

3/12/2014

Defines the set of possible reasons that describe the results returned by an EAP method to a supplicant.

Syntax

typedef enum  {
  EapHostPeerMethodResultAltSuccessReceived = 1,
  EapHostPeerMethodResultTimeout = 2,
  EapHostPeerMethodResultFromMethod = 3
} EapHostPeerMethodResultReason;

Constants

  • EapHostPeerMethodResultAltSuccessReceived
    Authentication was successful.
  • EapHostPeerMethodResultTimeout
    The method timed out waiting for a response.
  • EapHostPeerMethodResultFromMethod
    The authentication process was completed normally.

See Also

Reference

EAPHost Supplicant Enumerations