EAP_METHOD_INFO (Compact 2013)
3/26/2014
This structure contains information about an EAP method.
Syntax
typedef struct _EAP_METHOD_INFO {
EAP_METHOD_TYPE eapType;
LPWSTR pwszAuthorName;
LPWSTR pwszFriendlyName;
DWORD eapProperties;
struct _EAP_METHOD_INFO* pInnerMethodInfo;
} EAP_METHOD_INFO;
Members
- eapType
EAP_METHOD_TYPE structure that identifies the EAP method.
- pwszAuthorName
Pointer to a zero-terminated Unicode string that contains the name of the EAP method author.
- pwszFriendlyName
Pointer to a zero-terminated Unicode string that contains the display name of the EAP method.
- eapProperties
Set of flags that describe specific properties of the EAP method.
- pInnerMethodInfo
Pointer to an EAP_METHOD_INFO structure that contains information about the inner method.
See Also
Reference
Common EAPHost Structures
EAP_METHOD_TYPE
EAP_METHOD_INFO_ARRAY