eapol/eapol_framework/eapol_common/core/eap_session_core.cpp
changeset 49 43351a4f2da3
parent 34 ad1f037f1ac2
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 36 %
    19 * %version: 37 %
    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
  1351 //--------------------------------------------------
  1351 //--------------------------------------------------
  1352 
  1352 
  1353 EAP_FUNC_EXPORT void eap_session_core_c::state_notification(
  1353 EAP_FUNC_EXPORT void eap_session_core_c::state_notification(
  1354 	const abs_eap_state_notification_c * const state)
  1354 	const abs_eap_state_notification_c * const state)
  1355 {
  1355 {
       
  1356 	EAP_TRACE_DEBUG(
       
  1357 		m_am_tools, 
       
  1358 		TRACE_FLAGS_DEFAULT, 
       
  1359 		(EAPL("eap_session_core_c::state_notification(), %s.\n"),
       
  1360 		(m_is_client == true) ? "client": "server"));
       
  1361 
       
  1362 	EAP_TRACE_RETURN_STRING(m_am_tools, "returns: eap_session_core_c::state_notification()");
       
  1363 
  1356 	m_partner->state_notification(state);
  1364 	m_partner->state_notification(state);
  1357 }
  1365 }
  1358 
  1366 
  1359 //--------------------------------------------------
  1367 //--------------------------------------------------
  1360 
  1368