eapol/eapol_framework/eapol_common/type/tls_peap/tls/include/tls_application_eap_core.h
branchRCL_3
changeset 19 c74b3d9f6b9e
parent 18 bad0cc58d154
equal deleted inserted replaced
18:bad0cc58d154 19: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: 36.1.2 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_TLS_APPLICATION_EAP_CORE_H_)
    22 #if !defined(_TLS_APPLICATION_EAP_CORE_H_)
    23 #define _TLS_APPLICATION_EAP_CORE_H_
    23 #define _TLS_APPLICATION_EAP_CORE_H_
    24 
    24 
   597 	/// @see abs_eap_core_c::cancel_timer().
   597 	/// @see abs_eap_core_c::cancel_timer().
   598 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
   598 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
   599 		abs_eap_base_timer_c * const initializer, 
   599 		abs_eap_base_timer_c * const initializer, 
   600 		const u32_t id);
   600 		const u32_t id);
   601 
   601 
       
   602 	/// @see abs_eap_core_c::cancel_all_timers().
       
   603 	EAP_FUNC_IMPORT eap_status_e cancel_all_timers();
       
   604 
   602 	/// @see abs_eap_core_c::check_is_valid_eap_type().
   605 	/// @see abs_eap_core_c::check_is_valid_eap_type().
   603 	EAP_FUNC_IMPORT eap_status_e check_is_valid_eap_type(const eap_type_value_e eap_type);
   606 	EAP_FUNC_IMPORT eap_status_e check_is_valid_eap_type(const eap_type_value_e eap_type);
   604 
   607 
   605 	/// @see abs_eap_core_c::get_eap_type_list().
   608 	/// @see abs_eap_core_c::get_eap_type_list().
   606 	EAP_FUNC_IMPORT eap_status_e get_eap_type_list(
   609 	EAP_FUNC_IMPORT eap_status_e get_eap_type_list(