diff -r 1c425781161e -r 3d23268b50f6 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 Tue Jul 06 16:24:00 2010 +0300 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_sub_operation_wpa_connect.cpp Wed Aug 18 11:35:02 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 59.1.1 % +* %version: 62 % */ #include "core_sub_operation_wpa_connect.h" @@ -313,6 +313,14 @@ 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" );