gprs: provision the authentication method

This commit is contained in:
Philip Paeps 2014-06-24 11:57:06 +02:00 committed by Denis Kenzior
parent 532e8020e5
commit c144fadca6
1 changed files with 2 additions and 0 deletions

View 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;