Data structure for MIFARE Ultralight / NTAG Software layer implementation
More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this component, NEVER MODIFY! | |
| void * | pPalMifareDataParams |
| Pointer to palMifare parameter structure. | |
| void * | pKeyStoreDataParams |
| Pointer to phKeystore parameter structure. | |
| void * | pCryptoDataParams |
| Pointer to phCrypto data parameters structure. | |
| void * | pCryptoRngDataParams |
| Pointer to the parameter structure of the CryptoRng layer. | |
| uint8_t | bCMACReq |
| Get/Set Config to include CMAC for required Commands. | |
| uint16_t | wCmdCtr |
| Command count within transaction. | |
| uint8_t | bAuthMode |
| Authentication PWD [0x1B] or AES [0x1A]. | |
| uint8_t | bAdditionalInfo |
| Specific error codes for MFUL generic errors or to get the response length of some commands. | |
Data structure for MIFARE Ultralight / NTAG Software layer implementation