Searched refs:EID_EXT_MULTI_LINK (Results 1 – 5 of 5) sorted by relevance
86 ies[1].idExt = InformationElement.EID_EXT_MULTI_LINK; in verifyFromScanResultRnrMultiIeNoLinksIe()125 ies[1].idExt = InformationElement.EID_EXT_MULTI_LINK; in verifyFromScanResultRnrMultiIeWithLinks()168 ies[1].idExt = InformationElement.EID_EXT_MULTI_LINK; in verifyFromScanResultRnrNoLinksMultiIeNoLinksIe()
444 "First result should have idExt = " + InformationElement.EID_EXT_MULTI_LINK, in parseInformationElementWithTwoLevelFragmentation()445 InformationElement.EID_EXT_MULTI_LINK, in parseInformationElementWithTwoLevelFragmentation()2312 ie.idExt = InformationElement.EID_EXT_MULTI_LINK; in parseMultiLinkIeNoLinkInfo()2334 ie.idExt = InformationElement.EID_EXT_MULTI_LINK; in parseMultiLinkIeWithLinkInfo()2360 ie.idExt = InformationElement.EID_EXT_MULTI_LINK; in parseMultiLinkIeWithFragmentedLinkInfo()
295 case ScanResult.InformationElement.EID_EXT_MULTI_LINK: in NetworkDetail()
151 && (eidExt == InformationElement.EID_EXT_MULTI_LINK)); in isFragmentable()1461 || ie.idExt != InformationElement.EID_EXT_MULTI_LINK) { in from()
1265 public static final int EID_EXT_MULTI_LINK = 107; field in ScanResult.InformationElement