X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands-wds.h;h=de025d78669e5ccc9e214dffa2d7bf2b2d47ab78;hp=3076bae2d94b55bcc245c1e045ca7716be8c6b12;hb=b9703ad62627caa8a1aa780334eaa3af1d807751;hpb=423a7e9c9448a247e121a9e79f9ac1a1e8bb5e56 diff --git a/commands-wds.h b/commands-wds.h index 3076bae..de025d7 100644 --- a/commands-wds.h +++ b/commands-wds.h @@ -27,6 +27,7 @@ __uqmi_command(wds_set_password, password, required, CMD_TYPE_OPTION), \ __uqmi_command(wds_set_ip_family_pref, ip-family, required, CMD_TYPE_OPTION), \ __uqmi_command(wds_set_autoconnect, autoconnect, no, CMD_TYPE_OPTION), \ + __uqmi_command(wds_set_profile, profile, required, CMD_TYPE_OPTION), \ __uqmi_command(wds_stop_network, stop-network, required, QMI_SERVICE_WDS), \ __uqmi_command(wds_get_packet_service_status, get-data-status, no, QMI_SERVICE_WDS), \ __uqmi_command(wds_set_ip_family, set-ip-family, required, QMI_SERVICE_WDS), \ @@ -43,6 +44,7 @@ " --password : Use network password\n" \ " --ip-family : Use ip-family for the connection (ipv4, ipv6, unspecified)\n" \ " --autoconnect: Enable automatic connect/reconnect\n" \ + " --profile : Use connection profile\n" \ " --stop-network : Stop network connection (use with option below)\n" \ " --autoconnect: Disable automatic connect/reconnect\n" \ " --get-data-status: Get current data access status\n" \