eapol/eapol_framework/eapol_symbian/am/type/gsmsim/symbian/eap_am_type_gsmsim_symbian.cpp
branchCompilerCompatibility
changeset 14 3f122ca50ab9
parent 2 1c7bc153c08e
equal deleted inserted replaced
13:5431fd16d0e9 14:3f122ca50ab9
   352 }
   352 }
   353 
   353 
   354 
   354 
   355 //--------------------------------------------------
   355 //--------------------------------------------------
   356 
   356 
   357 eap_status_e eap_am_type_gsmsim_symbian_c::authentication_finished(
   357 EAP_FUNC_EXPORT eap_status_e eap_am_type_gsmsim_symbian_c::authentication_finished(
   358 	const bool true_when_successful,
   358 	const bool true_when_successful,
   359 	const eap_gsmsim_authentication_type_e authentication_type,
   359 	const eap_gsmsim_authentication_type_e authentication_type,
   360 	const eap_type_gsmsim_identity_type identity_type)
   360 	const eap_type_gsmsim_identity_type identity_type)
   361 {
   361 {
   362 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
   362 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
  1574 }
  1574 }
  1575 
  1575 
  1576 //--------------------------------------------------
  1576 //--------------------------------------------------
  1577 
  1577 
  1578 //
  1578 //
  1579 eap_status_e eap_am_type_gsmsim_symbian_c::cancel_SIM_IMSI_or_pseudonym_or_reauthentication_id_query()
  1579 EAP_FUNC_EXPORT eap_status_e eap_am_type_gsmsim_symbian_c::cancel_SIM_IMSI_or_pseudonym_or_reauthentication_id_query()
  1580 {
  1580 {
  1581 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
  1581 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
  1582 #if defined (USE_EAP_GSMSIM_INTERFACE) && !defined(__WINS__)
  1582 #if defined (USE_EAP_GSMSIM_INTERFACE) && !defined(__WINS__)
  1583 	if (m_is_client == true)
  1583 	if (m_is_client == true)
  1584 	{
  1584 	{
  1938 }
  1938 }
  1939 
  1939 
  1940 //-------------------------------------------------
  1940 //-------------------------------------------------
  1941 
  1941 
  1942 //
  1942 //
  1943 eap_status_e eap_am_type_gsmsim_symbian_c::cancel_SIM_kc_sres_query()
  1943 EAP_FUNC_EXPORT eap_status_e eap_am_type_gsmsim_symbian_c::cancel_SIM_kc_sres_query()
  1944 {
  1944 {
  1945 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
  1945 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
  1946 		
  1946 		
  1947 #if defined (USE_EAP_GSMSIM_INTERFACE) && !defined(__WINS__)
  1947 #if defined (USE_EAP_GSMSIM_INTERFACE) && !defined(__WINS__)
  1948 	if (m_is_client == true)
  1948 	if (m_is_client == true)
  2459 #endif //#if defined(USE_EAP_TYPE_SERVER_GSMSIM)
  2459 #endif //#if defined(USE_EAP_TYPE_SERVER_GSMSIM)
  2460 
  2460 
  2461 //--------------------------------------------------
  2461 //--------------------------------------------------
  2462 
  2462 
  2463 //
  2463 //
  2464 eap_status_e eap_am_type_gsmsim_symbian_c::cancel_imsi_from_username_query()
  2464 EAP_FUNC_EXPORT eap_status_e eap_am_type_gsmsim_symbian_c::cancel_imsi_from_username_query()
  2465 {
  2465 {
  2466 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
  2466 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
  2467 	EAP_TRACE_END(m_am_tools, TRACE_FLAGS_DEFAULT);
  2467 	EAP_TRACE_END(m_am_tools, TRACE_FLAGS_DEFAULT);
  2468 	return EAP_STATUS_RETURN(m_am_tools, eap_status_not_supported);
  2468 	return EAP_STATUS_RETURN(m_am_tools, eap_status_not_supported);
  2469 }
  2469 }