]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfawid.h
ADD: added the possiblity to use AWID formatlength of 26 and 50.
[proxmark3-svn] / client / cmdlfawid.h
index 2f88e7016d423dcc7a2c8186f80af0ea1da80b57..eeb052fd366d7e0c5cd25dc5f06729b01944f19f 100644 (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);
Impressum, Datenschutz