eapol/eapol_framework/eapol_common/am/core/eapol_am_wlan_authentication.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: 7.1.3 %
    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
    29 
    29 
    30 
    30 
    31 #include "eapol_am_wlan_authentication.h"
    31 #include "eapol_am_wlan_authentication.h"
    32 
    32 
    33 // 
    33 // 
    34 EAP_FUNC_EXPORT eapol_am_wlan_authentication_c::~eapol_am_wlan_authentication_c()
    34 eapol_am_wlan_authentication_c::~eapol_am_wlan_authentication_c()
    35 {
    35 {
    36 }
    36 }
    37  
    37  
    38 //--------------------------------------------------
    38 //--------------------------------------------------
    39 
    39