eapol/eapol_framework/eapol_common/type/tls_peap/eap/src/eap_type_tls_peap.cpp
changeset 52 c23bdf5a328a
parent 33 938269283a16
--- a/eapol/eapol_framework/eapol_common/type/tls_peap/eap/src/eap_type_tls_peap.cpp	Fri Sep 17 08:30:11 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/tls_peap/eap/src/eap_type_tls_peap.cpp	Mon Oct 04 00:19:54 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: %
+* %version: 91 %
 */
 
 // This is enumeration of EAPOL source code.
@@ -1146,6 +1146,8 @@
 		 eap_tls_trace_string_c::get_tls_session_type_string(get_tls_session_type()),
 		 eap_tls_trace_string_c::get_peap_version_string(m_current_peap_version)));
 
+	EAP_TRACE_RETURN_STRING(m_am_tools, "returns: eap_type_tls_peap_c::finish_successful_authentication()");
+
 	eap_status_e status(eap_status_process_general_error);
 
 	if (do_quiet_finish == false)
@@ -1242,6 +1244,8 @@
 		m_is_valid,
 		m_authentication_finished_successfully));
 
+	EAP_TRACE_RETURN_STRING(m_am_tools, "returns: eap_type_tls_peap_c::send_final_notification()");
+
 	if (m_is_valid == true 
 		&& m_authentication_finished_successfully == false)
 	{