Share via


EAP_ATTRIBUTES (Compact 7)

3/12/2014

This structure contains an array of EAP attributes.

Syntax

typedef struct _EAP_ATTRIBUTES {
  DWORD dwNumberOfAttributes;
  EAP_ATTRIBUTE* pAttribs;
} EAP_ATTRIBUTES,
  EapAttributes;

Members

  • dwNumberOfAttributes
    The number of EAP_ATTRIBUTE structures in pAttribs.
  • pAttribs
    Pointer to the address of the first element in an array of EAP_ATTRIBUTE structures. The total number of elements is specified in dwNumberOfAttributes.

See Also

Reference

Common EAPHost Structures
EAP_ATTRIBUTE