eapol/eapol_framework/eapol_common/core/eap_core_client_message_if.cpp
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 36 c98682f98478
--- a/eapol/eapol_framework/eapol_common/core/eap_core_client_message_if.cpp	Wed Jun 23 18:14:55 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/core/eap_core_client_message_if.cpp	Tue Jul 06 14:18:35 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 29 %
+* %version: 32 %
 */
 
 // This is enumeration of EAPOL source code.
@@ -565,6 +565,8 @@
 EAP_FUNC_EXPORT eap_status_e eap_core_client_message_if_c::timer_expired(
 	const u32_t id, void *data)
 {
+	EAP_UNREFERENCED_PARAMETER(id);
+	EAP_UNREFERENCED_PARAMETER(data);
 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
 
 	EAP_TRACE_DEBUG(
@@ -588,6 +590,8 @@
 EAP_FUNC_EXPORT eap_status_e eap_core_client_message_if_c::timer_delete_data(
 	const u32_t id, void *data)
 {
+	EAP_UNREFERENCED_PARAMETER(id);
+	EAP_UNREFERENCED_PARAMETER(data);
 	EAP_TRACE_BEGIN(m_am_tools, TRACE_FLAGS_DEFAULT);
 
 	EAP_TRACE_DEBUG(
@@ -738,7 +742,7 @@
 
 //--------------------------------------------------
 
-eap_status_e eap_core_client_message_if_c::get_802_11_authentication_mode(
+EAP_FUNC_EXPORT eap_status_e eap_core_client_message_if_c::get_802_11_authentication_mode(
 	const eap_am_network_id_c * const receive_network_id,
 	const eapol_key_authentication_type_e authentication_type,
 	const eap_variable_data_c * const SSID,