EAP_ATTRIBUTES (Compact 2013)
3/26/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.