aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-10-04 12:04:41 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-10-06 19:24:51 +0200
commit7adcbf1234ecb7420910a666199e05d534a2e5e3 (patch)
treedb4d616f30841b13a434531dea390f5124c65a09 /data
parent239e624b1bc115e33f5f29e63f62c010eef6a898 (diff)
downloadexternal_libqmi-7adcbf1234ecb7420910a666199e05d534a2e5e3.zip
external_libqmi-7adcbf1234ecb7420910a666199e05d534a2e5e3.tar.gz
external_libqmi-7adcbf1234ecb7420910a666199e05d534a2e5e3.tar.bz2
wds: new 'WDS Get Autoconnect Setting' command support
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-wds.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index be49d66..e303b21 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -1055,6 +1055,28 @@
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
+ { "name" : "Get Autoconnect Settings",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0034",
+ "version" : "1.12",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Status",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsAutoconnectSetting",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Roaming",
+ "id" : "0x10",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsAutoconnectSettingRoaming",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get Data Bearer Technology",
"type" : "Message",
"service" : "WDS",