wlanutilities/wlansniffer/aiplugin/src/wsfaicontroller.cpp
branchRCL_3
changeset 13 858c6c491d0e
parent 12 981afc7d3841
child 20 a9524956f6b5
equal deleted inserted replaced
12:981afc7d3841 13:858c6c491d0e
   707                 {
   707                 {
   708                 // other unlisted item was selected
   708                 // other unlisted item was selected
   709                 }
   709                 }
   710             }
   710             }
   711         }
   711         }
   712         
       
   713     RefreshUiL();
       
   714     
       
   715     return success;
   712     return success;
   716     }
   713     }
   717 
   714 
   718 
   715 
   719 // --------------------------------------------------------------------------
   716 // --------------------------------------------------------------------------
  1052             
  1049             
  1053             if ( LaunchSearchDialogL( info ) )
  1050             if ( LaunchSearchDialogL( info ) )
  1054                 {
  1051                 {
  1055                 ConnectL( info, ETrue, EFalse );
  1052                 ConnectL( info, ETrue, EFalse );
  1056                 }
  1053                 }
       
  1054             else
       
  1055                 {
       
  1056                 // User canceled Search Wlans dialog and probably did not 
       
  1057                 // find anything interesting from the list - request scan
       
  1058                 iActiveWrappers->RefreshScan();
       
  1059                 }
  1057 
  1060 
  1058             break;
  1061             break;
  1059             }
  1062             }
  1060             
  1063             
  1061         case EAiOfflineDisableScan:
  1064         case EAiOfflineDisableScan: