Home | History | Annotate | Download | only in src

Lines Matching defs:sak

202     uint8_t     sak = 0;
208 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
213 if (0x00 == sak)
257 uint8_t sak = 0;
265 /* SAK (Select response) */
266 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
271 /* SAK (Select response) */
272 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.CardInfo106.
286 if(0x00 == sak)
289 /* The SAK/Sel_Res says the card is of the type
308 else if((0x08 == (sak & 0x18)) ||
309 (0x18 == (sak & 0x18)) ||
310 (0x01 == sak))
314 (((sak & 0x18) == 0x08)?
318 /* The SAK/Sel_Res says the card is of the type
330 The SAK/Sel_Res is wrong */
342 if(0x20 == (sak & 0xFF))
346 /* The SAK/Sel_Res says the card is of the type
359 The SAK/Sel_Res is wrong */
371 if(0xC2 == sak)
375 /* The SAK/Sel_Res says the card is of the type
388 The SAK/Sel_Res is wrong */