Added user presence flag and global counter on authentication.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-07 20:03:34 +02:00
parent d6c9077b02
commit b178b139fb
4 changed files with 25 additions and 3 deletions

View File

@@ -22,8 +22,10 @@
#define EF_KEY_DEV 0xCC00
#define EF_EE_DEV 0xCE00
#define EF_COUNTER 0xC000
extern file_t *ef_keydev;
extern file_t *ef_certdev;
extern file_t *ef_counter;
#endif //_FILES_H_