mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added fido2 error codes description
This commit is contained in:
parent
8f1c67d512
commit
23ef267100
3 changed files with 94 additions and 1 deletions
|
@ -24,9 +24,11 @@ enum fido2Commands {
|
|||
fido2CmdReset = 0x07,
|
||||
fido2CmdGetNextAssertion = 0x08,
|
||||
};
|
||||
#define fido2CommandsCount 9
|
||||
|
||||
|
||||
|
||||
extern char *fido2GetCmdMemberDescription(uint8_t cmdCode, uint8_t memberNum);
|
||||
extern char *fido2GetCmdErrorDescription(uint8_t errorCode);
|
||||
|
||||
#endif /* __FIDOCORE_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue