Share via


EapCode (Compact 7)

3/12/2014

This enumeration defines the set of EAP packet types.

Syntax

typedef enum  {
  EapCodeMinimum = 1,
  EapCodeRequest = 1,
  EapCodeResponse = 2,
  EapCodeSuccess = 3,
  EapCodeFailure = 4,
  EapCodeMaximum = 4
} EapCode;

Constants

  • EapCodeMinimum
    The lowest possible value for an EAP packet type code.
  • EapCodeRequest
    A request packet sent by the authenticator to the supplicant.
  • EapCodeResponse
    A response packet sent by the supplicant to the authenticator.
  • EapCodeSuccess
    A successful authentication attempt.
  • EapCodeFailure
    A failed authentication attempt.
  • EapCodeMaximum
    The highest possible value for an EAP packet type code.

See Also

Reference

Common EAPHost Enumerations
EapPacket