EapPeerMethodResultReason enumeration (eapauthenticatoractiondefine.h)
Defines the set of results of an EAP authentication session returned by an EAP authenticator method to an EAP peer method.
Syntax
typedef enum tagEapPeerMethodResultReason {
EapPeerMethodResultUnknown = 1,
EapPeerMethodResultSuccess,
EapPeerMethodResultFailure
} EapPeerMethodResultReason, EapPeerMethodResultReasonOle;
Constants
EapPeerMethodResultUnknownValue: 1 The success or failure of the authentication session is unknown or indeterminate. |
EapPeerMethodResultSuccessAuthentication was successful. |
EapPeerMethodResultFailureAuthentication failed. |
Remarks
EapPeerMethodResultReason includes network awareness information for wireless devices.
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eapauthenticatoractiondefine.h |