]>
Commit | Line | Data |
---|---|---|
1 | //----------------------------------------------------------------------------- | |
2 | // Copyright (C) 2014 Iceman | |
3 | // | |
4 | // This code is licensed to you under the terms of the GNU GPL, version 2 or, | |
5 | // at your option, any later version. See the LICENSE.txt file for the text of | |
6 | // the license. | |
7 | //----------------------------------------------------------------------------- | |
8 | // High frequency MIFARE Desfire commands | |
9 | //----------------------------------------------------------------------------- | |
10 | ||
11 | int CmdHFMFDes(const char *Cmd); | |
12 | int CmdHF14ADesAuth(const char* cmd); | |
13 | int CmdHF14ADesRb(const char* cmd); | |
14 | int CmdHF14ADesWb(const char* cmd); | |
15 | int CmdHF14ADesInfo(const char *Cmd); | |
16 | int CmdHF14ADesEnumApplications(const char *Cmd); | |
17 | int CmdHF14ADesNonces(const char *Cmd); | |
18 | char * GetCardSizeStr( uint8_t fsize ); | |
19 | char * GetVendorStr( uint8_t id); | |
20 | char * GetProtocolStr(uint8_t id); |