diff options
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r-- | data/qmi-service-wds.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json index d037481..498710b 100644 --- a/data/qmi-service-wds.json +++ b/data/qmi-service-wds.json @@ -639,6 +639,29 @@ "public-format" : "QmiWdsExtendedTechnologyPreference" } ] }, // ********************************************************************************* + { "name" : "Get Channel Rates", + "type" : "Message", + "service" : "WDS", + "id" : "0x0023", + "version" : "1.0", + "since" : "1.20", + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "Channel Rates", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "since" : "1.0", + "format" : "sequence", + "contents" : [ { "name" : "Channel TX Rate BPS", + "format" : "guint32" }, + { "name" : "Channel RX Rate BPS", + "format" : "guint32" }, + { "name" : "Max Channel TX Rate BPS", + "format" : "guint32" }, + { "name" : "Max Channel RX Rate BPS", + "format" : "guint32" } ] } ] }, + + // ********************************************************************************* { "name" : "Get Packet Statistics", "type" : "Message", "service" : "WDS", |