wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmplatformdata.h
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 19 629e60dfa279
child 42 a828660c511c
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmplatformdata.h	Tue Feb 02 02:03:13 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmplatformdata.h	Fri Mar 19 10:03:22 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -15,6 +15,9 @@
 *
 */
 
+/*
+* %version: 12 %
+*/
 
 #ifndef WLMPLATFORMDATA_H
 #define WLMPLATFORMDATA_H
@@ -88,6 +91,15 @@
             const TUid& aCategory,
             const TUint aKey );
 
+        /**
+         * Publishes WLAN background scanning interval via P&S.
+         * @since S60 v5.2
+         * @param aInterval WLAN BG scan interval in seconds.
+         * @return Symbian error code
+         */
+        TInt PublishBgScanInterval(
+            TUint32& aInterval );
+
     private:   // Methods
 
         /**
@@ -117,6 +129,9 @@
         
         /** Handle to KPropertyWlanIndicator property via P&S. */
         RProperty iPsIndicator;
+        
+        /** Handle to KPropertyWlanBgScanInterval property via P&S. */
+        RProperty iPsBgScanInterval;
 
         /** Callback for notifications. */
         MWlmSystemNotify& iCallback;