diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-10-04 12:04:41 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-10-06 19:24:51 +0200 |
commit | 7adcbf1234ecb7420910a666199e05d534a2e5e3 (patch) | |
tree | db4d616f30841b13a434531dea390f5124c65a09 /data | |
parent | 239e624b1bc115e33f5f29e63f62c010eef6a898 (diff) |
wds: new 'WDS Get Autoconnect Setting' command support
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-wds.json | 22 |
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", |