Sam AV3 commands for MIFARE Ultralight X mode feature.
More...
|
| phStatus_t | phhalHw_SamAV3_Cmd_UL_PwdAuthUL (phhalHw_SamAV3_DataParams_t *pDataParams, uint8_t bKeyNo, uint8_t bKeyVer, uint8_t *pDivInput, uint8_t bDivInputLen, uint8_t *pStatusCode) |
| | SAM commands used for MIFARE Ultralight PICC communication in X-Mode. More...
|
| |
| phStatus_t | phhalHw_SamAV3_Cmd_ULC_AuthenticatePICC (phhalHw_SamAV3_DataParams_t *pDataParams, uint8_t bOption, uint8_t bKeyNo, uint8_t bKeyVer, uint8_t *pDivInput, uint8_t bDivInputLen, uint8_t *pStatusCode) |
| | Performs AuthenticatePICC command execution in X mode.Includes the header, Key number, Key Version,Diversification input based on Option Field. More...
|
| |
Sam AV3 commands for MIFARE Ultralight X mode feature.
◆ phhalHw_SamAV3_Cmd_UL_PwdAuthUL()
SAM commands used for MIFARE Ultralight PICC communication in X-Mode.
- 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] | bKeyNo | [In] Key number available in Sam keystore. |
| [in] | bKeyVer | [In] Key version available in Sam keystore. |
| [in] | pDivInput | [In] Diversification input for key diversification. (1 to 31 byte(s) input). |
| [in] | bDivInputLen | [In] Length of diversification input. |
| [out] | pStatusCode | [Out] Status code returned by PICC. |
◆ phhalHw_SamAV3_Cmd_ULC_AuthenticatePICC()
Performs AuthenticatePICC command execution in X mode.Includes the header, Key number, Key Version,Diversification input based on Option Field.
- 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] | bOption | [In] Option for P1 information byte.
|
| [in] | bKeyNo | [In] Key number available in Sam keystore. |
| [in] | bKeyVer | [In] Key version available in Sam keystore. |
| [in] | pDivInput | [In] Diversification input for key diversification. (1 to 31 byte(s) input). |
| [in] | bDivInputLen | [In] Length of diversification input. |
| [out] | pStatusCode | [Out] Status code returned by PICC. |