From c144fadca6a7723bbfadde59cc0c2374a4340ca0 Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Tue, 24 Jun 2014 11:57:06 +0200 Subject: gprs: provision the authentication method --- src/gprs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gprs.c b/src/gprs.c index 1efcc0ca..05ab4994 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -3030,6 +3030,8 @@ static void provision_context(const struct ofono_gprs_provision_data *ap, if (ap->password != NULL) strcpy(context->context.password, ap->password); + context->context.auth_method = ap->auth_method; + strcpy(context->context.apn, ap->apn); context->context.proto = ap->proto; -- cgit v1.2.3