remove service prefix from options, add helptext for services
[project/uqmi.git] / commands-wds.h
1 #define __uqmi_wds_commands \
2 __uqmi_command(wds_set_auth, set-auth, required, QMI_SERVICE_WDS), \
3 __uqmi_command(wds_set_username, set-username, required, QMI_SERVICE_WDS), \
4 __uqmi_command(wds_set_password, set-password, required, QMI_SERVICE_WDS)
5
6 #define wds_helptext \
7 " --set-auth pap|chap|both|none: Set network authentication type\n" \
8 " --set-username: Set network username\n" \
9 " --set-password: Set network password\n" \
10