summaryrefslogtreecommitdiff
path: root/commands-wds.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands-wds.h')
-rw-r--r--commands-wds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands-wds.h b/commands-wds.h
index ea64e82..60e922d 100644
--- a/commands-wds.h
+++ b/commands-wds.h
@@ -4,6 +4,7 @@
__uqmi_command(wds_set_username, username, 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_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_reset, reset-wds, no, QMI_SERVICE_WDS) \
@@ -14,5 +15,7 @@
" --username <name>: Use network username\n" \
" --password <password>: Use network password\n" \
" --autoconnect: Enable automatic connect/reconnect\n" \
+ " --stop-network <pdh>: Stop network connection (use with option below)\n" \
+ " --autoconnect: Disable automatic connect/reconnect\n" \
" --get-data-status: Get current data access status\n" \