eapol/eapol_framework/eapol_common/type/radius/include/eap_radius_state_notification.h
changeset 26 9abfd4f00d37
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
child 49 43351a4f2da3
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: 10 %
    19 * %version: %
    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 
       
    96 	EAP_FUNC_IMPORT eap_radius_state_notification_c(
    94 	EAP_FUNC_IMPORT eap_radius_state_notification_c(
    97 		abs_eap_am_tools_c * const tools,
    95 		abs_eap_am_tools_c * const tools,
    98 		const eap_am_network_id_c * const send_network_id,
    96 		const eap_am_network_id_c * const send_network_id,
    99 		bool is_client,
    97 		bool is_client,
   100 		eap_state_notification_eap_e,
    98 		eap_state_notification_eap_e,
   102 		eap_type_value_e eap_type,
   100 		eap_type_value_e eap_type,
   103 		u32_t previous_state,
   101 		u32_t previous_state,
   104 		u32_t current_state,
   102 		u32_t current_state,
   105 		u8_t eap_identifier,
   103 		u8_t eap_identifier,
   106 		bool allow_send_eap_success);
   104 		bool allow_send_eap_success);
   107 
       
   108 #endif //#if defined(USE_EAP_EXPANDED_TYPES)
       
   109 
   105 
   110 
   106 
   111 	EAP_FUNC_IMPORT eap_radius_state_notification_c(
   107 	EAP_FUNC_IMPORT eap_radius_state_notification_c(
   112 		abs_eap_am_tools_c * const tools,
   108 		abs_eap_am_tools_c * const tools,
   113 		const eap_am_network_id_c * const send_network_id,
   109 		const eap_am_network_id_c * const send_network_id,