diff -r bad0cc58d154 -r c74b3d9f6b9e eapol/eapol_framework/eapol_symbian/group/eapol.mmh --- a/eapol/eapol_framework/eapol_symbian/group/eapol.mmh Tue Aug 31 15:16:37 2010 +0300 +++ b/eapol/eapol_framework/eapol_symbian/group/eapol.mmh Wed Sep 01 12:23:57 2010 +0100 @@ -16,7 +16,7 @@ */ /* -* %version: 48.1.18 % +* %version: 53 % */ //------------------------------------------------------------------- @@ -70,6 +70,12 @@ // - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// This flag enables EAP expanded types. +MACRO USE_EAP_EXPANDED_TYPES=1 +#define USE_EAP_EXPANDED_TYPES + +// - - - - - - - - - - - - - - - - - - - - - - - - - - - - + // This flag activates message based WLAN engine EAPOL interface. MACRO USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF #define USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF @@ -85,8 +91,6 @@ #if defined(FF_WLAN_EXTENSIONS) -#warning FF_WLAN_EXTENSIONS enabled - MACRO USE_FAST_EAP_TYPE=1 #define USE_FAST_EAP_TYPE @@ -142,6 +146,11 @@ // These following macros should be adjusted depending on the test environment. // For WLM compatibility only NO_EAP_MUTEX should be defined. MACRO NO_EAP_MUTEX=1 +MACRO USE_EAPOL_KEY_STATE=1 + +// The following marco activates optimized 4-Way Handshake. +// Note the interface between WLAN engine and EAPOL changes too. +MACRO USE_EAPOL_KEY_STATE_OPTIMIZED_4_WAY_HANDSHAKE=1 // Enables configuration option to skips user interactions in selected test cases. MACRO USE_EAP_CONFIGURATION_TO_SKIP_USER_INTERACTIONS=1 @@ -149,9 +158,6 @@ // Enables timer to stop authentication with broken authentication server or access point configuration that blocks WLAN connection for too long time. MACRO USE_EAP_CORE_WAIT_REQUEST_TYPE_TIMER=1 -// Enables EAP-timer traces. -MACRO USE_EAP_TIMER_QUEUE_TRACE=1 - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - #if defined(FF_WLAN_EXTENSIONS) @@ -160,9 +166,6 @@ // You need all EAPOL WPX sources or binary eapolwpx.lib to compile WPX version. MACRO EAP_USE_WPXM=1 #define EAP_USE_WPXM - - MACRO USE_EAP_PAC_STORE_IF=1 - #define USE_EAP_PAC_STORE_IF #else // The WPX stub is needed even without WPX functionality. #define USE_EAPOL_WLAN_WPX_STUB @@ -172,9 +175,6 @@ MACRO EAP_NO_STDINT_H_HEADER=1 #define EAP_NO_STDINT_H_HEADER -// This is disabled because QT leaks memory and EAP-server panics on __UHEAP_MARKEND always. -// Define this after QT fixes memory leks. -//MACRO USE_EAP_HEAP_CHECK=1 //------------------------------------------------------------------- // End of File