Searched refs:EID_EXTENSION_PRESENT (Results 1 – 9 of 9) sorted by relevance
295 InformationElement.EID_EXTENSION_PRESENT, results[0].id); in parseInformationElementWithExtensionId()441 InformationElement.EID_EXTENSION_PRESENT, in parseInformationElementWithTwoLevelFragmentation()1784 ie.id = InformationElement.EID_EXTENSION_PRESENT; in getHeOperationElement80Mhz()1829 ie.id = InformationElement.EID_EXTENSION_PRESENT; in getHeOperationElement160Mhz()1874 ie.id = InformationElement.EID_EXTENSION_PRESENT; in getHeOperationElementNo6GHzNoVht()1913 ie.id = InformationElement.EID_EXTENSION_PRESENT; in getHeOperationElementNo6GHzWithVht()1955 ie.id = InformationElement.EID_EXTENSION_PRESENT; in testHeOperationMisc()2053 ie.id = InformationElement.EID_EXTENSION_PRESENT; in getMaxNumberSpatialStreamsWithHeCapabilitiesIE()2081 ie.id = InformationElement.EID_EXTENSION_PRESENT; in testTwtHeCapabilities()2311 ie.id = InformationElement.EID_EXTENSION_PRESENT; in parseMultiLinkIeNoLinkInfo()[all …]
85 ies[1].id = InformationElement.EID_EXTENSION_PRESENT; in verifyFromScanResultRnrMultiIeNoLinksIe()124 ies[1].id = InformationElement.EID_EXTENSION_PRESENT; in verifyFromScanResultRnrMultiIeWithLinks()167 ies[1].id = InformationElement.EID_EXTENSION_PRESENT; in verifyFromScanResultRnrNoLinksMultiIeNoLinksIe()
19 import static android.net.wifi.ScanResult.InformationElement.EID_EXTENSION_PRESENT;448 } else if (ie.id == EID_EXTENSION_PRESENT && ie.idExt == EID_EXT_HE_CAPABILITIES) { in fromScanResult()450 } else if (ie.id == EID_EXTENSION_PRESENT && ie.idExt == EID_EXT_EHT_CAPABILITIES) { in fromScanResult()
132 if (e.id == InformationElement.EID_EXTENSION_PRESENT) { in toHexString()150 return ((eid == InformationElement.EID_EXTENSION_PRESENT) in isFragmentable()179 } else if (eid == InformationElement.EID_EXTENSION_PRESENT) { in parseInformationElements()769 if (ie.id != InformationElement.EID_EXTENSION_PRESENT in from()950 if (ie.id != InformationElement.EID_EXTENSION_PRESENT in from()1140 if (ie.id != InformationElement.EID_EXTENSION_PRESENT in from()1215 if (ie.id != InformationElement.EID_EXTENSION_PRESENT in from()1460 if (ie.id != InformationElement.EID_EXTENSION_PRESENT in from()
246 writeScanResult.informationElements[1].id = InformationElement.EID_EXTENSION_PRESENT; in verifyScanResultParcelWithInformationElement()
833 informationElement.id = ScanResult.InformationElement.EID_EXTENSION_PRESENT; in generateIes()
281 case ScanResult.InformationElement.EID_EXTENSION_PRESENT: in NetworkDetail()
634 heCap.id = ScanResult.InformationElement.EID_EXTENSION_PRESENT; in testResponderPreambleSelection()
1247 public static final int EID_EXTENSION_PRESENT = 255; field in ScanResult.InformationElement