| commit | 8ae7fdef755735fd327a6bf1e133654d184b69b5 | [log] [tgz] |
|---|---|---|
| author | Samuel Ortiz <sameo@linux.intel.com> | Wed Aug 28 00:39:48 2013 +0200 |
| committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Aug 28 00:39:48 2013 +0200 |
| tree | c81731fad8ba7c0e5e1dde10a58a304e9e305c84 | |
| parent | ada9e8a9a758c748cc193153f023fb5026905da3 [diff] |
NFC: Define secure element IO API and commands In order to send and receive ISO7816 APDUs to and and 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>