X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands-wds.h;h=b6198c2d07e7d4cfbd5ff5785edbcc78ac775183;hp=3690c3f50591e280f810865de731df78eae762e7;hb=1803bd8512f72b6bb61b8c462e68fcfabc319f62;hpb=b29e4d756726e9685ad812210c5f2e5298100140 diff --git a/commands-wds.h b/commands-wds.h index 3690c3f..b6198c2 100644 --- a/commands-wds.h +++ b/commands-wds.h @@ -1,5 +1,12 @@ #define __uqmi_wds_commands \ - __uqmi_command(wds_set_auth, wds-set-auth, required, QMI_SERVICE_WDS), \ - __uqmi_command(wds_set_username, wds-set-username, required, QMI_SERVICE_WDS), \ - __uqmi_command(wds_set_password, wds-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 \ + " --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" \