eapol/eapol_framework/eapol_common/type/radius/core/eap_radius_state_notification.cpp
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: 9 %
    20 */
    20 */
    21 
    21 
    22 // This is enumeration of EAPOL source code.
    22 // This is enumeration of EAPOL source code.
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    24 	#undef EAP_FILE_NUMBER_ENUM
    24 	#undef EAP_FILE_NUMBER_ENUM
    64 	, m_allow_send_eap_success(allow_send_eap_success)
    64 	, m_allow_send_eap_success(allow_send_eap_success)
    65 {
    65 {
    66 }
    66 }
    67 
    67 
    68 
    68 
       
    69 #if defined(USE_EAP_EXPANDED_TYPES)
       
    70 
    69 EAP_FUNC_EXPORT eap_radius_state_notification_c::eap_radius_state_notification_c(
    71 EAP_FUNC_EXPORT eap_radius_state_notification_c::eap_radius_state_notification_c(
    70 	abs_eap_am_tools_c * const tools,
    72 	abs_eap_am_tools_c * const tools,
    71 	const eap_am_network_id_c * const send_network_id,
    73 	const eap_am_network_id_c * const send_network_id,
    72 	bool is_client,
    74 	bool is_client,
    73 	eap_state_notification_eap_e,
    75 	eap_state_notification_eap_e,
    90 	, m_eap_identifier(eap_identifier)
    92 	, m_eap_identifier(eap_identifier)
    91 	, m_allow_send_eap_success(allow_send_eap_success)
    93 	, m_allow_send_eap_success(allow_send_eap_success)
    92 {
    94 {
    93 }
    95 }
    94 
    96 
       
    97 #endif //#if defined(USE_EAP_EXPANDED_TYPES)
       
    98 
    95 
    99 
    96 EAP_FUNC_EXPORT eap_radius_state_notification_c::eap_radius_state_notification_c(
   100 EAP_FUNC_EXPORT eap_radius_state_notification_c::eap_radius_state_notification_c(
    97 	abs_eap_am_tools_c * const tools,
   101 	abs_eap_am_tools_c * const tools,
    98 	const eap_am_network_id_c * const send_network_id,
   102 	const eap_am_network_id_c * const send_network_id,
    99 	bool is_client,
   103 	bool is_client,