EapHostPeerMethodResultReason enumeration (eaphostpeertypes.h)

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

Syntax

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

Constants

 
EapHostPeerMethodResultAltSuccessReceived
Value: 1
Authentication was successful.
EapHostPeerMethodResultTimeout
The method timed out waiting for a response.
EapHostPeerMethodResultFromMethod
The authentication process was completely normally.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header eaphostpeertypes.h

See also

EAPHost Supplicant Enumerations

EapHostPeerGetResult