mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Missing SetISODEPState
This commit is contained in:
parent
61d5a87c4f
commit
c5ba1d7a2d
2 changed files with 2 additions and 2 deletions
|
@ -906,7 +906,7 @@ int SelectCard14443_4(bool disconnect, iso14a_card_select_t *card) {
|
||||||
if (card)
|
if (card)
|
||||||
memcpy(card, vcard, sizeof(iso14a_card_select_t));
|
memcpy(card, vcard, sizeof(iso14a_card_select_t));
|
||||||
}
|
}
|
||||||
|
SetISODEPState(ISODEP_NFCA);
|
||||||
if (disconnect)
|
if (disconnect)
|
||||||
DropField();
|
DropField();
|
||||||
|
|
||||||
|
|
|
@ -1599,7 +1599,7 @@ static int select_card_14443b_4(bool disconnect, iso14b_card_select_t *card) {
|
||||||
switch_off_field_14b();
|
switch_off_field_14b();
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
SetISODEPState(ISODEP_NFCB);
|
||||||
apdu_frame_length = 0;
|
apdu_frame_length = 0;
|
||||||
// get frame length from ATS in card data structure
|
// get frame length from ATS in card data structure
|
||||||
iso14b_card_select_t *vcard = (iso14b_card_select_t *) resp.data.asBytes;
|
iso14b_card_select_t *vcard = (iso14b_card_select_t *) resp.data.asBytes;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue