wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanmgmtimpl.cpp
changeset 14 00032b836e76
parent 13 ab7247ff6ef9
child 30 7d966ab5304a
child 34 13838cf40350
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanmgmtimpl.cpp	Fri Mar 19 10:03:22 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanmgmtimpl.cpp	Fri Apr 16 16:56:12 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 30 %
+* %version: 31 %
 */
 
 // INCLUDE FILES
@@ -563,8 +563,7 @@
         iProtectedSetupRequest->IsActive() )
         {
         iProtectedSetupRequest->Cancel();
-
-        User::RequestComplete( iPendingProtectedSetupStatus, KErrCancel );
+        ProtectedSetupComplete( KErrCancel );
         }
     }
 
@@ -580,8 +579,7 @@
         iScanRequest->IsActive() )
         {
         iScanRequest->Cancel();
-
-        User::RequestComplete( iPendingScanStatus, KErrCancel );
+        ScanComplete( KErrCancel );
         }
     }
 
@@ -597,8 +595,7 @@
         iAvailableIapsRequest->IsActive() )
         {
         iAvailableIapsRequest->Cancel();
-
-        User::RequestComplete( iPendingAvailableIapsStatus, KErrCancel );
+        AvailableIapsComplete( KErrCancel );
         }
     }
 
@@ -808,6 +805,7 @@
     TInt aStatus )
     {
     TraceDump( INFO_LEVEL, ( _L( "CWlanMgmtImpl::ScanComplete()" ) ) );    	
+
     User::RequestComplete( iPendingScanStatus, aStatus );
 	delete iScanRequest;
 	iScanRequest = NULL;
@@ -822,6 +820,7 @@
     TInt aStatus )
     {
     TraceDump( INFO_LEVEL, ( _L( "CWlanMgmtImpl::AvailableIapsComplete()" ) ) );    	
+
     User::RequestComplete( iPendingAvailableIapsStatus, aStatus );
 	delete iAvailableIapsRequest;    
 	iAvailableIapsRequest = NULL;