Adding msg authenticate.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-05 16:48:18 +02:00
parent 888a1c92c5
commit cf68a6b61f
4 changed files with 59 additions and 0 deletions

View File

@@ -193,9 +193,11 @@ typedef struct cmd
} cmd_t;
extern int cmd_register();
extern int cmd_authenticate();
static const cmd_t cmds[] = {
{ U2F_REGISTER, cmd_register },
{ U2F_AUTHENTICATE, cmd_authenticate },
{ 0x00, 0x0}
};