EAP_METHOD_INFO_ARRAY structure (eaptypes.h)

The EAP_METHOD_INFO_ARRAY structure contains information on EAP methods installed on the client computer. After populating EAP_METHOD_INFO_ARRAY, EAPHost passes this method information to the supplicant.

Syntax

typedef struct _EAP_METHOD_INFO_ARRAY {
  DWORD           dwNumberOfMethods;
  EAP_METHOD_INFO *pEapMethods;
} EAP_METHOD_INFO_ARRAY;

Members

dwNumberOfMethods

The number of EAP_METHOD_INFO structures in pEapMethods.

pEapMethods

Pointer to the address of the first element in an array of EAP_METHOD_INFO structures. The total number of elements is specified in dwNumberOfMethods.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header eaptypes.h

See also

Common EAPHost API Structures

EAP Method Properties

EAP_METHOD_INFO

EAP_METHOD_INFO_ARRAY_EX

EAP_METHOD_INFO_EX

EAP_METHOD_TYPE