summaryrefslogtreecommitdiff
path: root/include/rfid/rfid_protocol_mifare_classic.h
blob: 01066f44622050d2bbced7366a97d7573b754b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _MIFARE_CLASSIC_H

extern struct rfid_protocol rfid_protocol_mfcl;

#define RFID_CMD_MIFARE_AUTH1A	0x60
#define RFID_CMD_MIFARE_AUTH1B	0x61

#define MIFARE_CLASSIC_KEY_DEFAULT	"\xa0\xa1\xa2\xa3\xa4\xa5"


#endif
personal git repositories of Harald Welte. Your mileage may vary