eapol/eapol_framework/eapol_common/type/eap_type_all.cpp
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    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: 14.2.8 %
    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
   632 				eap_core,
   632 				eap_core,
   633 				true,
   633 				true,
   634 				is_client_when_true,
   634 				is_client_when_true,
   635 				eap_type,
   635 				eap_type,
   636 				receive_network_id,
   636 				receive_network_id,
   637 				am_type_tls_peap);
   637 				am_type_tls_peap,
       
   638 				0);
   638 		if (application == 0
   639 		if (application == 0
   639 			|| application->get_is_valid() == false)
   640 			|| application->get_is_valid() == false)
   640 		{
   641 		{
   641 			EAP_TRACE_ERROR(
   642 			EAP_TRACE_ERROR(
   642 				tools,
   643 				tools,