FreeCalypso > hg > fc-pcsc-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
219:ac41c42ce806 | 220:e07de8a9cedf |
---|---|
32 extern int cmd_grcard1_set_adm(); | 32 extern int cmd_grcard1_set_adm(); |
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_pin(); | 38 extern int cmd_grcard2_set_pin(); |
38 extern int cmd_grcard2_set_puk(); | 39 extern int cmd_grcard2_set_puk(); |
39 extern int cmd_grcard2_set_super(); | 40 extern int cmd_grcard2_set_super(); |
40 extern int cmd_grcard2_set_super_hex(); | 41 extern int cmd_grcard2_set_super_hex(); |
41 extern int cmd_iccid(); | 42 extern int cmd_iccid(); |
162 {"grcard1-set-ki", 1, 1, 0, cmd_grcard1_set_ki}, | 163 {"grcard1-set-ki", 1, 1, 0, cmd_grcard1_set_ki}, |
163 {"grcard1-set-pin1", 2, 2, 0, cmd_grcard1_set_pin}, | 164 {"grcard1-set-pin1", 2, 2, 0, cmd_grcard1_set_pin}, |
164 {"grcard1-set-pin2", 2, 2, 0, cmd_grcard1_set_pin}, | 165 {"grcard1-set-pin2", 2, 2, 0, cmd_grcard1_set_pin}, |
165 {"grcard2-set-adm5", 1, 1, 0, cmd_grcard2_set_adm5}, | 166 {"grcard2-set-adm5", 1, 1, 0, cmd_grcard2_set_adm5}, |
166 {"grcard2-set-adm5-hex", 1, 1, 0, cmd_grcard2_set_adm5_hex}, | 167 {"grcard2-set-adm5-hex", 1, 1, 0, cmd_grcard2_set_adm5_hex}, |
168 {"grcard2-set-comp128", 1, 1, 0, cmd_grcard2_set_comp128}, | |
167 {"grcard2-set-pin1", 1, 1, 0, cmd_grcard2_set_pin}, | 169 {"grcard2-set-pin1", 1, 1, 0, cmd_grcard2_set_pin}, |
168 {"grcard2-set-pin2", 1, 1, 0, cmd_grcard2_set_pin}, | 170 {"grcard2-set-pin2", 1, 1, 0, cmd_grcard2_set_pin}, |
169 {"grcard2-set-puk1", 1, 1, 0, cmd_grcard2_set_puk}, | 171 {"grcard2-set-puk1", 1, 1, 0, cmd_grcard2_set_puk}, |
170 {"grcard2-set-puk2", 1, 1, 0, cmd_grcard2_set_puk}, | 172 {"grcard2-set-puk2", 1, 1, 0, cmd_grcard2_set_puk}, |
171 {"grcard2-set-super", 1, 1, 0, cmd_grcard2_set_super}, | 173 {"grcard2-set-super", 1, 1, 0, cmd_grcard2_set_super}, |