Home
last modified time | relevance | path

Searched refs:pPdpType (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c487 PQMIWDS_PDPTYPE pPdpType; in WdsModifyProfileSettingsReq() local
497 pPdpType = (PQMIWDS_PDPTYPE)(pTLV + TLVLength); in WdsModifyProfileSettingsReq()
498 pPdpType->TLVType = 0x11; in WdsModifyProfileSettingsReq()
499 pPdpType->TLVLength = cpu_to_le16(0x01); in WdsModifyProfileSettingsReq()
505 pPdpType->PdpType = 3; in WdsModifyProfileSettingsReq()
507 pPdpType->PdpType = 2; in WdsModifyProfileSettingsReq()
509 pPdpType->PdpType = 0; in WdsModifyProfileSettingsReq()
510 TLVLength +=(le16_to_cpu(pPdpType->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsModifyProfileSettingsReq()