eapol/eapol_framework/eapol_common/type/aka/include/eap_type_aka_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: 11 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_AKA_STATE_NOTIFICATION_H_)
    22 #if !defined(_EAP_AKA_STATE_NOTIFICATION_H_)
    23 #define _EAP_AKA_STATE_NOTIFICATION_H_
    23 #define _EAP_AKA_STATE_NOTIFICATION_H_
    24 
    24 
    62 		u32_t previous_state,
    62 		u32_t previous_state,
    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 #if defined(USE_EAP_EXPANDED_TYPES)
       
    68 
       
    69 	EAP_FUNC_IMPORT eap_type_aka_state_notification_c(
    67 	EAP_FUNC_IMPORT eap_type_aka_state_notification_c(
    70 		abs_eap_am_tools_c * const tools,
    68 		abs_eap_am_tools_c * const tools,
    71 		const eap_am_network_id_c * const send_network_id,
    69 		const eap_am_network_id_c * const send_network_id,
    72 		bool is_client,
    70 		bool is_client,
    73 		eap_state_notification_eap_e,
    71 		eap_state_notification_eap_e,
    75 		eap_type_value_e eap_type,
    73 		eap_type_value_e eap_type,
    76 		u32_t previous_state,
    74 		u32_t previous_state,
    77 		u32_t current_state,
    75 		u32_t current_state,
    78 		u8_t eap_identifier,
    76 		u8_t eap_identifier,
    79 		bool allow_send_eap_success);
    77 		bool allow_send_eap_success);
    80 
       
    81 #endif //#if defined(USE_EAP_EXPANDED_TYPES)
       
    82 
       
    83 
    78 
    84 	EAP_FUNC_IMPORT eap_type_aka_state_notification_c(
    79 	EAP_FUNC_IMPORT eap_type_aka_state_notification_c(
    85 		abs_eap_am_tools_c * const tools,
    80 		abs_eap_am_tools_c * const tools,
    86 		const eap_am_network_id_c * const send_network_id,
    81 		const eap_am_network_id_c * const send_network_id,
    87 		bool is_client,
    82 		bool is_client,