eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_types.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_types.h	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_types.h	Wed Sep 01 12:23:57 2010 +0100
@@ -11,12 +11,12 @@
 *
 * Contributors:
 *
-* Description:  This file defines the constants of the protected setup protocol.
+* Description:  EAP and WLAN authentication protocols.
 *
 */
 
 /*
-* %version: 35 %
+* %version: 32.1.2 %
 */
 
 #if !defined(_SIMPLE_CONFIG_TYPES_H_)
@@ -30,7 +30,7 @@
 #include "simple_config_attribute_type.h"
 
 /** @file simple_config_types.h 
- *  @brief This file defines the constants of the protected setup protocol.
+ *  @brief This file defines the constants of the SIMPLE_CONFIG.
  */
 
 //--------------------------------------------------
@@ -325,14 +325,12 @@
 	EAP_FUNC_IMPORT network_key_and_index_c(
 		abs_eap_am_tools_c * const m_am_tools);
 
-	EAP_FUNC_IMPORT u8_t get_network_key_index() const;
+	EAP_FUNC_IMPORT u8_t get_network_key_index();
 
 	EAP_FUNC_IMPORT void set_network_key_index(u8_t index);
 
 	EAP_FUNC_IMPORT eap_variable_data_c * get_network_key();
 
-	EAP_FUNC_IMPORT const eap_variable_data_c * get_network_key_const() const;
-
 	EAP_FUNC_IMPORT network_key_and_index_c * copy();
 
 	EAP_FUNC_IMPORT bool get_is_valid();
@@ -436,4 +434,7 @@
 #endif //#if !defined(_SIMPLE_CONFIG_TYPES_H_)
 
 //--------------------------------------------------
+
+
+
 // End.