eapol/eapol_framework/eapol_common/type/securid/include/eap_type_securid_types.h
changeset 26 9abfd4f00d37
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 13 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 #ifndef SECURID_TYPES_H
    22 #ifndef SECURID_TYPES_H
    23 #define SECURID_TYPES_H
    23 #define SECURID_TYPES_H
    24 
    24 
    45 	cf_str_EAP_SECURID_passcode,
    45 	cf_str_EAP_SECURID_passcode,
    46 	"EAP_SECURID_passcode",
    46 	"EAP_SECURID_passcode",
    47 	eap_configure_type_hex_data,
    47 	eap_configure_type_hex_data,
    48 	true);
    48 	true);
    49 
    49 
    50 
       
    51 EAP_CONFIGURATION_FIELD(
    50 EAP_CONFIGURATION_FIELD(
    52 	cf_str_EAP_GTC_identity,
    51 	cf_str_EAP_GTC_identity,
    53 	"EAP_GTC_identity",
    52 	"EAP_GTC_identity",
    54 	eap_configure_type_hex_data,
    53 	eap_configure_type_hex_data,
    55 	false);
    54 	false);
    59 	cf_str_EAP_GTC_passcode,
    58 	cf_str_EAP_GTC_passcode,
    60 	"EAP_GTC_passcode",
    59 	"EAP_GTC_passcode",
    61 	eap_configure_type_hex_data,
    60 	eap_configure_type_hex_data,
    62 	false);
    61 	false);
    63 
    62 
       
    63 EAP_CONFIGURATION_FIELD(
       
    64 	cf_str_EAP_GTC_passcode_prompt,
       
    65 	"EAP_SECURID_passcode_prompt",
       
    66 	eap_configure_type_boolean,
       
    67 	false);
    64 
    68 
    65 EAP_CONFIGURATION_FIELD(
    69 EAP_CONFIGURATION_FIELD(
    66 	cf_str_EAP_SECURID_use_eap_expanded_type,
    70 	cf_str_EAP_SECURID_use_eap_expanded_type,
    67 	"EAP_SECURID_use_eap_expanded_type",
    71 	"EAP_SECURID_use_eap_expanded_type",
    68 	eap_configure_type_boolean,
    72 	eap_configure_type_boolean,