eapol/eapol_framework/eapol_common/type/radius/include/eap_radius_state_notification.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: 10 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_RADIUS_STATE_NOTIFICATION_H_)
    22 #if !defined(_EAP_RADIUS_STATE_NOTIFICATION_H_)
    23 #define _EAP_RADIUS_STATE_NOTIFICATION_H_
    23 #define _EAP_RADIUS_STATE_NOTIFICATION_H_
    24 
    24 
    89 		u32_t current_state,
    89 		u32_t current_state,
    90 		u8_t eap_identifier,
    90 		u8_t eap_identifier,
    91 		bool allow_send_eap_success);
    91 		bool allow_send_eap_success);
    92 
    92 
    93 
    93 
       
    94 #if defined(USE_EAP_EXPANDED_TYPES)
       
    95 
    94 	EAP_FUNC_IMPORT eap_radius_state_notification_c(
    96 	EAP_FUNC_IMPORT eap_radius_state_notification_c(
    95 		abs_eap_am_tools_c * const tools,
    97 		abs_eap_am_tools_c * const tools,
    96 		const eap_am_network_id_c * const send_network_id,
    98 		const eap_am_network_id_c * const send_network_id,
    97 		bool is_client,
    99 		bool is_client,
    98 		eap_state_notification_eap_e,
   100 		eap_state_notification_eap_e,
   100 		eap_type_value_e eap_type,
   102 		eap_type_value_e eap_type,
   101 		u32_t previous_state,
   103 		u32_t previous_state,
   102 		u32_t current_state,
   104 		u32_t current_state,
   103 		u8_t eap_identifier,
   105 		u8_t eap_identifier,
   104 		bool allow_send_eap_success);
   106 		bool allow_send_eap_success);
       
   107 
       
   108 #endif //#if defined(USE_EAP_EXPANDED_TYPES)
   105 
   109 
   106 
   110 
   107 	EAP_FUNC_IMPORT eap_radius_state_notification_c(
   111 	EAP_FUNC_IMPORT eap_radius_state_notification_c(
   108 		abs_eap_am_tools_c * const tools,
   112 		abs_eap_am_tools_c * const tools,
   109 		const eap_am_network_id_c * const send_network_id,
   113 		const eap_am_network_id_c * const send_network_id,