diff -r 13838cf40350 -r 5fb7af913dfd wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_types.h --- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_types.h Mon Jun 21 17:43:00 2010 +0300 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_types.h Thu Aug 19 11:40:48 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 99 % +* %version: 100 % */ #ifndef CORE_TYPES_H @@ -189,7 +189,9 @@ /** Use Wi-Fi Protected Setup, keys are negotiated by EAPOL. */ core_security_mode_protected_setup, /** Use WAPI, keys are negotiated by EAPOL. */ - core_security_mode_wapi + core_security_mode_wapi, + /** Use EAP authentication without encryption. */ + core_security_mode_802dot1x_unencrypted } core_security_mode_e; /** @@ -2024,7 +2026,8 @@ wlan_eapol_if_eapol_key_authentication_type_wpx_fast_roam, wlan_eapol_if_eapol_key_authentication_type_wfa_sc, wlan_eapol_if_eapol_key_authentication_type_wapi_psk, - wlan_eapol_if_eapol_key_authentication_type_wapi + wlan_eapol_if_eapol_key_authentication_type_wapi, + wlan_eapol_if_eapol_key_authentication_type_802_1x_unencrypted } wlan_eapol_if_eapol_key_authentication_type_e; typedef enum _wlan_eapol_if_eapol_key_type_e