EAP_METHOD_TYPE (Compact 2013)

3/26/2014

This structure contains type, identification, and author information about an EAP method.

Syntax

typedef struct _EAP_METHOD_TYPE {
  EAP_TYPE eapType;
  DWORD dwAuthorId;
} EAP_METHOD_TYPE;

Members

  • eapType
    EAP_TYPE structure that contains the ID for the EAP method and also specific vendor information.
  • dwAuthorId
    The numeric ID for the author of the EAP method.

See Also

Reference

Common EAPHost Structures
EAP_TYPE