TwclWiFiOneXEapMethodBackendSupport Enumeration

The type specifies the possible values for whether the EAP method configured on the supplicant for 802.1X authentication is supported on the authentication server.

Namespace: wclWiFi
type
 TwclWiFiOneXEapMethodBackendSupport = (
 oxEapMethodBackendSupportUnknown,
 oxEapMethodBackendSupported,
 oxEapMethodBackendUnsupported
 );

The TwclWiFiOneXEapMethodBackendSupport type exposes the following members.

Show:
 NameDescription
oxEapMethodBackendSupported

The EAP method configured on the supplicant for 802.1X authentication is supported on the authentication server. The 802.1X handshake is used to decide what is an acceptable EAP method to use.

oxEapMethodBackendSupportUnknown

It is not known whether the EAP method configured on the supplicant for 802.1X authentication is supported on the authentication server. This value can be returned if the 802.1X authentication process is in the initial state.

oxEapMethodBackendUnsupported

The EAP method configured on the supplicant for 802.1X authentication is not supported on the authentication server.

Top