eapol/eapol_framework/eapol_common/core/eapol_core.cpp
branchCompilerCompatibility
changeset 14 3f122ca50ab9
parent 2 1c7bc153c08e
equal deleted inserted replaced
13:5431fd16d0e9 14:3f122ca50ab9
  1487 }
  1487 }
  1488 
  1488 
  1489 //--------------------------------------------------
  1489 //--------------------------------------------------
  1490 
  1490 
  1491 //
  1491 //
  1492 eap_status_e eapol_core_c::read_reassociation_parameters(
  1492 EAP_FUNC_EXPORT eap_status_e eapol_core_c::read_reassociation_parameters(
  1493 	const eap_am_network_id_c * const old_receive_network_id, ///< source includes remote address, destination includes local address.
  1493 	const eap_am_network_id_c * const old_receive_network_id, ///< source includes remote address, destination includes local address.
  1494 	const eap_am_network_id_c * const new_receive_network_id, ///< source includes remote address, destination includes local address.
  1494 	const eap_am_network_id_c * const new_receive_network_id, ///< source includes remote address, destination includes local address.
  1495 	const eapol_key_authentication_type_e authentication_type,
  1495 	const eapol_key_authentication_type_e authentication_type,
  1496 	eap_variable_data_c * const PMKID,
  1496 	eap_variable_data_c * const PMKID,
  1497 	const eap_variable_data_c * const received_WPA_ie,
  1497 	const eap_variable_data_c * const received_WPA_ie,
  1737 }
  1737 }
  1738 
  1738 
  1739 //--------------------------------------------------
  1739 //--------------------------------------------------
  1740 
  1740 
  1741 //
  1741 //
  1742 eap_status_e eapol_core_c::complete_reassociation(
  1742 EAP_FUNC_EXPORT eap_status_e eapol_core_c::complete_reassociation(
  1743 	const eapol_wlan_authentication_state_e reassociation_result,
  1743 	const eapol_wlan_authentication_state_e reassociation_result,
  1744 	const eap_am_network_id_c * const receive_network_id,
  1744 	const eap_am_network_id_c * const receive_network_id,
  1745 	const eapol_key_authentication_type_e authentication_type,
  1745 	const eapol_key_authentication_type_e authentication_type,
  1746 	const eap_variable_data_c * const received_WPA_IE,
  1746 	const eap_variable_data_c * const received_WPA_IE,
  1747 	const eap_variable_data_c * const sent_WPA_IE,
  1747 	const eap_variable_data_c * const sent_WPA_IE,
  2855 //--------------------------------------------------
  2855 //--------------------------------------------------
  2856 
  2856 
  2857 #if defined(USE_EAPOL_KEY_STATE)
  2857 #if defined(USE_EAPOL_KEY_STATE)
  2858 
  2858 
  2859 //
  2859 //
  2860 eap_status_e eapol_core_c::asynchronous_init_remove_eapol_key_state(
  2860 EAP_FUNC_EXPORT eap_status_e eapol_core_c::asynchronous_init_remove_eapol_key_state(
  2861 	const eap_am_network_id_c * const send_network_id)
  2861 	const eap_am_network_id_c * const send_network_id)
  2862 {
  2862 {
  2863 	EAP_TRACE_DEBUG(
  2863 	EAP_TRACE_DEBUG(
  2864 		m_am_tools, 
  2864 		m_am_tools, 
  2865 		TRACE_FLAGS_DEFAULT, 
  2865 		TRACE_FLAGS_DEFAULT,