diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-05 09:51:20 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-05 09:51:20 -0500 |
commit | d3cfdd24fa0bd2f0c9fce7de57d29333e1e071e2 (patch) | |
tree | 8d1fe879a00b901e92c0afd7e973782a03dd4166 /tdecore/tdenetworkconnections.h | |
parent | fe3dbd6e6f8748ec07184c09081bcc31096750f9 (diff) | |
download | tdelibs-d3cfdd24fa0bd2f0c9fce7de57d29333e1e071e2.tar.gz tdelibs-d3cfdd24fa0bd2f0c9fce7de57d29333e1e071e2.zip |
Populate wiFiDeviceInfo
Diffstat (limited to 'tdecore/tdenetworkconnections.h')
-rw-r--r-- | tdecore/tdenetworkconnections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdenetworkconnections.h b/tdecore/tdenetworkconnections.h index e6e8d42cf..4afdbc863 100644 --- a/tdecore/tdenetworkconnections.h +++ b/tdecore/tdenetworkconnections.h @@ -698,7 +698,7 @@ class TDECORE_EXPORT TDENetworkWiFiDeviceInfo TDEMACAddress permanentHWAddress; TDEWiFiMode::TDEWiFiMode operatingMode; unsigned int bitrate; - TQString activeAccessPointBSSID; + TDEMACAddress activeAccessPointBSSID; TDENetworkWiFiClientFlags::TDENetworkWiFiClientFlags wirelessFlags; }; |