eapol/eapol_framework/eapol_common/core/eap_core.cpp
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 49 43351a4f2da3
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: 58.1.11 %
    19 * %version: 58.1.12 %
    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
   240 }
   240 }
   241 
   241 
   242 //--------------------------------------------------
   242 //--------------------------------------------------
   243 
   243 
   244 //
   244 //
   245 eap_status_e eap_core_c::initialize_asynchronous_init_remove_eap_session(
   245 EAP_FUNC_EXPORT eap_status_e eap_core_c::initialize_asynchronous_init_remove_eap_session(
   246 	const u32_t remove_session_timeout)
   246 	const u32_t remove_session_timeout)
   247 {
   247 {
   248 	EAP_TRACE_DEBUG(
   248 	EAP_TRACE_DEBUG(
   249 		m_am_tools, 
   249 		m_am_tools, 
   250 		TRACE_FLAGS_DEFAULT, 
   250 		TRACE_FLAGS_DEFAULT, 
   312 	return EAP_STATUS_RETURN(m_am_tools, status);
   312 	return EAP_STATUS_RETURN(m_am_tools, status);
   313 }
   313 }
   314 
   314 
   315 //--------------------------------------------------
   315 //--------------------------------------------------
   316 
   316 
   317 eap_status_e eap_core_c::cancel_asynchronous_init_remove_eap_session()
   317 EAP_FUNC_EXPORT eap_status_e eap_core_c::cancel_asynchronous_init_remove_eap_session()
   318 {
   318 {
   319 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
   319 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
   320 
   320 
   321 	if (m_partner != 0)
   321 	if (m_partner != 0)
   322 	{
   322 	{
   341 }
   341 }
   342 
   342 
   343 //--------------------------------------------------
   343 //--------------------------------------------------
   344 
   344 
   345 //
   345 //
   346 eap_status_e eap_core_c::asynchronous_init_remove_eap_session()
   346 EAP_FUNC_EXPORT eap_status_e eap_core_c::asynchronous_init_remove_eap_session()
   347 {
   347 {
   348 	EAP_TRACE_DEBUG(
   348 	EAP_TRACE_DEBUG(
   349 		m_am_tools, 
   349 		m_am_tools, 
   350 		TRACE_FLAGS_DEFAULT, 
   350 		TRACE_FLAGS_DEFAULT, 
   351 		(EAPL("eap_core_c::asynchronous_init_remove_eap_session(): %s.\n"),
   351 		(EAPL("eap_core_c::asynchronous_init_remove_eap_session(): %s.\n"),