New nfc_initiator_init_secure_element() function to set SAM as wired card (only relevant with a PN532 SAM-equipped)
This commit is contained in:
parent
6f10d6e321
commit
b4ef1a3a5d
14 changed files with 84 additions and 34 deletions
|
|
@ -764,6 +764,7 @@ const struct nfc_driver pn53x_usb_driver = {
|
|||
.strerror = pn53x_strerror,
|
||||
|
||||
.initiator_init = pn53x_initiator_init,
|
||||
.initiator_init_secure_element = NULL, // No secure-element support
|
||||
.initiator_select_passive_target = pn53x_initiator_select_passive_target,
|
||||
.initiator_poll_target = pn53x_initiator_poll_target,
|
||||
.initiator_select_dep_target = pn53x_initiator_select_dep_target,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue