These Components implement the MIFARE Plus EVx authentication commands.
More...
These Components implement the MIFARE Plus EVx authentication commands.
◆ phalMfpEVx_AuthenticateMfc()
Perform MIFARE Authenticate command in Security Level 1 with MIFARE CLASSIC PICC.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlaying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | bBlockNo | [In] PICC block number to be used for authentication. |
| [in] | bKeyType | [In] Authentication key type to be used.
|
| [in] | wKeyNumber | [In] Key number to used from software or hardware KeyStore. |
| [in] | wKeyVersion | [In] Key version to used from software or hardware KeyStore. |
| [in] | pUid | [In] UID of the PICC received during anti-collision sequence. |
| [in] | bUidLength | [In] Length of the UID buffer. |