implement the start network command
[project/uqmi.git] / commands-wds.h
1 #define __uqmi_wds_commands \
2 __uqmi_command(wds_start_network, start-network, required, QMI_SERVICE_WDS), \
3 __uqmi_command(wds_set_auth, auth-type, required, CMD_TYPE_OPTION), \
4 __uqmi_command(wds_set_username, username, required, CMD_TYPE_OPTION), \
5 __uqmi_command(wds_set_password, password, required, CMD_TYPE_OPTION)
6
7 #define wds_helptext \
8 " --start-network <apn>: Start network connection (use with options below)\n" \
9 " --auth-type pap|chap|both|none: Use network authentication type\n" \
10 " --username <name>: Use network username\n" \
11 " --password <password>: Use network password\n" \
12