implement --get-data-status
[project/uqmi.git] / commands-wds.h
index b6198c2..c205057 100644 (file)
@@ -2,11 +2,14 @@
        __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_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_get_packet_service_status, get-data-status, no, CMD_TYPE_OPTION) \
+
 
 #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" \
 
 #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" \
+               "  --get-data-status:                Get current data access status\n" \