mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 15:56:09 -07:00
revert SAK check
This commit is contained in:
parent
bed3e4c20d
commit
7376da5c44
1 changed files with 2 additions and 3 deletions
|
@ -1820,9 +1820,8 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_hi14a_card, u
|
||||||
p_hi14a_card->sak = sak;
|
p_hi14a_card->sak = sak;
|
||||||
}
|
}
|
||||||
|
|
||||||
// non iso14443a compliant tag
|
// PICC compilant with iso14443a-4 ---> (SAK & 0x20 != 0)
|
||||||
// https://www.nxp.com/docs/en/application-note/AN10834.pdf page 7
|
if( (sak & 0x20) == 0) return 2;
|
||||||
if( (sak & 0x20) != 0) return 2;
|
|
||||||
|
|
||||||
if (!no_rats) {
|
if (!no_rats) {
|
||||||
// Request for answer to select
|
// Request for answer to select
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue