wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmclientserver.h
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 32 c01ef7f246fd
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmclientserver.h	Tue Feb 02 02:03:13 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmclientserver.h	Fri Mar 19 10:03:22 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2009 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: 40 %
+* %version: 42 %
 */
 
 #ifndef WLMCLIENTSERVER_H
@@ -219,7 +219,9 @@
     /** Initiate a roam to the given BSSID. */
     EDirectedRoam,
     /** Cancel a pending directed roam request. */
-    ECancelDirectedRoam
+    ECancelDirectedRoam,
+    /** Request entry to aggressive background scan mode. */
+    EStartAggressiveBgScan
     };
 
 /**
@@ -241,9 +243,8 @@
     EWlmNotifyAccessPointInfoChanged        = 0x0400,
     EWlmNotifyRcpiRoamAttemptStarted        = 0x0800,
     EWlmNotifyRcpiRoamAttemptCompleted      = 0x1000,
-    EWlmNotifyBrokenPowerSaveTestFailed     = 0x2000,
-    EWlmNotifyAcTrafficModeChanged          = 0x4000,
-    EWlmNotifyAcTrafficStatusChanged        = 0x8000
+    EWlmNotifyAcTrafficModeChanged          = 0x2000,
+    EWlmNotifyAcTrafficStatusChanged        = 0x4000
     };
 
 /**