TwclWiFiAcmConnectionEventData Record

The record contains information about connection related events.

Namespace: wclWiFi
type
 TwclWiFiAcmConnectionEventData = record
 end;

The TwclWiFiAcmConnectionEventData type exposes the following members.

Show:
 NameDescription
BssType

The BSS network type.

ConnectionMode

The mode of the connection.

Flags

A set of flags that provide additional information for the network connection.

ProfileName

The name of the profile used for the connection. Profile names are case-sensitive.

ProfileXml

The XML presentation of the profile used for discovery, if the connection succeeds.

Reason

The reason for an operation failure. This field has a value of wclErrors.WCL_E_SUCCESS for all connection-related events except OnAcmConnectionComplete. If the connection fails, this field indicates the reason for the failure.

SecurityEnabled

Indicates whether security is enabled for this connection. If True, security is enabled.

Ssid

The SSID of the association.

Top