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.
The EapCode enumeration defines the set of EAP packet types.
Syntax
typedef enum tagEapCode {
EapCodeMinimum = 1,
EapCodeRequest = 1,
EapCodeResponse,
EapCodeSuccess,
EapCodeFailure,
EapCodeMaximum
} EapCode;
Constants
EapCodeMinimumValue: 1 The lowest possible value for an EAP packet type code. |
EapCodeRequestValue: 1 A request packet sent by the authenticator to the supplicant. |
EapCodeResponseA response packet sent by the supplicant to the authenticator. |
EapCodeSuccessA successful authentication attempt. |
EapCodeFailureA failed authentication attempt. |
EapCodeMaximumThe highest possible value for an EAP packet type code. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eapmethodtypes.h |