Put again commands to FIDO app for interoperability.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -400,7 +400,14 @@ void set_opts(uint8_t opts) {
|
|||||||
low_flash_available();
|
low_flash_available();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern int cmd_register();
|
||||||
|
extern int cmd_authenticate();
|
||||||
|
extern int cmd_version();
|
||||||
|
|
||||||
static const cmd_t cmds[] = {
|
static const cmd_t cmds[] = {
|
||||||
|
{ CTAP_REGISTER, cmd_register },
|
||||||
|
{ CTAP_AUTHENTICATE, cmd_authenticate },
|
||||||
|
{ CTAP_VERSION, cmd_version },
|
||||||
{ 0x00, 0x0 }
|
{ 0x00, 0x0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user