FreeCalypso > hg > fc-pcsc-tools
comparison simtool/dispatch.c @ 221:e3059d58ec93
fc-simtool grcard2-set-ki command implemented
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 09 Mar 2021 02:23:00 +0000 |
| parents | e07de8a9cedf |
| children |
comparison
equal
deleted
inserted
replaced
| 220:e07de8a9cedf | 221:e3059d58ec93 |
|---|---|
| 33 extern int cmd_grcard1_set_ki(); | 33 extern int cmd_grcard1_set_ki(); |
| 34 extern int cmd_grcard1_set_pin(); | 34 extern int cmd_grcard1_set_pin(); |
| 35 extern int cmd_grcard2_set_adm5(); | 35 extern int cmd_grcard2_set_adm5(); |
| 36 extern int cmd_grcard2_set_adm5_hex(); | 36 extern int cmd_grcard2_set_adm5_hex(); |
| 37 extern int cmd_grcard2_set_comp128(); | 37 extern int cmd_grcard2_set_comp128(); |
| 38 extern int cmd_grcard2_set_ki(); | |
| 38 extern int cmd_grcard2_set_pin(); | 39 extern int cmd_grcard2_set_pin(); |
| 39 extern int cmd_grcard2_set_puk(); | 40 extern int cmd_grcard2_set_puk(); |
| 40 extern int cmd_grcard2_set_super(); | 41 extern int cmd_grcard2_set_super(); |
| 41 extern int cmd_grcard2_set_super_hex(); | 42 extern int cmd_grcard2_set_super_hex(); |
| 42 extern int cmd_iccid(); | 43 extern int cmd_iccid(); |
| 164 {"grcard1-set-pin1", 2, 2, 0, cmd_grcard1_set_pin}, | 165 {"grcard1-set-pin1", 2, 2, 0, cmd_grcard1_set_pin}, |
| 165 {"grcard1-set-pin2", 2, 2, 0, cmd_grcard1_set_pin}, | 166 {"grcard1-set-pin2", 2, 2, 0, cmd_grcard1_set_pin}, |
| 166 {"grcard2-set-adm5", 1, 1, 0, cmd_grcard2_set_adm5}, | 167 {"grcard2-set-adm5", 1, 1, 0, cmd_grcard2_set_adm5}, |
| 167 {"grcard2-set-adm5-hex", 1, 1, 0, cmd_grcard2_set_adm5_hex}, | 168 {"grcard2-set-adm5-hex", 1, 1, 0, cmd_grcard2_set_adm5_hex}, |
| 168 {"grcard2-set-comp128", 1, 1, 0, cmd_grcard2_set_comp128}, | 169 {"grcard2-set-comp128", 1, 1, 0, cmd_grcard2_set_comp128}, |
| 170 {"grcard2-set-ki", 1, 1, 0, cmd_grcard2_set_ki}, | |
| 169 {"grcard2-set-pin1", 1, 1, 0, cmd_grcard2_set_pin}, | 171 {"grcard2-set-pin1", 1, 1, 0, cmd_grcard2_set_pin}, |
| 170 {"grcard2-set-pin2", 1, 1, 0, cmd_grcard2_set_pin}, | 172 {"grcard2-set-pin2", 1, 1, 0, cmd_grcard2_set_pin}, |
| 171 {"grcard2-set-puk1", 1, 1, 0, cmd_grcard2_set_puk}, | 173 {"grcard2-set-puk1", 1, 1, 0, cmd_grcard2_set_puk}, |
| 172 {"grcard2-set-puk2", 1, 1, 0, cmd_grcard2_set_puk}, | 174 {"grcard2-set-puk2", 1, 1, 0, cmd_grcard2_set_puk}, |
| 173 {"grcard2-set-super", 1, 1, 0, cmd_grcard2_set_super}, | 175 {"grcard2-set-super", 1, 1, 0, cmd_grcard2_set_super}, |
