Searched refs:NFC_ATTR_SE_APDU (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnfc.h194 NFC_ATTR_SE_APDU, enumerator in enum:nfc_attrs
/linux-master/net/nfc/
H A Dnetlink.c48 [NFC_ATTR_SE_APDU] = { .type = NLA_BINARY },
1488 nla_put(msg, NFC_ATTR_SE_APDU, apdu_len, apdu))
1518 !info->attrs[NFC_ATTR_SE_APDU])
1533 apdu_len = nla_len(info->attrs[NFC_ATTR_SE_APDU]);
1539 apdu = nla_data(info->attrs[NFC_ATTR_SE_APDU]);

Completed in 86 milliseconds