X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands-wds.h;h=c205057f0e041e822d48b425380839012706413e;hp=3690c3f50591e280f810865de731df78eae762e7;hb=517bdc9e99b8151785acfdb0ae8a0ef99e6fc0dd;hpb=b29e4d756726e9685ad812210c5f2e5298100140 diff --git a/commands-wds.h b/commands-wds.h index 3690c3f..c205057 100644 --- a/commands-wds.h +++ b/commands-wds.h @@ -1,5 +1,15 @@ #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), \ + __uqmi_command(wds_get_packet_service_status, get-data-status, no, 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" \ + " --get-data-status: Get current data access status\n" \