mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Added standalone mode for ISO15693 cards.
This commit is contained in:
parent
41259b8991
commit
4fd4256acd
7 changed files with 103 additions and 6 deletions
|
@ -13,12 +13,12 @@
|
|||
|
||||
#include "common.h"
|
||||
typedef struct {
|
||||
uint8_t uid[10];
|
||||
uint8_t uid[8];
|
||||
uint8_t uidlen;
|
||||
uint8_t atqb[7];
|
||||
uint8_t chipid;
|
||||
uint8_t cid;
|
||||
} PACKED iso14b_card_select_t;
|
||||
} PACKED iso15_card_select_t;
|
||||
|
||||
typedef enum ISO15_COMMAND {
|
||||
ISO15_CONNECT = (1 << 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue