X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=commands-wds.h;h=b6198c2d07e7d4cfbd5ff5785edbcc78ac775183;hb=a54ab694cdad2a5b50159a27e2f79df4b4a1e8bd;hp=2374f853261908facef293c7a93fe5a4bb81c69e;hpb=002ec24cc7a67e85e85427d0c5ab31521aab1134;p=project%2Fuqmi.git diff --git a/commands-wds.h b/commands-wds.h index 2374f85..b6198c2 100644 --- a/commands-wds.h +++ b/commands-wds.h @@ -1,10 +1,12 @@ #define __uqmi_wds_commands \ - __uqmi_command(wds_set_auth, set-auth, required, QMI_SERVICE_WDS), \ - __uqmi_command(wds_set_username, set-username, required, QMI_SERVICE_WDS), \ - __uqmi_command(wds_set_password, set-password, required, QMI_SERVICE_WDS) + __uqmi_command(wds_start_network, start-network, required, QMI_SERVICE_WDS), \ + __uqmi_command(wds_set_auth, auth-type, required, CMD_TYPE_OPTION), \ + __uqmi_command(wds_set_username, username, required, CMD_TYPE_OPTION), \ + __uqmi_command(wds_set_password, password, required, CMD_TYPE_OPTION) #define wds_helptext \ - " --set-auth pap|chap|both|none: Set network authentication type\n" \ - " --set-username: Set network username\n" \ - " --set-password: Set network password\n" \ + " --start-network : Start network connection (use with options below)\n" \ + " --auth-type pap|chap|both|none: Use network authentication type\n" \ + " --username : Use network username\n" \ + " --password : Use network password\n" \