WiFi Framework C++ Edition
Public Attributes | List of all members
wclWiFiOneXEapError Struct Reference

structure contains 802.1X EAP error when an error occurs with 802.1X authentication. More...

#include <wclWiFi.h>

Public Attributes

int Error
 The OS error code.
 
wclWiFiEapMethodType MethodType
 The EAP method type that raised the error during 802.1X authentication.
 
int Reason
 The reason the EAP method failed.
 
GUID RootCauseGuid
 A unique ID that identifies cause of error in EAPHost. An EAP method can define a new GUID and associate the GUID with a specific root cause.
 
GUID RepairGuid
 A unique ID that maps to a localizable string that identifies the repair action that can be taken to fix the reported error.
 
GUID HelpLinkGuid
 A unique ID that maps to a localizable string that specifies an URL for a page that contains additional information about an error or repair message. An EAP method can potentially define a new GUID and associate with one specific help link.
 
tstring RootCauseString
 A localized and readable string that describes the root cause of the error.
 
tstring RepairString
 A localized and readable string that describes the possible repair action.
 

Detailed Description

structure contains 802.1X EAP error when an error occurs with 802.1X authentication.