wlanutilities/wlansniffer/engine/client/src/wsfsession.cpp
branchRCL_3
changeset 20 858c6c491d0e
parent 15 dff6ebfd236f
child 44 a9524956f6b5
--- a/wlanutilities/wlansniffer/engine/client/src/wsfsession.cpp	Wed Mar 31 23:17:49 2010 +0300
+++ b/wlanutilities/wlansniffer/engine/client/src/wsfsession.cpp	Wed Apr 14 17:07:39 2010 +0300
@@ -486,6 +486,7 @@
     LOG_WRITEF( "IAP id = %d", aIapId );
 
     // mark the beginning of the connection process
+    iEventHandler->UnBlockNextConnectedEvent();
     iEventHandler->SetConnecting( ETrue );
 
     TInt res( KErrNone );
@@ -540,6 +541,7 @@
     LOG_WRITEF( "IAP id = %d", aIapId );
 
     // mark the beginning of the connection process
+    iEventHandler->UnBlockNextConnectedEvent();
     iEventHandler->SetConnecting( ETrue );
 
     SendReceive( ESnifferCmdConnect, TIpcArgs( &aPckg, aIapId, aPersistence ),