eapol/eapol_framework/eapol_common/type/simple_config/eap/include/eap_type_simple_config.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 21.1.2 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_TYPE_SIMPLE_CONFIG_H_)
    22 #if !defined(_EAP_TYPE_SIMPLE_CONFIG_H_)
    23 #define _EAP_TYPE_SIMPLE_CONFIG_H_
    23 #define _EAP_TYPE_SIMPLE_CONFIG_H_
    24 
    24 
   612 	/// @see abs_simple_config_base_record_c::cancel_timer().
   612 	/// @see abs_simple_config_base_record_c::cancel_timer().
   613 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
   613 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
   614 		abs_eap_base_timer_c * const p_initializer, 
   614 		abs_eap_base_timer_c * const p_initializer, 
   615 		const u32_t p_id);
   615 		const u32_t p_id);
   616 
   616 
       
   617 	/// @see abs_simple_config_base_record_c::cancel_all_timers().
       
   618 	EAP_FUNC_IMPORT eap_status_e cancel_all_timers();
       
   619 
   617 	/// @see abs_simple_config_base_record_c::load_module().
   620 	/// @see abs_simple_config_base_record_c::load_module().
   618 	EAP_FUNC_IMPORT eap_status_e load_module(
   621 	EAP_FUNC_IMPORT eap_status_e load_module(
   619 		const eap_type_value_e type,
   622 		const eap_type_value_e type,
   620 		const eap_type_value_e /* tunneling_type */,
   623 		const eap_type_value_e /* tunneling_type */,
   621 		abs_eap_base_type_c * const partner,
   624 		abs_eap_base_type_c * const partner,