NFC: Define secure element IO API and commands
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 27 Aug 2013 22:39:48 +0000 (00:39 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 25 Sep 2013 00:30:47 +0000 (02:30 +0200)
In order to send and receive ISO7816 APDUs to and from NFC embedded
secure elements, we define a specific netlink command.
On a typical SE use case, host applications will send very few APDUs
(Less than 10) per transaction. This is why we decided to go for a
simple netlink API. Defining another NFC socket protocol for such low
traffic would have been overengineered.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found