wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/rwlmserver.cpp
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
child 14 13838cf40350
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/rwlmserver.cpp	Tue Feb 02 02:03:13 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/rwlmserver.cpp	Sat Feb 20 00:38:18 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2008 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"
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 27 %
+* %version: 28 %
 */
 
 #include <in_sock.h>
@@ -833,6 +833,21 @@
 // ---------------------------------------------------------
 // ---------------------------------------------------------
 //
+EXPORT_C TInt RWLMServer::StartAggressiveBgScan(
+    TUint aInterval )
+    {
+    DEBUG1( "RWLMServer::StartAggressiveBgScan( %u )",
+        aInterval );
+    
+    TIpcArgs params( aInterval );
+    
+    // Send the command as a "blind" request
+    return Send( EStartAggressiveBgScan, params );
+    }
+
+// ---------------------------------------------------------
+// ---------------------------------------------------------
+//
 TInt RWLMServer::StartServer()
     {
     DEBUG( "RWLMServer::StartServer()" );