wlan_plat/wlan_management_api/inc/wlanmgmtinterface.h
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
child 14 13838cf40350
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 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 "Eclipse Public License v1.0"
     5 * under the terms of "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:  ECom interface definition for WLAN management services.
    14 * Description:  ECom interface definition for WLAN management services.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 15 %
    19 * %version: 16 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANMGMTINTERFACE_H
    22 #ifndef WLANMGMTINTERFACE_H
    23 #define WLANMGMTINTERFACE_H
    23 #define WLANMGMTINTERFACE_H
    24 
    24 
   401         /**
   401         /**
   402          * Cancel an outstanding directed roam request.
   402          * Cancel an outstanding directed roam request.
   403          */
   403          */
   404         virtual void CancelDirectedRoam() = 0;
   404         virtual void CancelDirectedRoam() = 0;
   405 
   405 
       
   406         /**
       
   407          * Start aggressive background scanning.
       
   408          *
       
   409          * @param aInterval Scan interval (in seconds) for aggressive mode.
       
   410          */
       
   411         virtual TInt StartAggressiveBgScan(
       
   412             TUint aInterval ) = 0;
   406     };
   413     };
   407 
   414 
   408 #endif // WLANMGMTINTERFACE_H
   415 #endif // WLANMGMTINTERFACE_H
   409             
   416             
   410 // End of File
   417 // End of File