]> err.no Git - yubikey-personalization.old/commitdiff
Declare the functions to set the Yubikey II flags
authorRichard Levitte <levitte@lp.se>
Tue, 30 Jun 2009 10:30:21 +0000 (10:30 +0000)
committerRichard Levitte <levitte@lp.se>
Tue, 30 Jun 2009 10:30:21 +0000 (10:30 +0000)
ykpers.h

index 9c676dd549fc7f3f8203ea2df5607b4a3d6c38e8..3d3560b540bf1fef6b0b91506b882a908719a38c 100644 (file)
--- a/ykpers.h
+++ b/ykpers.h
@@ -60,6 +60,7 @@ int ykp_set_tktflag_APPEND_TAB2(YKP_CONFIG *cfg, bool state);
 int ykp_set_tktflag_APPEND_DELAY1(YKP_CONFIG *cfg, bool state);
 int ykp_set_tktflag_APPEND_DELAY2(YKP_CONFIG *cfg, bool state);
 int ykp_set_tktflag_APPEND_CR(YKP_CONFIG *cfg, bool state);
+int ykp_set_tktflag_PROTECT_CFG2(YKP_CONFIG *cfg, bool state);
 
 int ykp_set_cfgflag_SEND_REF(YKP_CONFIG *cfg, bool state);
 int ykp_set_cfgflag_TICKET_FIRST(YKP_CONFIG *cfg, bool state);
@@ -67,6 +68,10 @@ int ykp_set_cfgflag_PACING_10MS(YKP_CONFIG *cfg, bool state);
 int ykp_set_cfgflag_PACING_20MS(YKP_CONFIG *cfg, bool state);
 int ykp_set_cfgflag_ALLOW_HIDTRIG(YKP_CONFIG *cfg, bool state);
 int ykp_set_cfgflag_STATIC_TICKET(YKP_CONFIG *cfg, bool state);
+int ykp_set_cfgflag_SHORT_TICKET(YKP_CONFIG *cfg, bool state);
+int ykp_set_cfgflag_STRONG_PW1(YKP_CONFIG *cfg, bool state);
+int ykp_set_cfgflag_STRONG_PW2(YKP_CONFIG *cfg, bool state);
+int ykp_set_cfgflag_MAN_UPDATE(YKP_CONFIG *cfg, bool state);
 
 int ykp_write_config(const YKP_CONFIG *cfg,
                     int (*writer)(const char *buf, size_t count,