diff --git a/client/src/mifare/desfiresecurechan.c b/client/src/mifare/desfiresecurechan.c index 03106f24e..45730ffad 100644 --- a/client/src/mifare/desfiresecurechan.c +++ b/client/src/mifare/desfiresecurechan.c @@ -73,6 +73,7 @@ static const AllowedChannelModesS AllowedChannelModes[] = { {MFDES_FORMAT_PICC, DACd40, DCCNative, DCMMACed}, {MFDES_GET_FILE_IDS, DACd40, DCCNative, DCMMACed}, {MFDES_GET_ISOFILE_IDS, DACd40, DCCNative, DCMMACed}, + {MFDES_COMMIT_READER_ID, DACd40, DCCNative, DCMMACed}, {MFDES_GET_UID, DACd40, DCCNative, DCMEncrypted}, {MFDES_CHANGE_KEY_SETTINGS, DACd40, DCCNative, DCMEncrypted}, @@ -106,6 +107,7 @@ static const AllowedChannelModesS AllowedChannelModes[] = { {MFDES_DEBIT, DACEV1, DCCNative, DCMMACed}, {MFDES_COMMIT_TRANSACTION, DACEV1, DCCNative, DCMMACed}, {MFDES_CLEAR_RECORD_FILE, DACEV1, DCCNative, DCMMACed}, + {MFDES_COMMIT_READER_ID, DACEV1, DCCNative, DCMMACed}, {MFDES_GET_UID, DACEV1, DCCNative, DCMEncrypted}, {MFDES_CHANGE_KEY_SETTINGS, DACEV1, DCCNative, DCMEncrypted},