wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/rwlmserver.cpp
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-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 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:  Implementation of interface for WLAN services.
    14 * Description:  Implementation of interface for WLAN services.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 27 %
    19 * %version: 28 %
    20 */
    20 */
    21 
    21 
    22 #include <in_sock.h>
    22 #include <in_sock.h>
    23 #include "wlandevicesettings.h"
    23 #include "wlandevicesettings.h"
    24 #include "rwlmserver.h"
    24 #include "rwlmserver.h"
   826     {
   826     {
   827     DEBUG( "RWLMServer::CancelDirectedRoam()" );
   827     DEBUG( "RWLMServer::CancelDirectedRoam()" );
   828 
   828 
   829     // Send the command
   829     // Send the command
   830     SendReceive( ECancelDirectedRoam );
   830     SendReceive( ECancelDirectedRoam );
       
   831     }
       
   832 
       
   833 // ---------------------------------------------------------
       
   834 // ---------------------------------------------------------
       
   835 //
       
   836 EXPORT_C TInt RWLMServer::StartAggressiveBgScan(
       
   837     TUint aInterval )
       
   838     {
       
   839     DEBUG1( "RWLMServer::StartAggressiveBgScan( %u )",
       
   840         aInterval );
       
   841     
       
   842     TIpcArgs params( aInterval );
       
   843     
       
   844     // Send the command as a "blind" request
       
   845     return Send( EStartAggressiveBgScan, params );
   831     }
   846     }
   832 
   847 
   833 // ---------------------------------------------------------
   848 // ---------------------------------------------------------
   834 // ---------------------------------------------------------
   849 // ---------------------------------------------------------
   835 //
   850 //