mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 04:50:12 -07:00
allow for a reply to be sent when simulating iclass
This commit is contained in:
parent
c83a15fd18
commit
618451048e
1 changed files with 4 additions and 0 deletions
|
@ -207,6 +207,10 @@ void iclass_simulate(uint8_t sim_type, uint8_t num_csns, bool send_reply, uint8_
|
||||||
do_iclass_simulation(ICLASS_SIM_MODE_FULL, NULL);
|
do_iclass_simulation(ICLASS_SIM_MODE_FULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (send_reply) {
|
||||||
|
reply_mix(CMD_ACK, CMD_HF_ICLASS_SIMULATE, 0, 0, NULL, 0);
|
||||||
|
}
|
||||||
|
|
||||||
} else if (sim_type == ICLASS_SIM_MODE_CONFIG_CARD) {
|
} else if (sim_type == ICLASS_SIM_MODE_CONFIG_CARD) {
|
||||||
|
|
||||||
// config card
|
// config card
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue