Searched refs:pIpFamily (Results 1 – 1 of 1) sorted by relevance
179 PQMIWDS_IP_FAMILY_TLV pIpFamily; in WdsStartNwInterfaceReq() local243 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()