Home
last modified time | relevance | path

Searched refs:EID_SSID (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/util/
DScanResultUtilTest.java58 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 …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java155 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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAvailableNetworkNotifierTest.java121 ie.id = InformationElement.EID_SSID; in testConnectToUnknownAkmNetwork()
DScanResults.java86 ie.id = ScanResult.InformationElement.EID_SSID; in generateSsidIe()
DClientModeImplTest.java444 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()
DWifiConnectivityManagerTest.java520 scanResults[0].informationElements[0].id = InformationElement.EID_SSID; in mockWifiScanner()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pManagerTest.java179 ScanResult.InformationElement.EID_SSID, 0, new byte[4])); in testSetVendorElementsWithNonVendorSpecificInformationElement()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java236 case ScanResult.InformationElement.EID_SSID: in NetworkDetail()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java170 if (elementLength > data.remaining() || (eid == InformationElement.EID_SSID in parseInformationElements()
177 if (eid == InformationElement.EID_SSID) { in parseInformationElements()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1201 public static final int EID_SSID = 0; field in ScanResult.InformationElement
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackAidlImplTest.java1221 ScanResult.InformationElement.EID_SSID, 4, 0x1, 0x2, 0x3, 0x0, in testOnDeviceFoundWithVendorElementsWithNonVsie()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1412 ScanResult.InformationElement.EID_SSID, in onCommand()