]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commit72b70b6ec4fa7da86a3ac0aacee699b18d94fc3b
treefb9e9e0a29349ca9e294492bad8195e9a84ce931
parentb9c0c678f7267831b73e1d73fb30c9b4658e91ec
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>
include/net/nfc/nfc.h
include/uapi/linux/nfc.h