felica: add disaptch for read/write without encryption

This commit is contained in:
Hay1tsme
2025-03-29 11:12:26 -04:00
parent 6b302df7c1
commit 984580b6fd

View File

@@ -111,6 +111,12 @@ HRESULT felica_transact(
case FELICA_CMD_GET_SYSTEM_CODE:
return felica_cmd_get_system_code(f, req, res);
case FELICA_READ_WITHOUT_ENCRYPTION:
return felica_cmd_read_without_encryption(f, req, res);
case FELICA_WRITE_WITHOUT_ENCRYPTION:
return felica_cmd_write_without_encryption(f, req, res);
case FELICA_CMD_ACTIVE:
return felica_cmd_active(f, req, res);