diff -r d3d7683d16f5 -r 5cdddd04119b wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_sub_operation_wpa_connect.cpp --- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_sub_operation_wpa_connect.cpp Wed Sep 01 12:41:05 2010 +0100 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_sub_operation_wpa_connect.cpp Wed Oct 13 16:35:50 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 61.1.1 % +* %version: 59 % */ #include "core_sub_operation_wpa_connect.h" @@ -311,14 +311,6 @@ encryption_mode = core_encryption_mode_wpi; break; } - case wlan_eapol_if_eapol_key_authentication_type_802_1x_unencrypted: - { - DEBUG( "core_sub_operation_wpa_connect_c::next_state() - using key management core_key_management_none" ); - DEBUG( "core_sub_operation_wpa_connect_c::next_state() - using encryption mode core_encryption_mode_disabled" ); - key_management = core_key_management_none; - encryption_mode = core_encryption_mode_disabled; - break; - } default: { DEBUG( "core_sub_operation_wpa_connect_c::next_state() - unknown authentication type" );