eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/src/EapTlsPeapUiDataConnection.cpp
changeset 39 fe6b6762fccd
parent 33 938269283a16
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 54 %
    19 * %version: 56 %
    20 */
    20 */
    21 
    21 
    22 // This is enumeration of EAPOL source code.
    22 // This is enumeration of EAPOL source code.
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    24 	#undef EAP_FILE_NUMBER_ENUM
    24 	#undef EAP_FILE_NUMBER_ENUM
   514 			("CEapTlsPeapUiDataConnection::UpdateDataL: PW to PAC store DB(8 bits)",
   514 			("CEapTlsPeapUiDataConnection::UpdateDataL: PW to PAC store DB(8 bits)",
   515 			tmpSetPacStorePw8.Ptr(), 
   515 			tmpSetPacStorePw8.Ptr(), 
   516 			tmpSetPacStorePw8.Size()));
   516 			tmpSetPacStorePw8.Size()));
   517 
   517 
   518 	  TRAPD(err, iUiConn->SetPacStorePasswordL(tmpSetPacStorePw8));
   518 	  TRAPD(err, iUiConn->SetPacStorePasswordL(tmpSetPacStorePw8));
       
   519 
       
   520           if (err)
       
   521                return err;
   519 	  	  	    
   522 	  	  	    
   520 	  EAP_TRACE_DEBUG_SYMBIAN((_L("CEapTlsPeapUiDataConnection::Update(): SetPacStorePassword error = %d\n"),error));
   523 	  EAP_TRACE_DEBUG_SYMBIAN((_L("CEapTlsPeapUiDataConnection::Update(): SetPacStorePassword error = %d\n"),err));
   521 			    
   524 			    
   522 #endif // End: #ifdef USE_PAC_STORE	    
   525 #endif // End: #ifdef USE_PAC_STORE	    
   523 	    
   526 	    
   524 	} // End: if(iUiConn->GetEapType() == *EapExpandedTypeFast.GetType())    
   527 	} // End: if(iUiConn->GetEapType() == *EapExpandedTypeFast.GetType())    
   525     
   528