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