cinterion: setup SGAUTH response parser as a helper method

This commit is contained in:
Aleksander Morgado
2020-09-09 10:55:33 +02:00
parent eb338c967f
commit f280573f6d
4 changed files with 116 additions and 33 deletions

View File

@@ -111,6 +111,15 @@ MMBearerConnectionStatus mm_cinterion_parse_swwan_response (const gchar *respon
gpointer log_object,
GError **error);
/*****************************************************************************/
/* ^SGAUTH response parser */
gboolean mm_cinterion_parse_sgauth_response (const gchar *response,
guint cid,
MMBearerAllowedAuth *out_auth,
gchar **out_username,
GError **error);
/*****************************************************************************/
/* ^SMONG response parser */