eapol/eapol_framework/eapol_common/type/radius/include/eap_radius_session.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: 11.1.2 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_RADIUS_SESSION_H_)
    22 #if !defined(_EAP_RADIUS_SESSION_H_)
    23 #define _EAP_RADIUS_SESSION_H_
    23 #define _EAP_RADIUS_SESSION_H_
    24 
    24 
   340 
   340 
   341 	/**
   341 	/**
   342 	 * This function removes EAP session object synchronously.
   342 	 * This function removes EAP session object synchronously.
   343 	 * @param receive_network_id identifies the removed EAP session.
   343 	 * @param receive_network_id identifies the removed EAP session.
   344 	 */
   344 	 */
   345 	EAP_FUNC_IMPORT eap_status_e remove_eap_session(
   345 	EAP_FUNC_IMPORT eap_status_e synchronous_remove_eap_session(
   346 		const bool complete_to_lower_layer,
       
   347 		const eap_am_network_id_c * const receive_network_id);
   346 		const eap_am_network_id_c * const receive_network_id);
   348 
   347 
   349 	/**
   348 	/**
   350 	 * This function removes EAP session object asynchronously.
   349 	 * This function removes EAP session object asynchronously.
   351 	 * @param send_network_id identifies the removed EAP session.
   350 	 * @param send_network_id identifies the removed EAP session.