This topic has not yet been rated - Rate this topic

EAP_ATTRIBUTE structure

Applies to: desktop apps only

The EAP_ATTRIBUTE 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 data value of the attribute.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

Eaptypes.h

See also

EAP_ATTRIBUTES
Common EAPHost API Structures

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ