WiFi Framework C++ Edition
Public Attributes | List of all members
wclWiFiAssociationAttributes Struct Reference

Contains association attributes for a connection. More...

#include <wclWiFi.h>

Public Attributes

tstring Ssid
 The SSID of the association.
 
wclWiFiBssType BssType
 The value specifies whether the network is infrastructure or ad hoc.
 
tstring BssId
 The BSSID of the association.
 
wclWiFiPhy Phy
 The physical type of the association.
 
unsigned long 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.
 
unsigned long RxRate
 The receiving rate of the association.
 
unsigned long TxRate
 The transmission rate of the association.
 

Detailed Description

Contains association attributes for a connection.