summaryrefslogtreecommitdiff
path: root/commands-wds.h
blob: bd4b221bba7071c6eb011ae556c9f8f2138d4208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#define __uqmi_wds_commands \
	__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_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 <apn>:            Start network connection (use with options below)\n" \
		"    --auth-type pap|chap|both|none: Use network authentication type\n" \
		"    --username <name>:              Use network username\n" \
		"    --password <password>:          Use network password\n" \
		"    --autconnect:                   Enable automatic connect/reconnect\n" \
		"  --get-data-status:                Get current data access status\n" \