diff -r 5431fd16d0e9 -r 3f122ca50ab9 eapol/eapol_framework/eapol_common/core/ethernet_core.cpp --- a/eapol/eapol_framework/eapol_common/core/ethernet_core.cpp Mon Mar 29 12:26:09 2010 +0100 +++ b/eapol/eapol_framework/eapol_common/core/ethernet_core.cpp Tue Apr 06 20:34:33 2010 +0100 @@ -447,7 +447,7 @@ //-------------------------------------------------- // -eap_status_e ethernet_core_c::read_reassociation_parameters( +EAP_FUNC_EXPORT eap_status_e ethernet_core_c::read_reassociation_parameters( const eap_am_network_id_c * const old_receive_network_id, ///< source includes remote address, destination includes local address. const eap_am_network_id_c * const new_receive_network_id, ///< source includes remote address, destination includes local address. const eapol_key_authentication_type_e authentication_type, @@ -501,7 +501,7 @@ //-------------------------------------------------- // -eap_status_e ethernet_core_c::complete_reassociation( +EAP_FUNC_EXPORT eap_status_e ethernet_core_c::complete_reassociation( const eapol_wlan_authentication_state_e reassociation_result, const eap_am_network_id_c * const receive_network_id, const eapol_key_authentication_type_e authentication_type,