summaryrefslogtreecommitdiff
path: root/commands-wds.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands-wds.h')
-rw-r--r--commands-wds.h2
1 files changed, 2 insertions, 0 deletions
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 <password>: Use network password\n" \
" --ip-family <family>: Use ip-family for the connection (ipv4, ipv6, unspecified)\n" \
" --autoconnect: Enable automatic connect/reconnect\n" \
+ " --profile <index>: Use connection profile\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" \