eapol/eapol_framework/eapol_common/type/tls_peap/eap/include/eap_type_tls_peap_types.h
branchRCL_3
changeset 18 bad0cc58d154
parent 2 1c7bc153c08e
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: 62 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_TYPE_TLS_PEAP_TYPES_H_)
    22 #if !defined(_EAP_TYPE_TLS_PEAP_TYPES_H_)
    23 #define _EAP_TYPE_TLS_PEAP_TYPES_H_
    23 #define _EAP_TYPE_TLS_PEAP_TYPES_H_
    24 
    24 
   130  *  The following configuration options are read through abs_eap_base_type_c::read_configure() function.
   130  *  The following configuration options are read through abs_eap_base_type_c::read_configure() function.
   131  *  @{
   131  *  @{
   132  */
   132  */
   133 
   133 
   134 EAP_CONFIGURATION_FIELD(
   134 EAP_CONFIGURATION_FIELD(
       
   135 	cf_str_EAP_TLS_PEAP_use_automatic_ca_certificate,
       
   136 	"EAP_TLS_PEAP_use_automatic_ca_certificate",
       
   137 	eap_configure_type_boolean,
       
   138 	false);
       
   139 
       
   140 EAP_CONFIGURATION_FIELD(
   135 	cf_str_EAP_TLS_PEAP_use_manual_username,
   141 	cf_str_EAP_TLS_PEAP_use_manual_username,
   136 	"EAP_TLS_PEAP_use_manual_username",
   142 	"EAP_TLS_PEAP_use_manual_username",
   137 	eap_configure_type_boolean,
   143 	eap_configure_type_boolean,
   138 	false);
   144 	false);
   139 
   145 
   801  */
   807  */
   802 EAP_CONFIGURATION_FIELD(
   808 EAP_CONFIGURATION_FIELD(
   803 	cf_str_EAP_FAST_delay_successfull_finish_timeout,
   809 	cf_str_EAP_FAST_delay_successfull_finish_timeout,
   804 	"EAP_FAST_delay_successfull_finish_timeout",
   810 	"EAP_FAST_delay_successfull_finish_timeout",
   805 	eap_configure_type_u32_t,
   811 	eap_configure_type_u32_t,
   806 	false);
       
   807 
       
   808 /**
       
   809  *  This boolean data configuration option activate prompt to warn for ADHP auto-provisioning when 
       
   810  *  there is no PAC that matches the A-ID sent by server. EAP-FAST specific.
       
   811  */
       
   812 EAP_CONFIGURATION_FIELD(
       
   813 	cf_str_EAP_FAST_warn_ADHP_no_matching_PAC,
       
   814 	"EAP_FAST_warn_ADHP_no_matching_PAC",
       
   815 	eap_configure_type_boolean,
       
   816 	false);
       
   817 
       
   818 /**
       
   819  *  This boolean data configuration option activate prompt to warn for ADHP (Authenticated Diffie-Hellman Protocol) 
       
   820  *  auto-provisioning when there is no PAC at all. EAP-FAST specific.
       
   821  */
       
   822 EAP_CONFIGURATION_FIELD(
       
   823 	cf_str_EAP_FAST_warn_ADHP_no_PAC,
       
   824 	"EAP_FAST_warn_ADHP_no_PAC",
       
   825 	eap_configure_type_boolean,
       
   826 	false);
   812 	false);
   827 
   813 
   828 /**
   814 /**
   829  *  This boolean data configuration option activate prompt to warn when client encouters a server that has provisioned 
   815  *  This boolean data configuration option activate prompt to warn when client encouters a server that has provisioned 
   830  *  the client with a PAC before but is not currently selected as the default server. EAP-FAST specific.
   816  *  the client with a PAC before but is not currently selected as the default server. EAP-FAST specific.