wlan_bearer/wlandbif_cd/src/wdbifwlansettings.cpp
branchRCL_3
changeset 50 5cdddd04119b
parent 40 5fb7af913dfd
--- a/wlan_bearer/wlandbif_cd/src/wdbifwlansettings.cpp	Wed Sep 01 12:41:05 2010 +0100
+++ b/wlan_bearer/wlandbif_cd/src/wdbifwlansettings.cpp	Wed Oct 13 16:35:50 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 14 %
+* %version: 12.1.1 %
 */
 
 //  INCLUDE FILES
@@ -167,13 +167,7 @@
         ReadWepKeysL(aSettings);           
         TraceDump(WARNING_LEVEL,(_L("CWlanSettings::GetDataL, Wep keys succesfully read")));
         }
-    else if( aSettings.SecurityMode == Wlan8021x )
-        {
-        aSettings.WPAKeyLength = *((CMDBField<TUint32>*)iWLANRecord->GetFieldByIdL(KCDTIdWlanWpaKeyLength));
-        TraceDump(WARNING_LEVEL,(_L("CWlanSettings::GetDataL() - aSettings.WPAKeyLength: %d"),
-            aSettings.WPAKeyLength));
-        }
-    else if( aSettings.SecurityMode > Wlan8021x )
+    else if( aSettings.SecurityMode > Wep)
         {
         aSettings.WPAKeyLength = *((CMDBField<TUint32>*)iWLANRecord->GetFieldByIdL(KCDTIdWlanWpaKeyLength));
         TraceDump(WARNING_LEVEL,(_L("CWlanSettings::GetDataL() - aSettings.WPAKeyLength: %d"),