add wda commands for setting/getting wireless data mode
[project/uqmi.git] / commands-wda.h
1 #define __uqmi_wda_commands \
2 __uqmi_command(wda_set_data_format, wda-set-data-format, required, QMI_SERVICE_WDA), \
3 __uqmi_command(wda_get_data_format, wda-get-data-format, no, QMI_SERVICE_WDA)
4
5
6 #define wda_helptext \
7 " --wda-set-data-format <type>: Set data format (type: 802.3|raw-ip)\n" \
8 " --wda-get-data-format: Get data format\n" \
9