eapol/eapol_framework/eapol_common/core/eapol_wlan_authentication.cpp
branchRCL_3
changeset 15 aa67149e0134
parent 2 1c7bc153c08e
child 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/core/eapol_wlan_authentication.cpp	Mon Mar 15 12:40:54 2010 +0200
+++ b/eapol/eapol_framework/eapol_common/core/eapol_wlan_authentication.cpp	Wed Mar 31 21:36:41 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 86.1.2 %
+* %version: 86.1.2.1.1 %
 */
 
 // This is enumeration of EAPOL source code.
@@ -572,7 +572,7 @@
 		
 		if (eap_type->get_type() == eap_type_leap)
 		{
-			if (m_authentication_type == eapol_key_authentication_type_802_1X)
+			if (m_authentication_type == eapol_key_authentication_type_dynamic_WEP)
 			{
 				// LEAP uses it's own 802.11 authentication mode when 802.1X (dynamic WEP) is used.
 				m_802_11_authentication_mode = eapol_key_802_11_authentication_mode_leap;
@@ -848,11 +848,12 @@
 
 	if (m_authentication_type == eapol_key_authentication_type_RSNA_EAP
 		|| m_authentication_type == eapol_key_authentication_type_WPA_EAP
-		|| m_authentication_type == eapol_key_authentication_type_802_1X
+		|| m_authentication_type == eapol_key_authentication_type_dynamic_WEP
 		|| m_authentication_type == eapol_key_authentication_type_WFA_SC
 #if defined(EAP_USE_WPXM)
 		|| m_authentication_type == eapol_key_authentication_type_WPXM
 #endif //#if defined(EAP_USE_WPXM)
+		|| m_authentication_type == eapol_key_authentication_type_EAP_authentication_no_encryption
 		)
 	{
 		// Start authentication if mode is not pre-shared key. If mode is pre-shared key then