Searched refs:pProfileIndex (Results 1 – 1 of 1) sorted by relevance
251 PQMIWDS_PROFILE_IDENTIFIER pProfileIndex = (PQMIWDS_PROFILE_IDENTIFIER)(pTLV + TLVLength); in WdsStartNwInterfaceReq() local252 pProfileIndex->TLVLength = cpu_to_le16(0x01); in WdsStartNwInterfaceReq()253 pProfileIndex->TLVType = 0x31; in WdsStartNwInterfaceReq()254 pProfileIndex->ProfileIndex = profile->pdp; in WdsStartNwInterfaceReq()256 pProfileIndex->TLVType = 0x32; //profile_index_3gpp2 in WdsStartNwInterfaceReq()257 pProfileIndex->ProfileIndex = 101; in WdsStartNwInterfaceReq()259 TLVLength += (le16_to_cpu(pProfileIndex->TLVLength) + sizeof(QCQMICTL_TLV_HDR)); in WdsStartNwInterfaceReq()