summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorSom_SP <somashekhar.puttagangaiah@intel.com>2021-10-01 20:39:14 +0530
committerAleksander Morgado <aleksander@aleksander.es>2021-10-25 12:48:51 +0200
commitee9eea63160664c4e28ae73e112ca582f0c4621f (patch)
tree7d1bb9aa4af0f4332390ca2f78333af58528ae55 /docs/reference
parent9eb738c0d632112daad3a5575de0b58d58bd94b2 (diff)
ms-basic-connect-extensions: implement wake-reason
This CID is used by host to query the modem for its wake reason when power up because of device wake. If the device supports this function, but fails the query from host, it means the power up is not caused by a wake from the device. Includes updates by Aleksander Morgado to fix coding style issues, message definitions add missing documentation items.
Diffstat (limited to 'docs/reference')
-rwxr-xr-xdocs/reference/libmbim-glib/libmbim-glib-common.sections5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/libmbim-glib/libmbim-glib-common.sections b/docs/reference/libmbim-glib/libmbim-glib-common.sections
index e8236a2..6a07b4c 100755
--- a/docs/reference/libmbim-glib/libmbim-glib-common.sections
+++ b/docs/reference/libmbim-glib/libmbim-glib-common.sections
@@ -381,6 +381,7 @@ MbimSubscriberReadyStatusFlag
MbimDataClassV3
MbimDataSublass
MbimModemConfigurationStatus
+MbimWakeType
<SUBSECTION Methods>
mbim_device_type_get_string
mbim_cellular_class_build_string_from_mask
@@ -465,6 +466,7 @@ mbim_subscriber_ready_status_flag_build_string_from_mask
mbim_data_class_v3_build_string_from_mask
mbim_data_subclass_build_string_from_mask
mbim_modem_configuration_status_get_string
+mbim_wake_type_get_string
<SUBSECTION Private>
mbim_device_type_build_string_from_mask
mbim_cellular_class_get_string
@@ -551,6 +553,7 @@ mbim_subscriber_ready_status_flag_get_string
mbim_data_class_v3_get_string
mbim_data_subclass_get_string
mbim_modem_configuration_status_build_string_from_mask
+mbim_wake_type_build_string_from_mask
<SUBSECTION Standard>
MBIM_TYPE_ACTIVATION_COMMAND
MBIM_TYPE_ACTIVATION_STATE
@@ -640,6 +643,7 @@ MBIM_TYPE_SUBSCRIBER_READY_STATUS_FLAG
MBIM_TYPE_DATA_CLASS_V3
MBIM_TYPE_DATA_SUBCLASS
MBIM_TYPE_MODEM_CONFIGURATION_STATUS
+MBIM_TYPE_WAKE_TYPE
mbim_activation_command_get_type
mbim_activation_state_get_type
mbim_auth_protocol_get_type
@@ -728,6 +732,7 @@ mbim_subscriber_ready_status_flag_get_type
mbim_data_class_v3_get_type
mbim_data_subclass_get_type
mbim_modem_configuration_status_get_type
+mbim_wake_type_get_type
</SECTION>
<SECTION>