chg: 'sc reader' - hooked up atr.

This commit is contained in:
Chris
2018-07-05 16:32:10 +02:00
parent 89352c47c1
commit fca841122f
6 changed files with 174 additions and 83 deletions

View File

@@ -98,6 +98,14 @@ typedef struct {
} state;
} nonces_t;
//-----------------------------------------------------------------------------
// ISO 7618 Smart Card
//-----------------------------------------------------------------------------
typedef struct {
uint8_t atr_len;
uint8_t atr[30];
} __attribute__((__packed__)) smart_card_atr_t;
//-----------------------------------------------------------------------------
// FeliCa
//-----------------------------------------------------------------------------