Searched refs:EID_SSID (Results 1 – 12 of 12) sorted by relevance
58 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testNetworkCreationFromScanResult()160 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testGenerateSecurityParamsListFromScanResult()332 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testPskSha256SaeTransitionModeCheck()359 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testPskSaeTransitionModeCheck()386 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testPskNotInTransitionModeCheck()413 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testSaeNotInTransitionModeCheck()440 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testSaeExtKeyAkmSupportedNetwork()467 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testFtEapAkmSupportedNetwork()495 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testFilsSha256AkmSupportedNetwork()524 createIE(InformationElement.EID_SSID, ssid.getBytes(StandardCharsets.UTF_8)) in testFilsSha384AkmSupportedNetwork()[all …]
155 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id); in parseInformationElements_withSingleElement()178 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id); in parseInformationElements_withExtraPadding()201 assertEquals("Parsed result should be a ssid.", InformationElement.EID_SSID, results[0].id); in parseInformationElements_secondElementInvalidLength()222 InformationElement.EID_SSID, results[0].id); in parseInformationElements_twoElements()252 assertEquals("Second element should be a ssid", InformationElement.EID_SSID, results[1].id); in parseInformationElements_firstElementZeroLength()
121 ie.id = InformationElement.EID_SSID; in testConnectToUnknownAkmNetwork()
86 ie.id = ScanResult.InformationElement.EID_SSID; in generateSsidIe()
444 ie.id = ScanResult.InformationElement.EID_SSID; in getHiddenScanDetail()1098 ScanResult.InformationElement ie = createIE(ScanResult.InformationElement.EID_SSID, in triggerConnectWithUpgradeType()1229 ScanResult.InformationElement ie = createIE(ScanResult.InformationElement.EID_SSID, in connect()1376 ScanResult.InformationElement ie = createIE(ScanResult.InformationElement.EID_SSID, in connectWithIpProvisionTimeout()6920 ScanResult.InformationElement ie = createIE(ScanResult.InformationElement.EID_SSID, in setupFilsEnabledApInScanResult()8412 ScanResult.InformationElement ie = createIE(ScanResult.InformationElement.EID_SSID, in verifyTransitionDisableEvent()10478 ScanResult.InformationElement ie = createIE(ScanResult.InformationElement.EID_SSID, in makeScanResult()
520 scanResults[0].informationElements[0].id = InformationElement.EID_SSID; in mockWifiScanner()
179 ScanResult.InformationElement.EID_SSID, 0, new byte[4])); in testSetVendorElementsWithNonVendorSpecificInformationElement()
236 case ScanResult.InformationElement.EID_SSID: in NetworkDetail()
170 if (elementLength > data.remaining() || (eid == InformationElement.EID_SSID in parseInformationElements()177 if (eid == InformationElement.EID_SSID) { in parseInformationElements()
1201 public static final int EID_SSID = 0; field in ScanResult.InformationElement
1221 ScanResult.InformationElement.EID_SSID, 4, 0x1, 0x2, 0x3, 0x0, in testOnDeviceFoundWithVendorElementsWithNonVsie()
1412 ScanResult.InformationElement.EID_SSID, in onCommand()