wlanutilities/wlanqtutilities/base/inc/wlanqtutilsap.h
changeset 53 bdc64aa9b954
parent 39 7b3e49e4608a
child 58 301aeb18ae47
--- a/wlanutilities/wlanqtutilities/base/inc/wlanqtutilsap.h	Fri Aug 06 18:38:57 2010 +0300
+++ b/wlanutilities/wlanqtutilities/base/inc/wlanqtutilsap.h	Mon Aug 23 13:30:09 2010 +0300
@@ -53,8 +53,6 @@
     
     /*!
         Configuration IDs that can be read and set in this class.
-        Remember to update traces/trace.properties file when modifying
-        this enum (tracing is also the cause for fixing the enum values).
 
         ConfID's available for scan results:
         - ConfIdSsid
@@ -78,6 +76,7 @@
         - ConfIdWpaPskUse
         - ConfIdWpaPsk      (Empty if not used)
         - ConfIdHidden
+        - ConfIdWlanScanSSID
     */
     enum ConfId {
         //! QString: WLAN Network Name (SSID)
@@ -113,10 +112,12 @@
         ConfIdWepKey4 = 10,
         //! int: (CMManagerShim::WlanWepKeyIndex): Default WEP Key index
         ConfIdWepDefaultIndex = 11,
-        //! bool: Is WLAN hidden (CMManager::ECmHidden).
+        //! bool: Is WLAN hidden (CMManagerShim::CmHidden).
         ConfIdHidden = 12,
+        //! bool: Does WLAN AP need explicit scanning (CMManagerShim::WlanScanSSID)
+        ConfIdWlanScanSSID = 13,
         //! bool: true - Wifi Protected setup is supported, false - not
-        ConfIdWpsSupported = 13
+        ConfIdWpsSupported = 14
     };
 
     /*!