eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_types.h
branchRCL_3
changeset 18 bad0cc58d154
parent 2 1c7bc153c08e
child 19 c74b3d9f6b9e
--- a/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_types.h	Thu Aug 19 09:58:27 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_types.h	Tue Aug 31 15:16:37 2010 +0300
@@ -11,12 +11,12 @@
 *
 * Contributors:
 *
-* Description:  EAP and WLAN authentication protocols.
+* Description:  This file defines the constants of the protected setup protocol.
 *
 */
 
 /*
-* %version: 32.1.2 %
+* %version: 35 %
 */
 
 #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 SIMPLE_CONFIG.
+ *  @brief This file defines the constants of the protected setup protocol.
  */
 
 //--------------------------------------------------
@@ -325,12 +325,14 @@
 	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();
+	EAP_FUNC_IMPORT u8_t get_network_key_index() const;
 
 	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();
@@ -434,7 +436,4 @@
 #endif //#if !defined(_SIMPLE_CONFIG_TYPES_H_)
 
 //--------------------------------------------------
-
-
-
 // End.