summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gprs.c2
1 files changed, 2 insertions, 0 deletions
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;