mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Add crypto1 support to hf 14a raw
This commit is contained in:
parent
9a6f6132bc
commit
2eac5419f0
4 changed files with 63 additions and 12 deletions
|
@ -99,7 +99,8 @@ typedef enum ISO14A_COMMAND {
|
|||
ISO14A_SEND_CHAINING = (1 << 10),
|
||||
ISO14A_USE_ECP = (1 << 11),
|
||||
ISO14A_USE_MAGSAFE = (1 << 12),
|
||||
ISO14A_USE_CUSTOM_POLLING = (1 << 13)
|
||||
ISO14A_USE_CUSTOM_POLLING = (1 << 13),
|
||||
ISO14A_CRYPTO1MODE = (1 << 14)
|
||||
} iso14a_command_t;
|
||||
|
||||
// Defines a frame that will be used in a polling sequence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue