From: Philip Paeps Date: Tue, 24 Jun 2014 09:57:06 +0000 (+0200) Subject: gprs: provision the authentication method X-Git-Tag: upstream/1.15~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c144fadca6a7723bbfadde59cc0c2374a4340ca0;p=platform%2Fupstream%2Fofono.git gprs: provision the authentication method --- 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;