device lockout after 8 attemtps

This commit is contained in:
Conor Patrick
2018-05-22 21:36:23 -04:00
parent 6049f25bd4
commit 93681409a3
2 changed files with 22 additions and 0 deletions

1
ctap.h
View File

@@ -230,6 +230,7 @@ void ctap_reset_pin_attempts();
uint8_t ctap_is_pin_set();
uint8_t ctap_pin_matches(uint8_t * pin, int len);
void ctap_reset();
int8_t ctap_device_locked();
// Test for user presence