TwclWiFiMsmConnectionEventData Record

The record contains information about media specific module (MSM) connection related notifications.

Namespace: wclWiFi
type
 TwclWiFiMsmConnectionEventData = record
 end;

The TwclWiFiMsmConnectionEventData type exposes the following members.

Show:
 NameDescription
BssType

The BSS network type.

ConnectionMode

The mode of the connection.

FirstPeer

Indicates whether the peer is the first to join the ad hoc network created by the machine. If True, the peer is the first to join.

After the first peer joins the network, the interface state of the machine that created the ad hoc network changes from isAdHocFormed to isConnected.

LastPeer

Indicates whether the peer is the last to leave the ad hoc network created by the machine. If True, the peer is the last to leave. After the last peer leaves the network, the interface state of the machine that created the ad hoc network changes from isConnected to isAdHocFormed.

Mac

The MAC address of the peer or access point.

ProfileName

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

Reason

The reason for an operation failure. If the operation succeeds, this field has a value of wclErrors.WCL_E_SUCCESS. Otherwise, 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