wlanutilities/wlanqtutilities/base/inc/wlanqtutilsap.h
changeset 56 de27cc8389dd
parent 46 2fbd1d709fe7
child 58 301aeb18ae47
--- a/wlanutilities/wlanqtutilities/base/inc/wlanqtutilsap.h	Wed Aug 18 10:52:46 2010 +0300
+++ b/wlanutilities/wlanqtutilities/base/inc/wlanqtutilsap.h	Thu Sep 02 21:36:44 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
     };
 
     /*!