diff -r 981afc7d3841 -r 858c6c491d0e wlanutilities/wlansniffer/engine/client/src/wsfsession.cpp --- 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 ),