aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sec.h')
-rw-r--r--include/sec.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/sec.h b/include/sec.h
index f898b11..187bf21 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -32,14 +32,20 @@
#define MSM_SEC_ISIM_AUTH 0x0509
#define MSM_SEC_PIN_SIM_INITIALIZING 0x00
-#define MSM_SEC_PIN_SIM_NSIDE_PF_ERROR 0x02
+#define MSM_SEC_PIN_SIM_SIM_LOCK_REQUIRED 0x01
+#define MSM_SEC_PIN_SIM_INSIDE_PF_ERROR 0x02
#define MSM_SEC_PIN_SIM_LOCK_SC 0x03
#define MSM_SEC_PIN_SIM_LOCK_FD 0x04
+#define MSM_SEC_PIN_SIM_LOCK_PN 0x05
+#define MSM_SEC_PIN_SIM_LOCK_PU 0x06
+#define MSM_SEC_PIN_SIM_LOCK_PP 0x07
+#define MSM_SEC_PIN_SIM_LOCK_PC 0x08
#define MSM_SEC_PIN_SIM_CARD_NOT_PRESENT 0x80
#define MSM_SEC_PIN_SIM_CARD_ERROR 0x81
#define MSM_SEC_PIN_SIM_INIT_COMPLETE 0x82
#define MSM_SEC_PIN_SIM_PB_INIT_COMPLETE 0x83
+/* Key types for the SIM card (SC) facility */
#define MSM_SEC_PIN_SIM_LOCK_SC_PIN1_REQ 0x01
#define MSM_SEC_PIN_SIM_LOCK_SC_PUK_REQ 0x02
#define MSM_SEC_PIN_SIM_LOCK_SC_CARD_BLOCKED 0x05