Searched refs:multiLink (Results 1 – 2 of 2) sorted by relevance
450 InformationElementUtil.MultiLink multiLink = new InformationElementUtil.MultiLink(); in parseInformationElementWithTwoLevelFragmentation() local451 multiLink.from(results[0]); in parseInformationElementWithTwoLevelFragmentation()452 assertTrue(multiLink.isPresent()); in parseInformationElementWithTwoLevelFragmentation()453 assertEquals(2, multiLink.getLinkId()); in parseInformationElementWithTwoLevelFragmentation()454 assertEquals(2, multiLink.getAffiliatedLinks().size()); in parseInformationElementWithTwoLevelFragmentation()455 assertEquals(0, multiLink.getAffiliatedLinks().get(0).getLinkId()); in parseInformationElementWithTwoLevelFragmentation()458 multiLink.getAffiliatedLinks().get(0).getApMacAddress()); in parseInformationElementWithTwoLevelFragmentation()459 assertEquals(1, multiLink.getAffiliatedLinks().get(1).getLinkId()); in parseInformationElementWithTwoLevelFragmentation()462 multiLink.getAffiliatedLinks().get(1).getApMacAddress()); in parseInformationElementWithTwoLevelFragmentation()2319 InformationElementUtil.MultiLink multiLink = new InformationElementUtil.MultiLink(); in parseMultiLinkIeNoLinkInfo() local[all …]
213 InformationElementUtil.MultiLink multiLink = in NetworkDetail() local296 multiLink.from(ie); in NetworkDetail()472 if (multiLink.isPresent()) { in NetworkDetail()473 mMldMacAddress = multiLink.getMldMacAddress(); in NetworkDetail()474 mMloLinkId = multiLink.getLinkId(); in NetworkDetail()478 } else if (!multiLink.getAffiliatedLinks().isEmpty()) { in NetworkDetail()479 mAffiliatedMloLinks = new ArrayList<>(multiLink.getAffiliatedLinks()); in NetworkDetail()