EapHostPeerMethodResultReason (Compact 2013)
3/26/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.