flipperzero-firmware/applications/nfc
Kevin Wallace 88facf20c1
nfc: DESFire fixes (#1334)
* nfc: don't give up on reading DESFire card if GET_KEY_SETTINGS fails
  Some cards are configured to refuse to provide key settings, but still
  provide other info.  For example, Ubiquiti UniFi Protect access cards
  won't list keys or applications, but will still answer GET_FREE_MEMORY.
* nfc: don't show error when saving DESFire card with no applications
* nfc: fix DESFire load with 0 applications or no PICC key settings

Co-authored-by: Kevin Wallace <git+flipperzero@kevin.wallace.seattle.wa.us>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-06-21 23:58:22 +09:00
..
helpers Nfc: async pcap worker (#1315) 2022-06-14 11:14:13 +10:00
scenes Change "cad" to "card" (#1320) 2022-06-15 13:20:46 +10:00
views [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03:00
nfc_cli.c
nfc_device.c nfc: DESFire fixes (#1334) 2022-06-21 23:58:22 +09:00
nfc_device.h [FL-2491] File browser GUI module (#1237) 2022-05-27 14:19:21 +03:00
nfc_i.h HW LED blink integration (#1310) 2022-06-13 10:08:28 +09:00
nfc_types.c RFC: NTAG I2C support (#1227) 2022-05-26 15:55:29 +03:00
nfc_types.h
nfc_worker_i.h Nfc: async pcap worker (#1315) 2022-06-14 11:14:13 +10:00
nfc_worker.c nfc: DESFire fixes (#1334) 2022-06-21 23:58:22 +09:00
nfc_worker.h [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03:00
nfc.c HW LED blink integration (#1310) 2022-06-13 10:08:28 +09:00
nfc.h