eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_types.h
branchRCL_3
changeset 45 bad0cc58d154
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
child 49 43351a4f2da3
equal deleted inserted replaced
43:30e048a7b597 45:bad0cc58d154
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  This file defines the constants of the protected setup protocol.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 32.1.2 %
    19 * %version: 35 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_SIMPLE_CONFIG_TYPES_H_)
    22 #if !defined(_SIMPLE_CONFIG_TYPES_H_)
    23 #define _SIMPLE_CONFIG_TYPES_H_
    23 #define _SIMPLE_CONFIG_TYPES_H_
    24 
    24 
    28 #include "eap_type_all_types.h"
    28 #include "eap_type_all_types.h"
    29 #include "eap_configuration_field.h"
    29 #include "eap_configuration_field.h"
    30 #include "simple_config_attribute_type.h"
    30 #include "simple_config_attribute_type.h"
    31 
    31 
    32 /** @file simple_config_types.h 
    32 /** @file simple_config_types.h 
    33  *  @brief This file defines the constants of the SIMPLE_CONFIG.
    33  *  @brief This file defines the constants of the protected setup protocol.
    34  */
    34  */
    35 
    35 
    36 //--------------------------------------------------
    36 //--------------------------------------------------
    37 
    37 
    38 enum simple_config_Authentication_Type_e
    38 enum simple_config_Authentication_Type_e
   323 	EAP_FUNC_IMPORT virtual ~network_key_and_index_c();
   323 	EAP_FUNC_IMPORT virtual ~network_key_and_index_c();
   324 
   324 
   325 	EAP_FUNC_IMPORT network_key_and_index_c(
   325 	EAP_FUNC_IMPORT network_key_and_index_c(
   326 		abs_eap_am_tools_c * const m_am_tools);
   326 		abs_eap_am_tools_c * const m_am_tools);
   327 
   327 
   328 	EAP_FUNC_IMPORT u8_t get_network_key_index();
   328 	EAP_FUNC_IMPORT u8_t get_network_key_index() const;
   329 
   329 
   330 	EAP_FUNC_IMPORT void set_network_key_index(u8_t index);
   330 	EAP_FUNC_IMPORT void set_network_key_index(u8_t index);
   331 
   331 
   332 	EAP_FUNC_IMPORT eap_variable_data_c * get_network_key();
   332 	EAP_FUNC_IMPORT eap_variable_data_c * get_network_key();
       
   333 
       
   334 	EAP_FUNC_IMPORT const eap_variable_data_c * get_network_key_const() const;
   333 
   335 
   334 	EAP_FUNC_IMPORT network_key_and_index_c * copy();
   336 	EAP_FUNC_IMPORT network_key_and_index_c * copy();
   335 
   337 
   336 	EAP_FUNC_IMPORT bool get_is_valid();
   338 	EAP_FUNC_IMPORT bool get_is_valid();
   337 
   339 
   432 //--------------------------------------------------
   434 //--------------------------------------------------
   433 
   435 
   434 #endif //#if !defined(_SIMPLE_CONFIG_TYPES_H_)
   436 #endif //#if !defined(_SIMPLE_CONFIG_TYPES_H_)
   435 
   437 
   436 //--------------------------------------------------
   438 //--------------------------------------------------
   437 
       
   438 
       
   439 
       
   440 // End.
   439 // End.