Home | History | Annotate | Download | only in src

Lines Matching refs:sak

717     uint8_t     sak;
744 sak = NdefMap->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
769 if(0x00 == sak)
771 /* The SAK/Sel_Res says the card is of the type
780 else if ((0x08 == (sak & 0x18)) ||
781 (0x18 == (sak & 0x18)) ||
782 (0x01 == sak))
784 /* The SAK/Sel_Res says the card is of the type
797 The SAK/Sel_Res is wrong */
810 if(0x20 == (sak & 0x20))
812 /* The SAK/Sel_Res says the card is of the type
825 The SAK/Sel_Res is wrong */
894 if(0xC2 == sak)
896 /* The SAK/Sel_Res says the card is of the type
909 The SAK/Sel_Res is wrong */