mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Don't do iso14443-4 select for mifare emulations on processor cards (IDPrime, SmartMX, ...)
This commit is contained in:
parent
5191ad9e55
commit
c04a4b60ce
9 changed files with 64 additions and 53 deletions
|
@ -34,7 +34,8 @@ typedef enum ISO14A_COMMAND {
|
|||
ISO14A_APPEND_CRC = (1 << 5),
|
||||
ISO14A_SET_TIMEOUT = (1 << 6),
|
||||
ISO14A_NO_SELECT = (1 << 7),
|
||||
ISO14A_TOPAZMODE = (1 << 8)
|
||||
ISO14A_TOPAZMODE = (1 << 8),
|
||||
ISO14A_NO_RATS = (1 << 9)
|
||||
} iso14a_command_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue