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