Home
last modified time | relevance | path

Searched refs:needsPreSharedKey (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiConfigurationTest.java678 assertTrue(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
681 assertTrue(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
684 assertTrue(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
687 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
690 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
693 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
696 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
699 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DNetworkListStoreData.java291 if (configuration.preSharedKey != null && !configuration.needsPreSharedKey()) { in parseNetwork()
DWifiConfigurationUtil.java704 if (config.preSharedKey != null && !config.needsPreSharedKey()) { in validate()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java3846 public boolean needsPreSharedKey() { in needsPreSharedKey() method in WifiConfiguration