gprs: provision the authentication method
authorPhilip Paeps <philip@paeps.cx>
Tue, 24 Jun 2014 09:57:06 +0000 (11:57 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 24 Jun 2014 17:46:18 +0000 (12:46 -0500)
src/gprs.c

index 1efcc0c..05ab499 100644 (file)
@@ -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;