summaryrefslogtreecommitdiff
path: root/src/qmicli/qmicli-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-10-04 13:39:50 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-10-06 19:24:51 +0200
commit47d83f020ae3d2f4eddb701860e24bb39e1fb029 (patch)
tree2009144f000f0c1ffdea615d2224d07dde3a885d /src/qmicli/qmicli-helpers.h
parent7adcbf1234ecb7420910a666199e05d534a2e5e3 (diff)
downloadlibqmi-47d83f020ae3d2f4eddb701860e24bb39e1fb029.tar.gz
wds: new 'WDS Set Autoconnect Setting' command support
Diffstat (limited to 'src/qmicli/qmicli-helpers.h')
-rw-r--r--src/qmicli/qmicli-helpers.h43
1 files changed, 24 insertions, 19 deletions
diff --git a/src/qmicli/qmicli-helpers.h b/src/qmicli/qmicli-helpers.h
index 32452075..0e6d5677 100644
--- a/src/qmicli/qmicli-helpers.h
+++ b/src/qmicli/qmicli-helpers.h
@@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Copyright (C) 2015 Velocloud Inc.
* Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es>
*/
@@ -29,25 +30,29 @@ gchar *qmicli_get_raw_data_printable (const GArray *data,
gsize max_line_length,
const gchar *new_line_prefix);
-gboolean qmicli_read_pin_id_from_string (const gchar *str,
- QmiDmsUimPinId *out);
-gboolean qmicli_read_operating_mode_from_string (const gchar *str,
- QmiDmsOperatingMode *out);
-gboolean qmicli_read_rat_mode_pref_from_string (const gchar *str,
- QmiNasRatModePreference *out);
-gboolean qmicli_read_facility_from_string (const gchar *str,
- QmiDmsUimFacility *out);
-gboolean qmicli_read_enable_disable_from_string (const gchar *str,
- gboolean *out);
-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_link_layer_protocol_from_string (const gchar *str,
- QmiWdaLinkLayerProtocol *out);
+gboolean qmicli_read_pin_id_from_string (const gchar *str,
+ QmiDmsUimPinId *out);
+gboolean qmicli_read_operating_mode_from_string (const gchar *str,
+ QmiDmsOperatingMode *out);
+gboolean qmicli_read_rat_mode_pref_from_string (const gchar *str,
+ QmiNasRatModePreference *out);
+gboolean qmicli_read_facility_from_string (const gchar *str,
+ QmiDmsUimFacility *out);
+gboolean qmicli_read_enable_disable_from_string (const gchar *str,
+ gboolean *out);
+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_link_layer_protocol_from_string (const gchar *str,
+ QmiWdaLinkLayerProtocol *out);
+gboolean qmicli_read_autoconnect_setting_from_string (const gchar *str,
+ QmiWdsAutoconnectSetting *out);
+gboolean qmicli_read_autoconnect_setting_roaming_from_string (const gchar *str,
+ QmiWdsAutoconnectSettingRoaming *out);
gboolean qmicli_read_non_empty_string (const gchar *str,
const gchar *description,