wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanmgmtimpl.cpp
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
child 8 e0f767079796
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
    14 * Description:  Implementation of wlan management API
    14 * Description:  Implementation of wlan management API
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 29 %
    19 * %version: 30 %
    20 */
    20 */
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include <ecom/implementationproxy.h>
    24 #include <ecom/implementationproxy.h>
   788     iProtectedSetupRequest = NULL;
   788     iProtectedSetupRequest = NULL;
   789     iPendingProtectedSetupStatus = NULL;
   789     iPendingProtectedSetupStatus = NULL;
   790     }
   790     }
   791 
   791 
   792 // ---------------------------------------------------------
   792 // ---------------------------------------------------------
       
   793 // CWlanMgmtImpl::StartAggressiveBgScan
       
   794 // ---------------------------------------------------------
       
   795 //
       
   796 TInt CWlanMgmtImpl::StartAggressiveBgScan(
       
   797     TUint aInterval )
       
   798     {
       
   799     TraceDump( INFO_LEVEL, ( _L( "CWlanMgmtImpl::StartAggressiveBgScan()" ) ) );
       
   800     return iServer.StartAggressiveBgScan( aInterval );
       
   801     }
       
   802 
       
   803 // ---------------------------------------------------------
   793 // CWlanMgmtImpl::ScanComplete
   804 // CWlanMgmtImpl::ScanComplete
   794 // ---------------------------------------------------------
   805 // ---------------------------------------------------------
   795 //
   806 //
   796 void CWlanMgmtImpl::ScanComplete(
   807 void CWlanMgmtImpl::ScanComplete(
   797     TInt aStatus )
   808     TInt aStatus )