EAP Related Error and Information Constants (Compact 2013)
3/26/2014
Individual groups of EAP related error and information constants common to all EAPHost API technologies.
EAP_E_EAPHOST_FIRST
0x80420000LDefines the boundary of error reports; any EAPHost related error will occur between EAP_E_EAPHOST_FIRST and EAP_E_EAPHOST_LAST.
EAP_E_EAPHOST_LAST
0x804200FFLDefines the boundary of error reports; any EAPHost related error will occur between EAP_E_EAPHOST_FIRST and EAP_E_EAPHOST_LAST.
EAP_I_EAPHOST_FIRST
0x80420000LDefines the boundary of information reports; any EAPHost related informational event logging will occur between EAP_I_EAPHOST_FIRST and EAP_I_EAPHOST_LAST.
EAP_I_EAPHOST_LAST
0x804200FFLDefines the boundary of information reports; any EAPHost related informational event logging will occur between EAP_I_EAPHOST_FIRST and EAP_I_EAPHOST_LAST.
EAP_E_CERT_STORE_INACCESSIBLE
0x80420011Neither the authenticator or peer can access the certificate store.
EAP_E_EAPHOST_METHOD_NOT_INSTALLED
0x80420011The requested EAP method is not installed.
EAP_E_EAPHOST_THIRDPARTY_METHOD_HOST_RESET
0x80420012The host of the third-party method is not responding and was restarted automatically.
EAP_E_EAPHOST_IDENTITY_UNKNOWN
0x80420014EAPHost returns this error if the authenticator fails the authentication after the peer identity was submitted.
EAP_E_AUTHENTICATION_FAILED
0x80420015EAPHost returns this error on authentication failure.
EAP_I_EAPHOST_EAP_NEGOTIATION_FAILED
0x40420016EAPHost logs this information event when the client and server are not configured by using compatible EAP types.
EAP_E_EAPHOST_METHOD_INVALID_PACKET
0x80420017An EAP method received an EAP packet that cannot be processed. Another name for EAP_E_EAPHOST_METHOD_INVALID_PACKET is EAP_METHOD_INVALID_PACKET.
EAP_E_EAPHOST_REMOTE_INVALID_PACKET
0x80420018EAPHost received a packet that cannot be processed. Another name for EAP_E_EAPHOST_REMOTE_INVALID_PACKET is EAP_INVALID_PACKET.
EAP_E_EAPHOST_XML_MALFORMED
0x80420019The EAPHost configuration schema validation failed.
EAP_E_EAPHOST_METHOD_OPERATION_NOT_SUPPORTED
0x80420020EAPHost returns this error when a configured EAP method does not support a requested operation (procedure call).
EAP_E_USER_FIRST
0x80420100LDefines the boundary of error reports; any user related error will occur between EAP_E_USER_FIRST and EAP_E_USER_LAST.
EAP_E_USER_LAST
0x804201FFLDefines the boundary of error reports; any user related error will occur between EAP_E_USER_FIRST and EAP_E_USER_LAST.
EAP_I_USER_FIRST
0x40420100LDefines the boundary of information reports; any EAP related informational event logging will occur between EAP_I_USER_FIRST and EAP_I_USER_LAST.
EAP_I_USER_LAST
0x404201FFLDefines the boundary of information reports; any EAP related informational event logging will occur between EAP_I_USER_FIRST and EAP_I_USER_LAST.
EAP_E_USER_CERT_NOT_FOUND
0x80420100EAPHost could not find a user certificate for authentication.
EAP_E_USER_CERT_INVALID
0x80420101The user certificate being user for authentication does not have correct extended key usage (EKU) set.
EAP_E_USER_CERT_EXPIRED
0x80420102EAPhost found an expired user certificate.
EAP_E_USER_CERT_REVOKED
0x80420103The user certificate being used for authentication has been revoked.
EAP_E_USER_CERT_OTHER_ERROR
0x80420104An unknown error occurred with the user certification being used for authentication.
EAP_E_USER_CERT_REJECTED
0x80420105The authenticator rejected the user certification.
EAP_I_USER_ACCOUNT_OTHER_ERROR
0x40420110An EAP failure was received after an identity exchange that indicates the probability of a problem with the authenticating user's account.
EAP_E_USER_CREDENTIALS_REJECTED
0x80420111The authenticator rejected user credentials for authentication.
EAP_E_SERVER_FIRST
0x80420200LDefines the boundary of error reports; any server related error will occur between EAP_E_SERVER_FIRST and EAP_E_SERVER_LAST.
EAP_E_SERVER_LAST
0x804202FFLDefines the boundary of error reports; any server related error will occur between EAP_E_SERVER_FIRST and EAP_E_SERVER_LAST.
EAP_E_SERVER_CERT_NOT_FOUND
0x80420200EAPHost could not find the server certificate for authentication.
EAP_E_SERVER_CERT_INVALID
0x80420201The server certificate being user for authentication does not have a correct extended key usage (EKU) set.
EAP_E_SERVER_CERT_EXPIRED
0x80420202EAPhost found an expired server certificate.
EAP_E_SERVER_CERT_REVOKED
0x80420203The server certificate being used for authentication has been revoked.
EAP_E_SERVER_CERT_OTHER_ERROR
0x80420204An unknown error occurred with the server certificate.
EAP_E_USER_ROOT_CERT_FIRST
0x80420300LDefines the boundary of error reports; any user root certificate related error will occur between EAP_E_USER_ROOT_CERT_FIRST and EAP_E_USER_ROOT_CERT_FIRST.
EAP_E_USER_ROOT_CERT_LAST
0x804203FFLDefines the boundary of error reports; any user root certificate related error will occur between EAP_E_USER_ROOT_CERT_FIRST and EAP_E_USER_ROOT_CERT_FIRST.
EAP_E_USER_ROOT_CERT_NOT_FOUND
0x80420300EAPHost could not find a certificate in a trusted root certificate store for user certification validation.
EAP_E_USER_ROOT_CERT_INVALID
0x80420301The authentication failed because the root certificate that is used for this network is invalid.
EAP_E_USER_ROOT_CERT_EXPIRED
0x80420302The trusted root certificate needed for user certificate validation has expired.
EAP_E_SERVER_ROOT_CERT_FIRST
0x80420400LDefines the boundary of error reports; any server root certificate related error will occur between EAP_E_SERVER_ROOT_CERT_FIRST and EAP_E_SERVER_ROOT_CERT_FIRST.
EAP_E_SERVER_ROOT_CERT_LAST
0x804204FFLDefines the boundary of error reports; any server root certificate related error will occur between EAP_E_SERVER_ROOT_CERT_FIRST and EAP_E_SERVER_ROOT_CERT_FIRST.
EAP_E_SERVER_ROOT_CERT_NOT_FOUND
0x80420400EAPHost could not find a root certificate in a trusted root certificate store for the server certification validation.
EAP_E_SERVER_ROOT_CERT_INVALID
0x80420401The authentication failed because the server certificate required for this network on the server computer is invalid.
EAP_E_SERVER_ROOT_CERT_NAME_REQUIRED
0x80420406The authentication failed because the certificate on the server computer does not have a server name that was specified.
Remarks
There are alternate names for certain errors:
- Another name for EAP_E_EAPHOST_METHOD_INVALID_PACKET is EAP_METHOD_INVALID_PACKET.
- Another name for EAP_E_EAPHOST_REMOTE_INVALID_PACKET is EAP_INVALID_PACKET.