hf mfdes - keeping track in the tag object of rf_field active status

This commit is contained in:
iceman1001
2020-11-18 23:47:54 +01:00
parent f6aebe381b
commit 4cafbcc259
2 changed files with 9 additions and 3 deletions

View File

@@ -93,6 +93,7 @@ struct desfire_tag {
uint8_t *crypto_buffer;
size_t crypto_buffer_size;
uint32_t selected_application;
bool rf_field_on;
};
typedef struct desfire_tag *desfiretag_t;