summaryrefslogtreecommitdiff
path: root/commands-wda.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands-wda.h')
-rw-r--r--commands-wda.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/commands-wda.h b/commands-wda.h
new file mode 100644
index 0000000..e51452c
--- /dev/null
+++ b/commands-wda.h
@@ -0,0 +1,9 @@
+#define __uqmi_wda_commands \
+ __uqmi_command(wda_set_data_format, wda-set-data-format, required, QMI_SERVICE_WDA), \
+ __uqmi_command(wda_get_data_format, wda-get-data-format, no, QMI_SERVICE_WDA)
+
+
+#define wda_helptext \
+ " --wda-set-data-format <type>: Set data format (type: 802.3|raw-ip)\n" \
+ " --wda-get-data-format: Get data format\n" \
+