wlanutilities/wlansniffer/engine/client/src/wsfsession.cpp
branchRCL_3
changeset 20 858c6c491d0e
parent 15 dff6ebfd236f
child 44 a9524956f6b5
equal deleted inserted replaced
18:981afc7d3841 20:858c6c491d0e
   484     {
   484     {
   485     LOG_ENTERFN( "RWsfSession::ConnectWlanBearerL" );
   485     LOG_ENTERFN( "RWsfSession::ConnectWlanBearerL" );
   486     LOG_WRITEF( "IAP id = %d", aIapId );
   486     LOG_WRITEF( "IAP id = %d", aIapId );
   487 
   487 
   488     // mark the beginning of the connection process
   488     // mark the beginning of the connection process
       
   489     iEventHandler->UnBlockNextConnectedEvent();
   489     iEventHandler->SetConnecting( ETrue );
   490     iEventHandler->SetConnecting( ETrue );
   490 
   491 
   491     TInt res( KErrNone );
   492     TInt res( KErrNone );
   492     TPckgBuf<TInt> pckg;
   493     TPckgBuf<TInt> pckg;
   493 
   494 
   538     {
   539     {
   539     LOG_ENTERFN( "RWsfSession::ConnectWlanBearer" );
   540     LOG_ENTERFN( "RWsfSession::ConnectWlanBearer" );
   540     LOG_WRITEF( "IAP id = %d", aIapId );
   541     LOG_WRITEF( "IAP id = %d", aIapId );
   541 
   542 
   542     // mark the beginning of the connection process
   543     // mark the beginning of the connection process
       
   544     iEventHandler->UnBlockNextConnectedEvent();
   543     iEventHandler->SetConnecting( ETrue );
   545     iEventHandler->SetConnecting( ETrue );
   544 
   546 
   545     SendReceive( ESnifferCmdConnect, TIpcArgs( &aPckg, aIapId, aPersistence ), 
   547     SendReceive( ESnifferCmdConnect, TIpcArgs( &aPckg, aIapId, aPersistence ), 
   546                                                 aStatus );
   548                                                 aStatus );
   547     }
   549     }