prepare MifareAcquireStaticEncryptedNonces for standalone

This commit is contained in:
Philippe Teuwen 2024-10-16 01:48:36 +02:00
commit 5470303588
3 changed files with 13 additions and 8 deletions

View file

@ -1774,7 +1774,7 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_HF_MIFARE_ACQ_STATIC_ENCRYPTED_NONCES: {
MifareAcquireStaticEncryptedNonces(packet->oldarg[0], packet->data.asBytes);
MifareAcquireStaticEncryptedNonces(packet->oldarg[0], packet->data.asBytes, true);
break;
}
case CMD_HF_MIFARE_ACQ_NONCES: {