TwclWiFiOneXStatusUpdate Record

The structure contains information on a status change to 802.1X authentication.

Namespace: wclWiFi
type
 TwclWiFiOneXStatusUpdate = record
 end;

The TwclWiFiOneXStatusUpdate type exposes the following members.

Show:
 NameDescription
AuthParams

The 802.1X authentication parameters.

BackendEngaged

Indicates if a response was received from the 802.1X authentication server.

BackendSupport

Indicates if the configured EAP method on the supplicant is supported on the 802.1X authentication server.

EAP permits the use of a backend authentication server, which may implement some or all authentication methods, with the authenticator acting as a pass-through for some or all methods and peers.

EapError

An EAP error value.

Status

Specifies the current 802.1X authentication status.

Top