wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanmgmtimpl.h
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 30 7d966ab5304a
child 34 13838cf40350
equal deleted inserted replaced
0:c40eb8fe8501 13:ab7247ff6ef9
     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:  ECom interface implementation definition
    14 * Description:  ECom interface implementation definition
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 20 %
    19 * %version: 21 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANMGMTIMPL_H
    22 #ifndef WLANMGMTIMPL_H
    23 #define WLANMGMTIMPL_H
    23 #define WLANMGMTIMPL_H
    24 
    24 
   450          * Used to indicate completion of asynchronous Protected Setup request.
   450          * Used to indicate completion of asynchronous Protected Setup request.
   451          * @param aStatus Status of the request.
   451          * @param aStatus Status of the request.
   452          */
   452          */
   453         void ProtectedSetupComplete(
   453         void ProtectedSetupComplete(
   454             TInt aStatus );
   454             TInt aStatus );
       
   455 
       
   456         /**
       
   457          * Start aggressive background scanning.
       
   458          * @param aInterval Scan interval for aggressive mode (in seconds).
       
   459          *                  Valid range: 1-120 seconds.
       
   460          */
       
   461         virtual TInt StartAggressiveBgScan(
       
   462             TUint aInterval );
   455 
   463 
   456 	protected: // Methods
   464 	protected: // Methods
   457 
   465 
   458         /**
   466         /**
   459          * (From MWLMNotify) Connection status has changed.
   467          * (From MWLMNotify) Connection status has changed.