Home
last modified time | relevance | path

Searched refs:isOweOnlyNetworkInRange (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java715 public boolean isOweOnlyNetworkInRange(String ssid) { in isOweOnlyNetworkInRange() method in ScanRequestProxy
DWifiNetworkSelector.java1427 mScanRequestProxy.isOweOnlyNetworkInRange(config.SSID), in removeSecurityParamsIfNecessary()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java10573 boolean isOweOnlyNetworkInRange, boolean shouldDropRequest) in verifyConnectWithDisabledOpenType() argument
10585 if (isOweOnlyNetworkInRange) { in verifyConnectWithDisabledOpenType()
10596 boolean isOweOnlyNetworkInRange = false; in testConnectDropWithOnlyDisabledOpenNetwork()
10601 isOweOnlyNetworkInRange, shouldDropRequest); in testConnectDropWithOnlyDisabledOpenNetwork()
10608 boolean isOweOnlyNetworkInRange = false; in testConnectAllowedWithOpenOweNetwork()
10613 isOweOnlyNetworkInRange, shouldDropRequest); in testConnectAllowedWithOpenOweNetwork()
10620 boolean isOweOnlyNetworkInRange = true; in testConnectAllowedWithOweNetwork()
10625 isOweOnlyNetworkInRange, shouldDropRequest); in testConnectAllowedWithOweNetwork()
10632 boolean isOweOnlyNetworkInRange = false; in testConnectAllowedWithoutOpenNetwork()
10637 isOweOnlyNetworkInRange, shouldDropRequest); in testConnectAllowedWithoutOpenNetwork()
[all …]