mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Update iclass_cmd.h
This commit is contained in:
parent
1832997ccb
commit
c7541790f8
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ typedef struct {
|
||||||
iclass_restore_item_t blocks[];
|
iclass_restore_item_t blocks[];
|
||||||
} PACKED iclass_restore_req_t;
|
} PACKED iclass_restore_req_t;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
iclass_auth_req_t req;
|
||||||
|
iclass_auth_req_t req2;
|
||||||
|
} PACKED iclass_recover_req_t;
|
||||||
|
|
||||||
typedef struct iclass_premac {
|
typedef struct iclass_premac {
|
||||||
uint8_t mac[4];
|
uint8_t mac[4];
|
||||||
} PACKED iclass_premac_t;
|
} PACKED iclass_premac_t;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue