summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorSom_SP <somashekhar.puttagangaiah@intel.com>2021-05-08 15:46:01 +0530
committerAleksander Morgado <aleksander@aleksander.es>2021-05-31 15:18:59 +0200
commit45ec01a13b96218947ea7c5b7103ce0ece31a0cc (patch)
tree8a2e41c9ce8ea994837b1446e7195f93f4a17276 /docs/reference
parent3256374eb879a415d2d9edd0a783c7ebaa59647d (diff)
libmbim-glib,ms-uicc-low-level-access: adding cid 'uicc-apdu'
MSFT MBIM_CID_MS_UICC_APDU is used to send a command APDU to a specific logical channel on the UICC and receive the response. Sending entity has to ensure that the logical channel was previously opened with uicc-open channel. Refer section 10.1.1 of ETSI TS 102 221 TS for more details on apdu encoding/decoding.
Diffstat (limited to 'docs/reference')
-rwxr-xr-xdocs/reference/libmbim-glib/libmbim-glib-common.sections10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/libmbim-glib/libmbim-glib-common.sections b/docs/reference/libmbim-glib/libmbim-glib-common.sections
index 11fbdfa..2903f75 100755
--- a/docs/reference/libmbim-glib/libmbim-glib-common.sections
+++ b/docs/reference/libmbim-glib/libmbim-glib-common.sections
@@ -361,6 +361,8 @@ MbimSarWifiHardwareState
MbimTransmissionNotificationStatus
MbimTransmissionState
MbimUiccSlotState
+MbimUiccSecureMessaging
+MbimUiccClassByteType
<SUBSECTION Methods>
mbim_device_type_get_string
mbim_cellular_class_build_string_from_mask
@@ -428,6 +430,8 @@ mbim_qdu_session_result_get_string
mbim_qdu_session_status_get_string
mbim_qdu_session_type_get_string
mbim_uicc_slot_state_get_string
+mbim_uicc_secure_messaging_get_string
+mbim_uicc_class_byte_type_get_string
<SUBSECTION Private>
mbim_device_type_build_string_from_mask
mbim_cellular_class_get_string
@@ -497,6 +501,8 @@ mbim_qdu_session_result_build_string_from_mask
mbim_qdu_session_status_build_string_from_mask
mbim_qdu_session_type_build_string_from_mask
mbim_uicc_slot_state_build_string_from_mask
+mbim_uicc_secure_messaging_build_string_from_mask
+mbim_uicc_class_byte_type_build_string_from_mask
<SUBSECTION Standard>
MBIM_TYPE_ACTIVATION_COMMAND
MBIM_TYPE_ACTIVATION_STATE
@@ -569,6 +575,8 @@ MBIM_TYPE_QDU_SESSION_RESULT
MBIM_TYPE_QDU_SESSION_STATUS
MBIM_TYPE_QDU_SESSION_TYPE
MBIM_TYPE_UICC_SLOT_STATE
+MBIM_TYPE_UICC_SECURE_MESSAGING
+MBIM_TYPE_UICC_CLASS_BYTE_TYPE
mbim_activation_command_get_type
mbim_activation_state_get_type
mbim_auth_protocol_get_type
@@ -640,6 +648,8 @@ mbim_qdu_session_result_get_type
mbim_qdu_session_status_get_type
mbim_qdu_session_type_get_type
mbim_uicc_slot_state_get_type
+mbim_uicc_class_byte_type_get_type
+mbim_uicc_secure_messaging_get_type
</SECTION>
<SECTION>