ADD: added the possiblity to use AWID formatlength of 26 and 50.

'LF AWID SIM'
 'LF AWID CLONE'
 'LF AWID BRUTE'
This commit is contained in:
iceman1001 2016-05-14 22:40:04 +02:00
commit 8fd9bfb0e3
2 changed files with 141 additions and 63 deletions

View file

@ -16,7 +16,7 @@ int CmdAWIDDemodFSK(const char *Cmd);
int CmdAWIDSim(const char *Cmd);
int CmdAWIDClone(const char *Cmd);
int CmdAWIDBrute(const char *Cmd);
int getAWIDBits(unsigned int fc, unsigned int cn, uint8_t *AWIDBits);
int getAWIDBits(uint8_t fmtlen, uint32_t fc, uint32_t cn, uint8_t *AWIDBits);
int usage_lf_awid_fskdemod(void);
int usage_lf_awid_clone(void);
int usage_lf_awid_sim(void);