Share via


EAP_TYPE (Compact 7)

3/12/2014

This structure contains type and vendor identification information for an EAP method.

Syntax

typedef struct _EAP_TYPE {
  BYTE type;
  DWORD dwVendorId;
  DWORD dwVendorType;
} EAP_TYPE;

Members

  • type
    The numeric type code for this EAP method.
  • dwVendorId
    The vendor ID for the EAP method.
  • dwVendorType
    The numeric type code for the vendor of this EAP method.

See Also

Reference

Common EAPHost Structures