Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c174 PQMIWDS_TECHNOLOGY_PREFERECE pTechPref; in WdsStartNwInterfaceReq() local
197 pTechPref = (PQMIWDS_TECHNOLOGY_PREFERECE)(pTLV + TLVLength); in WdsStartNwInterfaceReq()
198 pTechPref->TLVType = 0x30; in WdsStartNwInterfaceReq()
199 pTechPref->TLVLength = cpu_to_le16(0x01); in WdsStartNwInterfaceReq()
201 pTechPref->TechPreference = 0x01; in WdsStartNwInterfaceReq()
203 pTechPref->TechPreference = 0x02; in WdsStartNwInterfaceReq()
204 TLVLength +=(le16_to_cpu(pTechPref->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsStartNwInterfaceReq()