Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c179 PQMIWDS_IP_FAMILY_TLV pIpFamily; in WdsStartNwInterfaceReq() local
243 pIpFamily = (PQMIWDS_IP_FAMILY_TLV)(pTLV + TLVLength); in WdsStartNwInterfaceReq()
244 pIpFamily->TLVType = 0x19; in WdsStartNwInterfaceReq()
245 pIpFamily->TLVLength = cpu_to_le16(0x01); in WdsStartNwInterfaceReq()
246 pIpFamily->IpFamily = profile->curIpFamily; in WdsStartNwInterfaceReq()
247 TLVLength += (le16_to_cpu(pIpFamily->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsStartNwInterfaceReq()