wlanutilities/wlansniffer/apwizard/src/wsfwlaniapwizard.cpp
changeset 1 d07e190ed096
parent 0 56b72877c1cb
equal deleted inserted replaced
0:56b72877c1cb 1:d07e190ed096
   448             CleanupStack::PopAndDestroy( 1 ); // DismissWaitNote
   448             CleanupStack::PopAndDestroy( 1 ); // DismissWaitNote
   449             
   449             
   450             if ( !foundSsid )
   450             if ( !foundSsid )
   451                 {
   451                 {
   452                 LOG_WRITE( "direct scan failed, entering fully manual mode" );
   452                 LOG_WRITE( "direct scan failed, entering fully manual mode" );
   453                 // pop up info note: No WLAN networks found
   453                 
   454                 HBufC* infoText = StringLoader::LoadLC( 
   454                 // pop up discreet popup: No WLANs found
   455                                           R_QTN_WLAN_INFO_NO_NETWORKS_FOUND );
   455                 CConnectionUiUtilities* connUiUtils = CConnectionUiUtilities::NewL();        
   456                 CAknInformationNote* informationNote = 
   456                 connUiUtils->NoWLANNetworksAvailableNote();
   457                                     new (ELeave) CAknInformationNote( ETrue );
   457                 delete connUiUtils;                
   458                 informationNote->ExecuteLD( *infoText );
       
   459                 CleanupStack::PopAndDestroy( infoText );
       
   460                 
       
   461                 
   458                 
   462                 // now entering fully manual mode
   459                 // now entering fully manual mode
   463 
   460 
   464                 // query network mode
   461                 // query network mode
   465                 TInt mode( 0 );
   462                 TInt mode( 0 );