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.
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
EapHostPeerMethodResultAltSuccessReceivedValue: 1 Authentication was successful. |
EapHostPeerMethodResultTimeoutThe method timed out waiting for a response. |
EapHostPeerMethodResultFromMethodThe 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 |