eapol/eapol_framework/eapol_common/include/eap_config.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: 4.1.3 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_CONFIG_H_)
    22 #if !defined(_EAP_CONFIG_H_)
    23 #define _EAP_CONFIG_H_
    23 #define _EAP_CONFIG_H_
    24 
    24 
   695 		eap_configure_type_boolean,
   695 		eap_configure_type_boolean,
   696 		false);
   696 		false);
   697 #endif //#if defined(USE_EAP_CONFIGURATION_TO_SKIP_USER_INTERACTIONS)
   697 #endif //#if defined(USE_EAP_CONFIGURATION_TO_SKIP_USER_INTERACTIONS)
   698 
   698 
   699 
   699 
       
   700 /**
       
   701  *  This special configuration option reads all defines configuration options.
       
   702  *  Data is in message format. Please see eap_tlv_message_data_c.
       
   703  */
       
   704 EAP_CONFIGURATION_FIELD(
       
   705 	cf_str_EAP_read_all_configurations,
       
   706 	"EAP_read_all_configurations",
       
   707 	eap_configure_type_all_configurations,
       
   708 	false);
       
   709 
       
   710 
       
   711 const u8_t EAP_WPS_CONFIGURATION_MEMORY_STORE_KEY[] = "eap_am_type_protected_setup shared key";
       
   712 
       
   713 enum eap_type_protected_setup_stored_e
       
   714 {
       
   715 	eap_type_protected_setup_stored_none,
       
   716 	eap_type_protected_setup_stored_preshared_key,
       
   717 	eap_type_protected_setup_stored_ssid,
       
   718 };
       
   719 
       
   720 
   700 /** @} */ // End of group Common_EAP_config_options.
   721 /** @} */ // End of group Common_EAP_config_options.
   701 
   722 
   702 //--------------------------------------------------------------------------------------------------
   723 //--------------------------------------------------------------------------------------------------
   703 
   724 
   704 /**
   725 /**