wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmclientserver.h
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
child 7 51a71243e562
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 * Description:  Data structures for client server communication in WLMServer.
    14 * Description:  Data structures for client server communication in WLMServer.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 40 %
    19 * %version: 41 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLMCLIENTSERVER_H
    22 #ifndef WLMCLIENTSERVER_H
    23 #define WLMCLIENTSERVER_H
    23 #define WLMCLIENTSERVER_H
    24 
    24 
   217     /** Get the current traffic status for access classes. */
   217     /** Get the current traffic status for access classes. */
   218     EGetAcTrafficStatus,
   218     EGetAcTrafficStatus,
   219     /** Initiate a roam to the given BSSID. */
   219     /** Initiate a roam to the given BSSID. */
   220     EDirectedRoam,
   220     EDirectedRoam,
   221     /** Cancel a pending directed roam request. */
   221     /** Cancel a pending directed roam request. */
   222     ECancelDirectedRoam
   222     ECancelDirectedRoam,
       
   223     /** Request entry to aggressive background scan mode. */
       
   224     EStartAggressiveBgScan
   223     };
   225     };
   224 
   226 
   225 /**
   227 /**
   226 * Nofications from server to client.
   228 * Nofications from server to client.
   227 */
   229 */