eapol/eapol_framework/eapol_common/type/tls_peap/eap/include/eap_type_tls_peap.h
changeset 33 938269283a16
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
child 49 43351a4f2da3
equal deleted inserted replaced
22:093cf0757204 33:938269283a16
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 23.1.2 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_TYPE_TLS_PEAP_H_)
    22 #if !defined(_EAP_TYPE_TLS_PEAP_H_)
    23 #define _EAP_TYPE_TLS_PEAP_H_
    23 #define _EAP_TYPE_TLS_PEAP_H_
    24 
    24 
   771 	/// @see abs_tls_base_record_c::cancel_timer().
   771 	/// @see abs_tls_base_record_c::cancel_timer().
   772 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
   772 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
   773 		abs_eap_base_timer_c * const p_initializer, 
   773 		abs_eap_base_timer_c * const p_initializer, 
   774 		const u32_t p_id);
   774 		const u32_t p_id);
   775 
   775 
   776 	/// @see abs_tls_base_record_c::cancel_all_timers().
       
   777 	EAP_FUNC_IMPORT eap_status_e cancel_all_timers();
       
   778 
       
   779 	/// @see abs_tls_base_record_c::load_module().
   776 	/// @see abs_tls_base_record_c::load_module().
   780 	EAP_FUNC_IMPORT eap_status_e load_module(
   777 	EAP_FUNC_IMPORT eap_status_e load_module(
   781 		const eap_type_value_e type,
   778 		const eap_type_value_e type,
   782 		const eap_type_value_e /* tunneling_type */,
   779 		const eap_type_value_e /* tunneling_type */,
   783 		abs_eap_base_type_c * const partner,
   780 		abs_eap_base_type_c * const partner,