EAP_TYPE structure (eaptypes.h)
The EAP_TYPE 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.
Note For more information on the allocation of EAP method types, see section 6.2 of RFC 3748.
dwVendorId
The vendor ID for the EAP method.
dwVendorType
The numeric type code for the vendor of this EAP method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | eaptypes.h |