- fix multiple include of rfid_protocol_mifare_classic.h problem
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Sun, 15 Oct 2006 19:17:22 +0000 (19:17 +0000)
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Sun, 15 Oct 2006 19:17:22 +0000 (19:17 +0000)
commit7f44cae7c1c1a7e54099655365afde4f20aeee6a
tree2214b97f6172e0d3446f04f50003a55c356a2983
parent966a8e3acc6244025d265db0af5e20365566f2a4
- fix multiple include of rfid_protocol_mifare_classic.h problem
- add some more layer2 {get,set}opt()s
- add rfid_protocol_{get,set}opt()
- export functions for l2/proto scanning, not just for combined scanning
- add support for sending WUPA instead of REQA in iso14443a

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1910 e0336214-984f-0b4b-a45f-81c69e1f0ede
include/librfid/rfid_layer2.h
include/librfid/rfid_protocol.h
include/librfid/rfid_protocol_mifare_classic.h
include/librfid/rfid_protocol_tcl.h
include/librfid/rfid_scan.h
src/rfid_layer2_iso14443a.c
src/rfid_proto_tcl.c
src/rfid_protocol.c
src/rfid_scan.c