X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands-wds.h;h=ea64e8206a1f1b7c85b144bd08b2cfb4811e4dff;hp=b6198c2d07e7d4cfbd5ff5785edbcc78ac775183;hb=1077e609940803e44c52afd7f22fc5f08cb2f20f;hpb=9d816b46e6f2b707b6f91f1363f9c890c1ebf659;ds=sidebyside diff --git a/commands-wds.h b/commands-wds.h index b6198c2..ea64e82 100644 --- a/commands-wds.h +++ b/commands-wds.h @@ -2,11 +2,17 @@ __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_set_password, password, required, CMD_TYPE_OPTION), \ + __uqmi_command(wds_set_autoconnect, autoconnect, no, CMD_TYPE_OPTION), \ + __uqmi_command(wds_get_packet_service_status, get-data-status, no, QMI_SERVICE_WDS), \ + __uqmi_command(wds_reset, reset-wds, no, QMI_SERVICE_WDS) \ + #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" \ + " --autoconnect: Enable automatic connect/reconnect\n" \ + " --get-data-status: Get current data access status\n" \