We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6092a41 commit a620f27Copy full SHA for a620f27
1 file changed
services/stsafea/stsafea_commands.c
@@ -141,10 +141,10 @@ stse_ReturnCode_t stsafea_perso_info_update (stse_Handler_t *pSTSE)
141
return STSE_SERVICE_INVALID_PARAMETER;
142
}
143
144
- pSTSE->pPerso_info->cmd_AC_status = 0;
145
- pSTSE->pPerso_info->cmd_encryption_status = 0;
+ pSTSE->pPerso_info->cmd_AC_status = 0x5555555555555555;
+ pSTSE->pPerso_info->cmd_encryption_status = 0,
146
pSTSE->pPerso_info->rsp_encryption_status = 0;
147
- pSTSE->pPerso_info->ext_cmd_AC_status = 0;
+ pSTSE->pPerso_info->ext_cmd_AC_status = 0x5555555555555555;
148
pSTSE->pPerso_info->ext_cmd_encryption_status = 0;
149
pSTSE->pPerso_info->ext_rsp_encryption_status = 0;
150
0 commit comments