summaryrefslogtreecommitdiff
path: root/data/qmi-service-wds.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-10-04 13:39:50 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-10-06 19:24:51 +0200
commit47d83f020ae3d2f4eddb701860e24bb39e1fb029 (patch)
tree2009144f000f0c1ffdea615d2224d07dde3a885d /data/qmi-service-wds.json
parent7adcbf1234ecb7420910a666199e05d534a2e5e3 (diff)
wds: new 'WDS Set Autoconnect Setting' command support
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r--data/qmi-service-wds.json22
1 files changed, 21 insertions, 1 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index e303b21..e0949e9 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -1148,6 +1148,26 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsIpFamily" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] }
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Set Autoconnect Settings",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0051",
+ "version" : "1.12",
+ "input" : [ { "name" : "Status",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsAutoconnectSetting" },
+ { "name" : "Roaming",
+ "id" : "0x10",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsAutoconnectSettingRoaming" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] }
]