eapol/eapol_framework/eapol_common/type/gsmsim/include/eap_type_gsmsim.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: 5.1.2 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_GSMSIM_CORE_H_)
    22 #if !defined(_GSMSIM_CORE_H_)
    23 #define _GSMSIM_CORE_H_
    23 #define _GSMSIM_CORE_H_
    24 
    24 
  1857 
  1857 
  1858 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
  1858 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
  1859 		abs_eap_base_timer_c * const p_initializer, 
  1859 		abs_eap_base_timer_c * const p_initializer, 
  1860 		const u32_t p_id);
  1860 		const u32_t p_id);
  1861 
  1861 
  1862 	//
       
  1863 	EAP_FUNC_IMPORT eap_status_e cancel_all_timers();
       
  1864 
       
  1865 	//--------------------------------------------------
  1862 	//--------------------------------------------------
  1866 }; // class eap_type_gsmsim_c
  1863 }; // class eap_type_gsmsim_c
  1867 
  1864 
  1868 #endif //#if !defined(_GSMSIM_CORE_H_)
  1865 #endif //#if !defined(_GSMSIM_CORE_H_)
  1869 
  1866