Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DNetworkDetailTest.java86 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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java444 "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()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java295 case ScanResult.InformationElement.EID_EXT_MULTI_LINK: in NetworkDetail()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java151 && (eidExt == InformationElement.EID_EXT_MULTI_LINK)); in isFragmentable()
1461 || ie.idExt != InformationElement.EID_EXT_MULTI_LINK) { in from()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1265 public static final int EID_EXT_MULTI_LINK = 107; field in ScanResult.InformationElement