aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-wds.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r--data/qmi-service-wds.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 5b342c6..6e20823 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -647,6 +647,22 @@
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
+ { "name" : "Go Dormant",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0025",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Go Active",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0026",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
{ "name" : "Create Profile",
"type" : "Message",
"service" : "WDS",
@@ -1551,6 +1567,21 @@
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
+ { "name" : "Get Dormancy Status",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0030",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Dormancy Status",
+ "id" : "0x01",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsDormancyStatus",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get Autoconnect Settings",
"type" : "Message",
"service" : "WDS",