mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: 'hf 14b sim' better work flow on device side. not done yet.
This commit is contained in:
parent
7bcddfabde
commit
d51717fffd
2 changed files with 47 additions and 75 deletions
|
@ -33,11 +33,13 @@ uint8_t iso14443b_select_card(iso14b_card_select_t* card);
|
|||
uint8_t iso14443b_select_card_srx(iso14b_card_select_t* card);
|
||||
|
||||
|
||||
#define SIM_NOFIELD 0
|
||||
#define SIM_IDLE 1
|
||||
#define SIM_HALTED 2
|
||||
#define SIM_SELECTING 3
|
||||
#define SIM_HALTING 4
|
||||
// States for 14B SIM command
|
||||
#define SIM_NOFIELD 0
|
||||
#define SIM_IDLE 1
|
||||
#define SIM_HALTED 2
|
||||
#define SIM_SELECTING 3
|
||||
#define SIM_HALTING 4
|
||||
#define SIM_ACKNOWLEDGE 5
|
||||
#define SIM_WORK 6
|
||||
|
||||
#endif /* __ISO14443B_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue