eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_payloads.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
     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:  Defines payloads of protected setup message.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 24.1.3 %
    19 * %version: 26 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_SIMPLE_CONFIG_PAYLOADS_H_)
    22 #if !defined(_SIMPLE_CONFIG_PAYLOADS_H_)
    23 #define _SIMPLE_CONFIG_PAYLOADS_H_
    23 #define _SIMPLE_CONFIG_PAYLOADS_H_
    24 
    24 
    77 
    77 
    78 	EAP_FUNC_IMPORT u32_t get_data_length() const;
    78 	EAP_FUNC_IMPORT u32_t get_data_length() const;
    79 
    79 
    80 	EAP_FUNC_IMPORT u8_t * get_data(const u32_t data_length) const;
    80 	EAP_FUNC_IMPORT u8_t * get_data(const u32_t data_length) const;
    81 
    81 
    82 	EAP_FUNC_IMPORT simple_config_tlv_header_c * get_header();
    82 	simple_config_tlv_header_c * get_header();
    83 
    83 
    84 	EAP_FUNC_IMPORT eap_variable_data_c * get_full_attribute_buffer();
    84 	EAP_FUNC_IMPORT eap_variable_data_c * get_full_attribute_buffer();
    85 
    85 
    86 	EAP_FUNC_IMPORT simple_config_Attribute_Type_e get_attribute_type() const;
    86 	EAP_FUNC_IMPORT simple_config_Attribute_Type_e get_attribute_type() const;
    87 
    87