Searched refs:NFC_ATTR_SE_APDU (Results 1 – 2 of 2) sorted by relevance
194 NFC_ATTR_SE_APDU, enumerator
48 [NFC_ATTR_SE_APDU] = { .type = NLA_BINARY },1478 nla_put(msg, NFC_ATTR_SE_APDU, apdu_len, apdu)) in se_io_cb()1508 !info->attrs[NFC_ATTR_SE_APDU]) in nfc_genl_se_io()1523 apdu_len = nla_len(info->attrs[NFC_ATTR_SE_APDU]); in nfc_genl_se_io()1529 apdu = nla_data(info->attrs[NFC_ATTR_SE_APDU]); in nfc_genl_se_io()
Completed in 8 milliseconds