mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-13 02:53:46 +00:00
Restrict MFC Mini detection according to AN10833
This commit is contained in:
@@ -671,7 +671,7 @@ main(int argc, const char *argv[])
|
|||||||
if ((nt.nti.nai.abtAtqa[1] & 0x02) == 0x02)
|
if ((nt.nti.nai.abtAtqa[1] & 0x02) == 0x02)
|
||||||
// 4K
|
// 4K
|
||||||
uiBlocks = 0xff;
|
uiBlocks = 0xff;
|
||||||
else if ((nt.nti.nai.btSak & 0x01) == 0x01)
|
else if (nt.nti.nai.btSak == 0x09)
|
||||||
// 320b
|
// 320b
|
||||||
uiBlocks = 0x13;
|
uiBlocks = 0x13;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user