TwclWiFiOneXConnectionProfile Record

The structure contains information on the 802.1X connection profile currently used for 802.1X authentication.

Namespace: wclWiFi
type
 TwclWiFiOneXConnectionProfile = record
 end;

The TwclWiFiOneXConnectionProfile type exposes the following members.

Show:
 NameDescription
AllowLogonDialogs

A value that specifies whether to allow EAP dialogs to be displayed when using pre-logon SSO.

AuthMode

The authMode element in the 802.1X schema that specifies the type of credentials used for 802.1X authentication.

AuthPeriod

The authPeriod element in the 802.1X schema that specifies the maximum length of time, in seconds, in which a client waits for a response from the authenticator. If a response is not received within the specified period, the client assumes that there is no authenticator present on the network.

HeldPeriod

The heldPeriod element in the 802.1X schema that specifies the length of time, in seconds, in which a client will not re-attempt authentication after a failed authentication attempt.

MaxAuthFailures

The maxAuthFailures element in the 802.1X schema that specifies the maximum number of authentication failures allowed for a set of credentials.

MaxStart

The maxStart element in the 802.1X schema that specifies the maximum number of EAPOL-Start messages sent. After the maximum number of EAPOL-Start messages has been sent, the client assumes that there is no authenticator present on the network.

NetworkAuthTimeout

The time, in seconds, to wait for 802.1X authentication completion before normal logon proceeds. This value is used in single signon (SSO) scenarios. This value defaults to 10 seconds in an 802.1X profile.

NetworkAuthWithUITimeout

The maximum duration time, in seconds, to wait for a connection in case a user interface dialog box that requires user input is displayed during the per-logon SSO.

On Windows Vista with SP1 and later, this value is hardcoded to 10 minutes and is not configurable. On Windows Vista Release to Manufacturing, this value defaults to 60 seconds in an 802.1X profile and was controlled by the maxDelayWithAdditionalDialogs element in the schema.

On Windows Vista with SP1 and later, the maxDelayWithAdditionalDialogs element in the 802.1X schema is ignored and deprecated.

StartPeriod

The startPeriod element in the 802.1X schema that specifies the length of time, in seconds, to wait before an EAPOL-Start is sent. An EAPOL-Start message is sent to start the 802.1X authentication process.

SupplicantMode

The supplicantMode element in the 802.1X schema that specifies the method of transmission used for EAPOL-Start messages.

UserBasedVLan

The userBasedVirtualLan element in the 802.1X schema that specifies if the virtual LAN (VLAN) used by the device changes based on the user's credentials. Some network access server (NAS) devices change the VLAN after a user authenticates. When userBasedVirtualLan is TRUE, the NAS may change a device's VLAN after a user authenticates.

Top