Searched refs:pApnName (Results 1 – 1 of 1) sorted by relevance
178 PQMIWDS_APNNAME pApnName; in WdsStartNwInterfaceReq() local208 pApnName = (PQMIWDS_APNNAME)(pTLV + TLVLength); in WdsStartNwInterfaceReq()209 pApnName->TLVType = 0x14; in WdsStartNwInterfaceReq()210 pApnName->TLVLength = cpu_to_le16(strlen(profile->apn)); in WdsStartNwInterfaceReq()211 qstrcpy((char *)&pApnName->ApnName, profile->apn); in WdsStartNwInterfaceReq()212 TLVLength +=(le16_to_cpu(pApnName->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsStartNwInterfaceReq()514 PQMIWDS_APNNAME pApnName = (PQMIWDS_APNNAME)(pTLV + TLVLength); in WdsModifyProfileSettingsReq() local515 pApnName->TLVType = 0x14; in WdsModifyProfileSettingsReq()516 pApnName->TLVLength = cpu_to_le16(strlen(profile->apn)); in WdsModifyProfileSettingsReq()517 qstrcpy((char *)&pApnName->ApnName, profile->apn); in WdsModifyProfileSettingsReq()[all …]