begin of dynamic capabilities handling in client

This commit is contained in:
Philippe Teuwen
2019-05-01 20:48:15 +02:00
parent 5a6929c533
commit ca43afa19b
55 changed files with 554 additions and 536 deletions

View File

@@ -220,11 +220,11 @@ static int CmdHF14AMfAESAuth(const char *Cmd) {
// Menu Stuff
//------------------------------------
static command_t CommandTable[] = {
{"help", CmdHelp, 1, "This help"},
{"dbg", CmdHF14AMfDbg, 0, "Set default debug mode"},
{"des-auth", CmdHF14AMfDESAuth, 0, "Desfire Authentication"},
{"ev1-auth", CmdHF14AMfAESAuth, 0, "EV1 Authentication"},
{NULL, NULL, 0, NULL}
{"help", CmdHelp, AlwaysAvailable, "This help"},
{"dbg", CmdHF14AMfDbg, IfPm3Present, "Set default debug mode"},
{"des-auth", CmdHF14AMfDESAuth, IfPm3Present, "Desfire Authentication"},
{"ev1-auth", CmdHF14AMfAESAuth, IfPm3Present, "EV1 Authentication"},
{NULL, NULL, NULL, NULL}
};
static int CmdHelp(const char *Cmd) {