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.
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.