X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/793c30125088b0e8e4cf3548cb852ac71efd505c..d06c81b7c89b610a5fee5e1f200c65d93f4320f6:/include/usb_cmd.h diff --git a/include/usb_cmd.h b/include/usb_cmd.h index 0cb6ed93..e312f93a 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -105,6 +105,7 @@ typedef struct{ #define CMD_AWID_DEMOD_FSK 0x0221 #define CMD_VIKING_CLONE_TAG 0x0222 #define CMD_T55XX_WAKEUP 0x0224 +#define CMD_COTAG 0x0225 /* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */ @@ -239,6 +240,7 @@ typedef struct{ #define FLAG_10B_UID_IN_DATA 0x08 #define FLAG_UID_IN_EMUL 0x10 #define FLAG_NR_AR_ATTACK 0x20 +//#define FLAG_RANDOM_NONCE 0x40 //Iclass reader flags #define FLAG_ICLASS_READER_ONLY_ONCE 0x01