eapol/eapol_framework/eapol_common/type/gsmsim/include/eap_type_gsmsim_state_notification.h
branchRCL_3
changeset 18 bad0cc58d154
parent 2 1c7bc153c08e
child 19 c74b3d9f6b9e
equal deleted inserted replaced
17:30e048a7b597 18: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: 4 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_GSMSIM_STATE_NOTIFICATION_H_)
    22 #if !defined(_EAP_GSMSIM_STATE_NOTIFICATION_H_)
    23 #define _EAP_GSMSIM_STATE_NOTIFICATION_H_
    23 #define _EAP_GSMSIM_STATE_NOTIFICATION_H_
    24 
    24 
    63 		u32_t current_state,
    63 		u32_t current_state,
    64 		u8_t eap_identifier,
    64 		u8_t eap_identifier,
    65 		bool allow_send_eap_success);
    65 		bool allow_send_eap_success);
    66 
    66 
    67 
    67 
    68 #if defined(USE_EAP_EXPANDED_TYPES)
       
    69 
       
    70 	EAP_FUNC_IMPORT eap_type_gsmsim_state_notification_c(
    68 	EAP_FUNC_IMPORT eap_type_gsmsim_state_notification_c(
    71 		abs_eap_am_tools_c * const tools,
    69 		abs_eap_am_tools_c * const tools,
    72 		const eap_am_network_id_c * const send_network_id,
    70 		const eap_am_network_id_c * const send_network_id,
    73 		bool is_client,
    71 		bool is_client,
    74 		eap_state_notification_eap_e,
    72 		eap_state_notification_eap_e,
    76 		eap_type_value_e eap_type,
    74 		eap_type_value_e eap_type,
    77 		u32_t previous_state,
    75 		u32_t previous_state,
    78 		u32_t current_state,
    76 		u32_t current_state,
    79 		u8_t eap_identifier,
    77 		u8_t eap_identifier,
    80 		bool allow_send_eap_success);
    78 		bool allow_send_eap_success);
    81 
       
    82 #endif //#if defined(USE_EAP_EXPANDED_TYPES)
       
    83 
    79 
    84 
    80 
    85 	EAP_FUNC_IMPORT eap_type_gsmsim_state_notification_c(
    81 	EAP_FUNC_IMPORT eap_type_gsmsim_state_notification_c(
    86 		abs_eap_am_tools_c * const tools,
    82 		abs_eap_am_tools_c * const tools,
    87 		const eap_am_network_id_c * const send_network_id,
    83 		const eap_am_network_id_c * const send_network_id,