TwclWiFiOneXEapError Record

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

Namespace: wclWiFi
type
 TwclWiFiOneXEapError = record
 end;

The TwclWiFiOneXEapError type exposes the following members.

Show:
 NameDescription
Error

The OS error code.

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.

MethodType

The EAP method type that raised the error during 802.1X authentication.

Reason

The reason the EAP method failed.

RepairGuid

A unique ID that maps to a localizable string that identifies the repair action that can be taken to fix the reported error.

RepairString

A localized and readable string that describes the possible repair action.

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.

RootCauseString

A localized and readable string that describes the root cause of the error.

Top