summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2010-03-22 17:05:59 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-03-22 17:28:23 -0700
commit6cb22fe09657fff498bedb3ffc2d42db4ac08ea2 (patch)
tree6fdcbfad1a6fbafed8a97911ab6871bff4d6bce7 /gatchat/gatppp.h
parentcd5ddc2bee1530f0c35bc973c22d577a8e93db20 (diff)
downloadofono-6cb22fe09657fff498bedb3ffc2d42db4ac08ea2.tar.bz2
CHAP with MD5 authentication support
Authentication support with CHAP and MD5
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r--gatchat/gatppp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h
index 0d5d5ccb..8db26c96 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -51,6 +51,8 @@ void g_at_ppp_set_disconnect_function(GAtPPP *ppp,
void g_at_ppp_shutdown(GAtPPP *ppp);
void g_at_ppp_ref(GAtPPP *ppp);
void g_at_ppp_unref(GAtPPP *ppp);
+void g_at_ppp_set_credentials(GAtPPP *ppp, const char *username,
+ const char *passwd);
#ifdef __cplusplus
}
#endif