FreeCalypso > hg > fc-pcsc-tools
diff simtool/dispatch.c @ 220:e07de8a9cedf
fc-simtool grcard2-set-comp128 command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 09 Mar 2021 02:01:27 +0000 |
parents | f376ba028311 |
children | e3059d58ec93 |
line wrap: on
line diff
--- a/simtool/dispatch.c Sun Mar 07 20:24:05 2021 +0000 +++ b/simtool/dispatch.c Tue Mar 09 02:01:27 2021 +0000 @@ -34,6 +34,7 @@ extern int cmd_grcard1_set_pin(); extern int cmd_grcard2_set_adm5(); extern int cmd_grcard2_set_adm5_hex(); +extern int cmd_grcard2_set_comp128(); extern int cmd_grcard2_set_pin(); extern int cmd_grcard2_set_puk(); extern int cmd_grcard2_set_super(); @@ -164,6 +165,7 @@ {"grcard1-set-pin2", 2, 2, 0, cmd_grcard1_set_pin}, {"grcard2-set-adm5", 1, 1, 0, cmd_grcard2_set_adm5}, {"grcard2-set-adm5-hex", 1, 1, 0, cmd_grcard2_set_adm5_hex}, + {"grcard2-set-comp128", 1, 1, 0, cmd_grcard2_set_comp128}, {"grcard2-set-pin1", 1, 1, 0, cmd_grcard2_set_pin}, {"grcard2-set-pin2", 1, 1, 0, cmd_grcard2_set_pin}, {"grcard2-set-puk1", 1, 1, 0, cmd_grcard2_set_puk},