eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_credential.h
branchRCL_3
changeset 19 c74b3d9f6b9e
parent 18 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_credential.h	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_credential.h	Wed Sep 01 12:23:57 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2001-2006 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -11,12 +11,12 @@
 *
 * Contributors:
 *
-* Description:  This class defines Credential attributes for protected setup (previously known as simple config).
+* Description:  EAP and WLAN authentication protocols.
 *
 */
 
 /*
-* %version: 9 %
+* %version: 4.1.2 %
 */
 
 #if !defined(_SIMPLE_CONFIG_CREDENTIAL_H_)
@@ -33,7 +33,7 @@
 //----------------------------------------------------------------------------
 
 
-/// This class defines Credential attributes for protected setup (previously known as simple config).
+/// This class defines Credential attributes.
 class EAP_EXPORT simple_config_credential_c
 {
 private:
@@ -73,12 +73,10 @@
 
 	EAP_FUNC_IMPORT void set_network_index(const u8_t index);
 
-	EAP_FUNC_IMPORT u8_t get_network_index() const;
+	EAP_FUNC_IMPORT u8_t get_network_index();
 
 	EAP_FUNC_IMPORT eap_variable_data_c * get_SSID();
 
-	EAP_FUNC_IMPORT const eap_variable_data_c * get_SSID_const() const;
-
 	EAP_FUNC_IMPORT simple_config_Authentication_Type_e get_Authentication_Type();
 
 	EAP_FUNC_IMPORT void set_Authentication_Type(const simple_config_Authentication_Type_e Authentication_Type);
@@ -89,12 +87,8 @@
 
 	EAP_FUNC_IMPORT eap_array_c<network_key_and_index_c> * get_network_keys();
 
-	EAP_FUNC_IMPORT const eap_array_c<network_key_and_index_c> * get_network_keys_const() const;
-
 	EAP_FUNC_IMPORT eap_variable_data_c * get_MAC_address();
 
-	EAP_FUNC_IMPORT const eap_variable_data_c * get_MAC_address_const() const;
-
 	EAP_FUNC_IMPORT bool get_is_valid();
 
 	//