connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/SelectWLANDlg.cpp
branchRCL_3
changeset 19 22c3c67e5001
parent 1 40cb640ef159
child 57 05bc53fe583b
equal deleted inserted replaced
17:c14618f9de99 19:22c3c67e5001
   208 
   208 
   209                 TWlanConnectionMode nMode;
   209                 TWlanConnectionMode nMode;
   210                 TWlanConnectionSecurityMode sMode;
   210                 TWlanConnectionSecurityMode sMode;
   211                 TWlanConnectionExtentedSecurityMode sExtMode;
   211                 TWlanConnectionExtentedSecurityMode sExtMode;
   212 
   212 
   213                 sSID.Copy( buff->Des() );       
   213                 //sSID.Copy( buff->Des() );
       
   214                 TInt err = CnvUtfConverter::ConvertFromUnicodeToUtf8( sSID, buff->Des() );
       
   215                 if ( err )
       
   216                     {
       
   217                     sSID.Copy( buff->Des() );
       
   218                     }        
   214                 CleanupStack::PopAndDestroy( buff );
   219                 CleanupStack::PopAndDestroy( buff );
   215 
   220 
   216                 iPlugin->SetEasyWlanToHiddenL( ETrue ); 
   221                 iPlugin->SetEasyWlanToHiddenL( ETrue ); 
   217 
   222 
   218                 TBool protSetupSupp;
   223                 TBool protSetupSupp;