TwclWiFiOneXStatus Record

The structure contains the current 802.1X authentication status.

Namespace: wclWiFi
type
 TwclWiFiOneXStatus = record
 end;

The TwclWiFiOneXStatus type exposes the following members.

Show:
 NameDescription
Error

If an error occurred during 802.1X authentication, this member contains the error. This member is normally wclErrors.WCL_E_SUCCESS, except when an EAPHost error occurs.

Reason

If an error occurred during 802.1X authentication, this member contains the reason for the error This member is normally wclErrors.WCL_E_SUCCESS when 802.1X authentication is successful and no error occurs.

Status

The current status of the 802.1X authentication process. Any error that may have occurred during authentication is indicated below by the value of the Reason and Error members of the TwclWiFiOneXStatus structure.

Top