eapol/eapol_framework/eapol_common/type/tls_peap/tls/include/tls_record.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: 66.1.2 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_TLS_RECORD_H_)
    22 #if !defined(_TLS_RECORD_H_)
    23 #define _TLS_RECORD_H_
    23 #define _TLS_RECORD_H_
    24 
    24 
  1429 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
  1429 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
  1430 		abs_eap_base_timer_c * const initializer, 
  1430 		abs_eap_base_timer_c * const initializer, 
  1431 		const u32_t id);
  1431 		const u32_t id);
  1432 
  1432 
  1433 	// This is commented in abs_tls_base_application_c.
  1433 	// This is commented in abs_tls_base_application_c.
       
  1434 	EAP_FUNC_IMPORT eap_status_e cancel_all_timers();
       
  1435 
       
  1436 	// This is commented in abs_tls_base_application_c.
  1434 	EAP_FUNC_IMPORT eap_status_e load_module(
  1437 	EAP_FUNC_IMPORT eap_status_e load_module(
  1435 		const eap_type_value_e type,
  1438 		const eap_type_value_e type,
  1436 		const eap_type_value_e /* tunneling_type */,
  1439 		const eap_type_value_e /* tunneling_type */,
  1437 		abs_eap_base_type_c * const partner,
  1440 		abs_eap_base_type_c * const partner,
  1438 		eap_base_type_c ** const eap_type,
  1441 		eap_base_type_c ** const eap_type,