diff -r 66f897dce0dc -r aa67149e0134 eapol/eapol_framework/eapol_symbian/am/core/symbian/eapol_am_core_symbian.cpp --- a/eapol/eapol_framework/eapol_symbian/am/core/symbian/eapol_am_core_symbian.cpp Mon Mar 15 12:40:54 2010 +0200 +++ b/eapol/eapol_framework/eapol_symbian/am/core/symbian/eapol_am_core_symbian.cpp Wed Mar 31 21:36:41 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 17.1.2 % +* %version: 17.1.2.1.1 % */ // This is enumeration of EAPOL source code. @@ -1049,7 +1049,7 @@ // Initialise EAPOL key state - eapol_key_authentication_type_e authentication_type(eapol_key_authentication_type_802_1X); + eapol_key_authentication_type_e authentication_type(eapol_key_authentication_type_dynamic_WEP); if (aReceivedWPAIE !=0 && aSentWPAIE != 0) @@ -1069,7 +1069,7 @@ else { // Non-wpa mode - authentication_type = eapol_key_authentication_type_802_1X; + authentication_type = eapol_key_authentication_type_dynamic_WEP; } eap_variable_data_c authenticator_RSNA_IE(m_am_tools);