]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhf14a.h
fdb8b959a9136e1c58ee3345e09e59e378e7a5c7
1 //-----------------------------------------------------------------------------
3 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
5 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
6 // at your option, any later version. See the LICENSE.txt file for the text of
8 //-----------------------------------------------------------------------------
9 // High frequency ISO14443A commands
10 //-----------------------------------------------------------------------------
15 typedef struct fnVector
{ uint8_t blockNo
, keyType
; uint32_t uid
, nt
, ks1
; } fnVector
;
17 int CmdHF14A(const char *Cmd
);
19 int CmdHF14AList(const char *Cmd
);
20 int CmdHF14AMifare(const char *Cmd
);
21 int CmdHF14AReader(const char *Cmd
);
22 int CmdHF14ASim(const char *Cmd
);
23 int CmdHF14ASnoop(const char *Cmd
);