Share via


EAP_METHOD_INFO_ARRAY (Compact 7)

3/12/2014

This 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,
  *PEAP_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.

See Also

Reference

Common EAPHost Structures
EAP_METHOD_INFO