aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
authorJoerie de Gram <j.de.gram@gmail.com>2011-07-28 23:55:58 +0200
committerJoerie de Gram <j.de.gram@gmail.com>2011-07-28 23:55:58 +0200
commitce642e6055356742dedd861ce8f8d41b0223187e (patch)
treed21deada82ecfca9ca5ca0e7f6a9c836851d4fd6 /include/sec.h
parent41306d2f7185960f78e6d2971e5d14cf4b1fa413 (diff)
downloadexternal_libsamsung-ipc-ce642e6055356742dedd861ce8f8d41b0223187e.zip
external_libsamsung-ipc-ce642e6055356742dedd861ce8f8d41b0223187e.tar.gz
external_libsamsung-ipc-ce642e6055356742dedd861ce8f8d41b0223187e.tar.bz2
sec: update SEC_PIN_STATUS types
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