From 7adcbf1234ecb7420910a666199e05d534a2e5e3 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 4 Oct 2015 12:04:41 +0200 Subject: wds: new 'WDS Get Autoconnect Setting' command support --- data/qmi-service-wds.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'data') 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", -- cgit v1.1