Searched refs:pskScan (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
D | StandardWifiEntryTest.java | 874 ScanResult pskScan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testGetSecurityString_pskAndSae_getWpaWpa2Wpa3Personal() local 875 pskScan.capabilities = "PSK"; in testGetSecurityString_pskAndSae_getWpaWpa2Wpa3Personal() 882 Arrays.asList(pskConfig, saeConfig), Arrays.asList(pskScan, saeScan), in testGetSecurityString_pskAndSae_getWpaWpa2Wpa3Personal() 907 ScanResult pskScan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testGetSecurityString_connected_getConnectionSecurityType() local 908 pskScan.capabilities = "PSK"; in testGetSecurityString_connected_getConnectionSecurityType() 918 Arrays.asList(pskConfig, saeConfig), Arrays.asList(pskScan, saeScan), in testGetSecurityString_connected_getConnectionSecurityType() 1576 ScanResult pskScan = buildScanResult("ssid", "bssid0", 0, TestUtils.GOOD_RSSI); in testGetLevel_multipleSecurities_configAndScansMatch() local 1577 pskScan.capabilities = "PSK"; in testGetLevel_multipleSecurities_configAndScansMatch() 1584 Collections.singletonList(pskConfig), Arrays.asList(pskScan, saeScan), in testGetLevel_multipleSecurities_configAndScansMatch() 1597 entry.updateScanResultInfo(Collections.singletonList(pskScan)); in testGetLevel_multipleSecurities_configAndScansMatch()
|