Commit Graph

10 Commits

Author SHA1 Message Date
Waldemar Rymarkiewicz
4e02012afe Add sap_disconnect_ind interface for sap-sim drivers
The sap_disconnect_ind() let's the sim driver to indicate
immediate disconnection.

Add support of immediate disconnection in sap-dummy driver
as well as a card status change in order to pass all PTS tests.
2011-04-09 11:10:28 -07:00
Johan Hedberg
2bd4b645a1 Fix use of unninitialized UUID value in SAP code 2011-03-28 16:32:04 +03:00
Johan Hedberg
65ee365705 Fix SAP server double-free during unregistration 2011-03-28 16:08:35 +03:00
Waldemar Rymarkiewicz
f9dc0c0762 Add Sim Access Profile dummy driver
Add SAP dummy driver implementation and extend configure
with --with-sap=<driver>.
2011-03-23 14:57:45 +02:00
Waldemar Rymarkiewicz
b785550749 Add support for SAP protocol
Add new protocol features:
	* transfer APDu request/response
	* get ATR request/response
	* power sim of/on request/response
	* card reader status
	* set transport protocol
2011-03-23 14:51:14 +02:00
Waldemar Rymarkiewicz
3827cfbc00 Add Sim Access Profile connect/disconnect procedures
Add support for SAP protocol features:
	* connect and disconnect requests
	* connect and disconnect responses
	* disconnect indication
	* timeouts for the valid connection
2011-03-23 14:47:50 +02:00
Johan Hedberg
b98c30a065 Fix minor coding style issues in SAP server code 2011-03-15 22:22:52 +02:00
Waldemar Rymarkiewicz
caa8299225 Add Sim Access Profile Server
Add a Sim Access Server to the SAP plugin and a framework for the dummy
sap driver as well.

	* add the server register and unregister rutines
	* add server listening socket setup
	* add SAP DBus API
	* add prototypes for SAP protocol implementation
	* add skeleton of dummy SIM driver
2011-03-15 19:51:01 +02:00
Waldemar Rymarkiewicz
d4542f4268 Adjust sap/server.c license text to the rest of the code 2011-03-15 19:41:11 +02:00
Waldemar Rymarkiewicz
e3c94accd0 Add Sim Access Profile Manager
Add a SAP plugin main file and the plugin manager. Also include the SAP
plugin in the Makefile.
2011-03-10 16:03:50 +02:00