commit | 72b70b6ec4fa7da86a3ac0aacee699b18d94fc3b | [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 Sep 25 02:30:47 2013 +0200 |
tree | fb9e9e0a29349ca9e294492bad8195e9a84ce931 | |
parent | b9c0c678f7267831b73e1d73fb30c9b4658e91ec [diff] |
NFC: Define secure element IO API and commands 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>