eapol/eapol_framework/eapol_common/type/aka/include/eap_type_aka.h
changeset 26 9abfd4f00d37
parent 2 1c7bc153c08e
child 34 ad1f037f1ac2
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 20.1.2 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_AKA_CORE_H_)
    22 #if !defined(_AKA_CORE_H_)
    23 #define _AKA_CORE_H_
    23 #define _AKA_CORE_H_
    24 
    24 
  1936 
  1936 
  1937 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
  1937 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
  1938 		abs_eap_base_timer_c * const p_initializer, 
  1938 		abs_eap_base_timer_c * const p_initializer, 
  1939 		const u32_t p_id);
  1939 		const u32_t p_id);
  1940 
  1940 
  1941 	//
       
  1942 	EAP_FUNC_IMPORT eap_status_e cancel_all_timers();
       
  1943 
       
  1944 	EAP_FUNC_IMPORT static eap_const_string get_identity_string(const eap_type_aka_identity_type identity_type);
  1941 	EAP_FUNC_IMPORT static eap_const_string get_identity_string(const eap_type_aka_identity_type identity_type);
  1945 
  1942 
  1946 	/**
  1943 	/**
  1947 	 * This function returns string of the state. This is for trace purposes.
  1944 	 * This function returns string of the state. This is for trace purposes.
  1948 	 * NOTE this is static member function.
  1945 	 * NOTE this is static member function.