summaryrefslogtreecommitdiff
path: root/src/qmicli/qmicli-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-12-12 10:40:37 -0800
committerAleksander Morgado <aleksander@lanedo.com>2013-12-13 09:13:01 +0100
commit2eaaea2d73ec6eb9e4a3ae284eb895b838c1e306 (patch)
treea59125242272d14f1c3b3b141383279b3c865858 /src/qmicli/qmicli-helpers.h
parentaf873f4041c29251df19216cc9411e6b3c0a783d (diff)
downloadlibqmi-2eaaea2d73ec6eb9e4a3ae284eb895b838c1e306.tar.gz
qmicli: add '--device-open-net' option
The device-open-net cmdline option allows you to specify network-mode and/or qos-header mode flags when opening the device. This has been found to be necessary on some cards/modes such as the MC7750 in LTE mode. Based on an original patch from: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'src/qmicli/qmicli-helpers.h')
-rw-r--r--src/qmicli/qmicli-helpers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmicli/qmicli-helpers.h b/src/qmicli/qmicli-helpers.h
index d33f4424..22ff3302 100644
--- a/src/qmicli/qmicli-helpers.h
+++ b/src/qmicli/qmicli-helpers.h
@@ -42,9 +42,10 @@ gboolean qmicli_read_enable_disable_from_string (const gchar *str,
gboolean qmicli_read_firmware_id_from_string (const gchar *str,
QmiDmsFirmwareImageType *out_type,
guint *out_index);
-
gboolean qmicli_read_radio_interface_from_string (const gchar *str,
QmiNasRadioInterface *out);
+gboolean qmicli_read_net_open_flags_from_string (const gchar *str,
+ QmiDeviceOpenFlags *out);
gboolean qmicli_read_non_empty_string (const gchar *str,
const gchar *description,