TwclWiFiOneXSupplicantMode Enumeration

The type defines possible supplicant mode values.

Namespace: wclWiFi
type
 TwclWiFiOneXSupplicantMode = (
 oxSupplicantModeInhibitTransmission,
 oxSupplicantModeLearn,
 oxSupplicantModeCompliant,
 oxSupplicantModeInvalid
 );

The TwclWiFiOneXSupplicantMode type exposes the following members.

Show:
 NameDescription
oxSupplicantModeCompliant

EAPOL-Start messages are transmitted as specified by 802.1X. Valid for both wired and wireless LAN profiles.

oxSupplicantModeInhibitTransmission

EAPOL-Start messages are not transmitted. Valid for wired LAN profiles only.

oxSupplicantModeInvalid

Unknown or unsupported supplicant mode.

oxSupplicantModeLearn

The client determines when to send EAPOL-Start packets based on network capability. EAPOL-Start messages are only sent when required. Valid for wired LAN profiles only.

Top