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