eapol/eapol_framework/eapol_common/type/securid/core/eap_type_securid.cpp
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: 25 %
    19 * %version: %
    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
   634 		}
   634 		}
   635 	}
   635 	}
   636 
   636 
   637 	//----------------------------------------------------------
   637 	//----------------------------------------------------------
   638 
   638 
   639 #if defined(USE_EAP_EXPANDED_TYPES)
       
   640 	{
   639 	{
   641 		eap_variable_data_c use_eap_expanded_type(m_am_tools);
   640 		eap_variable_data_c use_eap_expanded_type(m_am_tools);
   642 		eap_status_e status(eap_status_process_general_error);
   641 		eap_status_e status(eap_status_process_general_error);
   643 
   642 
   644 		if (m_eap_type == eap_type_securid)
   643 		if (m_eap_type == eap_type_securid)
   678 					m_use_eap_expanded_type = false;
   677 					m_use_eap_expanded_type = false;
   679 				}
   678 				}
   680 			}
   679 			}
   681 		}
   680 		}
   682 	}
   681 	}
   683 #endif //#if defined(USE_EAP_EXPANDED_TYPES)
       
   684 
   682 
   685 
   683 
   686 	//----------------------------------------------------------
   684 	//----------------------------------------------------------
   687 
   685 
   688 #if defined(USE_FAST_EAP_TYPE)
   686 #if defined(USE_FAST_EAP_TYPE)