TwclWiFiOneXAuthStatus Enumeration

The type specifies the possible values for the 802.1X authentication status.

Namespace: wclWiFi
type
 TwclWiFiOneXAuthStatus = (
 oxAuthNotStarted,
 oxAuthInProgress,
 oxAuthNoAuthenticatorFound,
 oxAuthSuccess,
 oxAuthFailure,
 oxAuthInvalid
 );

The TwclWiFiOneXAuthStatus type exposes the following members.

Show:
 NameDescription
oxAuthFailure

802.1X authentication was a failure.

oxAuthInProgress

802.1X authentication is in progress.

oxAuthInvalid

Unknown or invalid status.

oxAuthNoAuthenticatorFound

No 802.1X authenticator was found. The 802.1X authentication was attempted, but no 802.1X peer was found. In this case, either the network does not support or is not configured to support the 802.1X standard.

oxAuthNotStarted

802.1X authentication was not started.

oxAuthSuccess

802.1X authentication was successful.

Top