Share via


EAP_ATTRIBUTE (Compact 7)

3/12/2014

This structure contains an EAP attribute.

Syntax

typedef struct _EAP_ATTRIBUTE {
  EAP_ATTRIBUTE_TYPE eapType;
  DWORD dwLength;
  BYTE* pValue;
} EAP_ATTRIBUTE,
  EapAttribute;

Members

  • eapType
    An EAP_ATTRIBUTE_TYPE enumeration value that describes the type of the EAP attribute value supplied in pValue.
  • dwLength
    The size, in bytes, of pValue.
  • pValue
    Pointer to a byte buffer that contains the value of the attribute.

See Also

Reference

Common EAPHost Structures
EAP_ATTRIBUTES