Lines Matching refs:apn
207 if (profile->apn && !s_is_cdma) { //cdma no apn in WdsStartNwInterfaceReq()
210 pApnName->TLVLength = cpu_to_le16(strlen(profile->apn)); in WdsStartNwInterfaceReq()
211 qstrcpy((char *)&pApnName->ApnName, profile->apn); in WdsStartNwInterfaceReq()
513 if (profile->apn) { in WdsModifyProfileSettingsReq()
516 pApnName->TLVLength = cpu_to_le16(strlen(profile->apn)); in WdsModifyProfileSettingsReq()
517 qstrcpy((char *)&pApnName->ApnName, profile->apn); in WdsModifyProfileSettingsReq()
1965 …dbg_time("%s[%d] %s/%s/%s/%d", __func__, profile->pdp, profile->apn, profile->user, profile->passw… in requestSetProfile()
1979 char *apn = NULL; in requestGetProfile() local
2001 apn = strndup((const char *)(&pApnName->ApnName), le16_to_cpu(pApnName->TLVLength)); in requestGetProfile()
2012 profile->apn = apn; in requestGetProfile()
2019 dbg_time("%s[%d] %s/%s/%s/%d", __func__, profile->pdp, apn, user, password, auth); in requestGetProfile()