wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_types.h
branchRCL_3
changeset 16 5fb7af913dfd
parent 14 13838cf40350
equal deleted inserted replaced
14:13838cf40350 16:5fb7af913dfd
    14 * Description:  Type definitions and constants for core engine
    14 * Description:  Type definitions and constants for core engine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 99 %
    19 * %version: 100 %
    20 */
    20 */
    21 
    21 
    22 #ifndef CORE_TYPES_H
    22 #ifndef CORE_TYPES_H
    23 #define CORE_TYPES_H
    23 #define CORE_TYPES_H
    24 
    24 
   187     /** Use CCMP encryption, keys are negotiated by EAPOL. */
   187     /** Use CCMP encryption, keys are negotiated by EAPOL. */
   188     core_security_mode_wpa2only,
   188     core_security_mode_wpa2only,
   189     /** Use Wi-Fi Protected Setup, keys are negotiated by EAPOL. */
   189     /** Use Wi-Fi Protected Setup, keys are negotiated by EAPOL. */
   190     core_security_mode_protected_setup,
   190     core_security_mode_protected_setup,
   191     /** Use WAPI, keys are negotiated by EAPOL. */
   191     /** Use WAPI, keys are negotiated by EAPOL. */
   192     core_security_mode_wapi
   192     core_security_mode_wapi,
       
   193     /** Use EAP authentication without encryption. */
       
   194     core_security_mode_802dot1x_unencrypted
   193     } core_security_mode_e;
   195     } core_security_mode_e;
   194 
   196 
   195 /**
   197 /**
   196  * Security mode of the current connection
   198  * Security mode of the current connection
   197  */
   199  */
  2022     wlan_eapol_if_eapol_key_authentication_type_wpa_psk,
  2024     wlan_eapol_if_eapol_key_authentication_type_wpa_psk,
  2023     wlan_eapol_if_eapol_key_authentication_type_802_1x,
  2025     wlan_eapol_if_eapol_key_authentication_type_802_1x,
  2024     wlan_eapol_if_eapol_key_authentication_type_wpx_fast_roam,
  2026     wlan_eapol_if_eapol_key_authentication_type_wpx_fast_roam,
  2025     wlan_eapol_if_eapol_key_authentication_type_wfa_sc,
  2027     wlan_eapol_if_eapol_key_authentication_type_wfa_sc,
  2026     wlan_eapol_if_eapol_key_authentication_type_wapi_psk,
  2028     wlan_eapol_if_eapol_key_authentication_type_wapi_psk,
  2027     wlan_eapol_if_eapol_key_authentication_type_wapi
  2029     wlan_eapol_if_eapol_key_authentication_type_wapi,
       
  2030     wlan_eapol_if_eapol_key_authentication_type_802_1x_unencrypted
  2028     } wlan_eapol_if_eapol_key_authentication_type_e;
  2031     } wlan_eapol_if_eapol_key_authentication_type_e;
  2029 
  2032 
  2030 typedef enum _wlan_eapol_if_eapol_key_type_e
  2033 typedef enum _wlan_eapol_if_eapol_key_type_e
  2031     {
  2034     {
  2032     wlan_eapol_if_eapol_key_type_broadcast,
  2035     wlan_eapol_if_eapol_key_type_broadcast,