eapol/eapol_framework/eapol_common/include/eap_type_all.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: 8.1.2 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_TYPE_ALL_H_)
    22 #if !defined(_EAP_TYPE_ALL_H_)
    23 #define _EAP_TYPE_ALL_H_
    23 #define _EAP_TYPE_ALL_H_
    24 
    24 
    47 EAP_C_FUNC_IMPORT eap_base_type_c * const new_eap_type(
    47 EAP_C_FUNC_IMPORT eap_base_type_c * const new_eap_type(
    48 	abs_eap_am_tools_c * const tools,
    48 	abs_eap_am_tools_c * const tools,
    49 	abs_eap_base_type_c * const partner,
    49 	abs_eap_base_type_c * const partner,
    50 	const eap_type_value_e eap_type,
    50 	const eap_type_value_e eap_type,
    51 	const bool is_client_when_true,
    51 	const bool is_client_when_true,
    52 	const eap_am_network_id_c * const receive_network_id
    52 	const eap_am_network_id_c * const receive_network_id,
    53 #if defined(USE_EAP_SIMPLE_CONFIG)
    53 	abs_eap_configuration_if_c * const configuration_if);
    54 	, abs_eap_configuration_if_c * const configuration_if
       
    55 #endif // #if defined(USE_EAP_SIMPLE_CONFIG)
       
    56 	);
       
    57 
    54 
    58 //--------------------------------------------------
    55 //--------------------------------------------------
    59 
    56 
    60 #endif //#if !defined(_EAP_TYPE_ALL_H_)
    57 #endif //#if !defined(_EAP_TYPE_ALL_H_)
    61 
    58