eapol/eapol_framework/eapol_common/include/eapol_key_types.h
branchRCL_3
changeset 18 bad0cc58d154
parent 9 aa67149e0134
child 19 c74b3d9f6b9e
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 19.1.2 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAPOL_KEY_TYPES_H_)
    22 #if !defined(_EAPOL_KEY_TYPES_H_)
    23 #define _EAPOL_KEY_TYPES_H_
    23 #define _EAPOL_KEY_TYPES_H_
    24 
    24 
   102 	eapol_key_authentication_type_RSNA_PSK = 2,    ///< Authentication is RNSA 802.11i PSK (pre shared key), 4-Way and Group Key Handshakes.
   102 	eapol_key_authentication_type_RSNA_PSK = 2,    ///< Authentication is RNSA 802.11i PSK (pre shared key), 4-Way and Group Key Handshakes.
   103 	eapol_key_authentication_type_WPA_EAP = 3,    ///< Authentication is WPA EAP-authentication, 4-Way and Group Key Handshakes.
   103 	eapol_key_authentication_type_WPA_EAP = 3,    ///< Authentication is WPA EAP-authentication, 4-Way and Group Key Handshakes.
   104 	eapol_key_authentication_type_WPA_PSK = 4,    ///< Authentication is WPA PSK (pre shared key), 4-Way and Group Key Handshakes.
   104 	eapol_key_authentication_type_WPA_PSK = 4,    ///< Authentication is WPA PSK (pre shared key), 4-Way and Group Key Handshakes.
   105 	eapol_key_authentication_type_dynamic_WEP = 5, ///< Authentication is dynamic WEP (802.1X). EAP-authentication with simple EAPOL RC4 key message.
   105 	eapol_key_authentication_type_dynamic_WEP = 5, ///< Authentication is dynamic WEP (802.1X). EAP-authentication with simple EAPOL RC4 key message.
   106 	eapol_key_authentication_type_WPXM = 6,    ///< Authentication is WPXM.
   106 	eapol_key_authentication_type_WPXM = 6,    ///< Authentication is WPXM.
   107 	eapol_key_authentication_type_WFA_SC = 7,  ///< Authentication is Wi-Fi Alliance Simple Configure.
   107 	eapol_key_authentication_type_WPS = 7,  ///< Authentication is Wi-Fi Alliance Protected Setup (Simple Configure).
   108 #if defined(USE_WAPI_CORE)
   108 #if defined(USE_WAPI_CORE)
   109 	eapol_key_authentication_type_WAI_PSK = 8,  ///< Authentication is WAI PSK.
   109 	eapol_key_authentication_type_WAI_PSK = 8,  ///< Authentication is WAI PSK.
   110 	eapol_key_authentication_type_WAI_certificate = 9,  ///< Authentication is WAI certificate.
   110 	eapol_key_authentication_type_WAI_certificate = 9,  ///< Authentication is WAI certificate.
   111 #endif //#if defined(USE_WAPI_CORE)
   111 #endif //#if defined(USE_WAPI_CORE)
   112 	eapol_key_authentication_type_EAP_authentication_no_encryption = 10, ///< Authentication is EAP-authentication without EAPOL RC4 key message. WLAN data will be plain text.
   112 	eapol_key_authentication_type_EAP_authentication_no_encryption = 10, ///< Authentication is EAP-authentication without EAPOL RC4 key message. WLAN data will be plain text.
   330 	eap_configure_type_string,
   330 	eap_configure_type_string,
   331 	false);
   331 	false);
   332 #endif //#if defined(EAP_USE_WPXM)
   332 #endif //#if defined(EAP_USE_WPXM)
   333 
   333 
   334 EAP_CONFIGURATION_FIELD(
   334 EAP_CONFIGURATION_FIELD(
   335 	cf_str_EAPOL_key_authentication_type_config_value_WFA_SC,
   335 	cf_str_EAPOL_key_authentication_type_config_value_WPS,
   336 	"WFA_SC",
   336 	"WPS",
   337 	eap_configure_type_string,
   337 	eap_configure_type_string,
   338 	false);
   338 	false);
   339 
   339 
   340 EAP_CONFIGURATION_FIELD(
   340 EAP_CONFIGURATION_FIELD(
   341 	cf_str_EAPOL_key_authentication_type_config_value_WAI_PSK,
   341 	cf_str_EAPOL_key_authentication_type_config_value_WAI_PSK,