Lines Matching +full:secure +full:- +full:only

33  * enum nfc_commands - supported nfc commands
62 * a device. LTO must be set before the link is up otherwise -EINPROGRESS
65 * If one of the passed parameters is wrong none is set and -EINVAL is
67 * @NFC_CMD_ENABLE_SE: Enable the physical link to a specific secure element.
68 * Once enabled a secure element will handle card emulation mode, i.e.
69 * starting a poll from a device which has a secure element enabled means
71 * @NFC_CMD_DISABLE_SE: Disable the physical link to a specific secure element.
74 * @NFC_EVENT_SE_ADDED: Event emitted when a new secure element is discovered.
77 * @NFC_EVENT_SE_REMOVED: Event emitted when a secure element is removed from
79 * @NFC_EVENT_SE_CONNECTIVITY: This event is emitted whenever a secure element
87 * @NFC_CMD_GET_SE: Dump all discovered secure elements from an NFC controller.
88 * @NFC_CMD_SE_IO: Send/Receive APDUs to/from the selected secure element.
126 /* private: internal use only */
129 #define NFC_CMD_MAX (__NFC_CMD_AFTER_LAST - 1)
132 * enum nfc_attrs - supported nfc attributes
138 * @NFC_ATTR_PROTOCOLS: nfc protocols - bitwise or-ed combination from
141 * @NFC_ATTR_TARGET_SENS_RES: NFC-A targets extra information such as NFCID
142 * @NFC_ATTR_TARGET_SEL_RES: NFC-A targets extra information (useful if the
143 * target is not NFC-Forum compliant)
144 * @NFC_ATTR_TARGET_NFCID1: NFC-A targets identifier, max 10 bytes
145 * @NFC_ATTR_TARGET_SENSB_RES: NFC-B targets extra information, max 12 bytes
146 * @NFC_ATTR_TARGET_SENSF_RES: NFC-F targets extra information, max 18 bytes
154 * @NFC_ATTR_SE: Available Secure Elements
156 * @NFC_ATTR_SE_INDEX: Secure element index
157 * @NFC_ATTR_SE_TYPE: Secure element type (UICC or EMBEDDED)
159 * @NFC_ATTR_APDU: Secure element APDU
201 /* private: internal use only */
204 #define NFC_ATTR_MAX (__NFC_ATTR_AFTER_LAST - 1)
210 /* private: internal use only */
213 #define NFC_SDP_ATTR_MAX (__NFC_SDP_ATTR_AFTER_LAST - 1)
258 /* NFC Secure Elements */
292 * Pseudo-header info for raw socket packets
295 * - 0x01 - Direction (0=RX, 1=TX)
296 * - 0x02-0x04 - Payload type (000=LLCP, 001=NCI, 010=HCI, 011=Digital,
298 * - 0x05-0x80 - Reserved