mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Implemented SC operations
This commit is contained in:
@@ -892,6 +892,12 @@ typedef struct {
|
||||
|
||||
#define CMD_HF_SEOS_SIMULATE 0x0903
|
||||
|
||||
// HID SAM secure-channel transport (separate dispatcher from CMD_HF_SAM_PICOPASS).
|
||||
// Used to drive InitAuth / ContinueAuth / wrap-unwrap traffic where the SAM's
|
||||
// session state must persist across calls (no I2C reset, no GetVersion ping,
|
||||
// no iso15 NFC-relay loop) and the routing scFlag byte must be host-supplied.
|
||||
#define CMD_HF_SAM_SC 0x0904
|
||||
|
||||
#define CMD_UNKNOWN 0xFFFF
|
||||
|
||||
// Mifare simulation flags
|
||||
|
||||
Reference in New Issue
Block a user