TwclWiFiAssociationAttributes Record

Contains association attributes for a connection.

Namespace: wclWiFi
type
 TwclWiFiAssociationAttributes = record
 end;

The TwclWiFiAssociationAttributes type exposes the following members.

Show:
 NameDescription
BssId

The BSSID of the association.

BssType

The value specifies whether the network is infrastructure or ad hoc.

Phy

The physical type of the association.

RxRate

The receiving rate of the association.

SignalQuality

A percentage value that represents the signal quality of the network. Contains a value between 0 and 100. A value of 0 implies an actual RSSI signal strength of -100 dbm. A value of 100 implies an actual RSSI signal strength of -50 dbm. You can calculate the RSSI signal strength value for SignalQuality values between 1 and 99 using linear interpolation.

Ssid

The SSID of the association.

TxRate

The transmission rate of the association.

Top