eapol/eapol_framework/eapol_common/include/eap_core.h
branchRCL_3
changeset 45 bad0cc58d154
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
child 49 43351a4f2da3
equal deleted inserted replaced
43:30e048a7b597 45:bad0cc58d154
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 15 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 /**
    22 /**
    23  *  @mainpage EAP Core documentation.
    23  *  @mainpage EAP Core documentation.
    24  *  
    24  *  
   913 	// This is documented in abs_eap_base_type_c::cancel_timer().
   913 	// This is documented in abs_eap_base_type_c::cancel_timer().
   914 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
   914 	EAP_FUNC_IMPORT eap_status_e cancel_timer(
   915 		abs_eap_base_timer_c * const p_initializer, 
   915 		abs_eap_base_timer_c * const p_initializer, 
   916 		const u32_t p_id);
   916 		const u32_t p_id);
   917 
   917 
   918 	// This is documented in abs_eap_base_type_c::cancel_all_timers().
       
   919 	EAP_FUNC_IMPORT eap_status_e cancel_all_timers();
       
   920 
       
   921 	// This is documented in abs_eap_base_type_c::set_authentication_role().
   918 	// This is documented in abs_eap_base_type_c::set_authentication_role().
   922 	EAP_FUNC_IMPORT eap_status_e set_authentication_role(const bool when_true_set_client);
   919 	EAP_FUNC_IMPORT eap_status_e set_authentication_role(const bool when_true_set_client);
   923 
   920 
   924 	// This is documented in abs_eap_base_type_c::add_rogue_ap().
   921 	// This is documented in abs_eap_base_type_c::add_rogue_ap().
   925 	EAP_FUNC_IMPORT eap_status_e add_rogue_ap(eap_array_c<eap_rogue_ap_entry_c> & rogue_ap_list);
   922 	EAP_FUNC_IMPORT eap_status_e add_rogue_ap(eap_array_c<eap_rogue_ap_entry_c> & rogue_ap_list);