Home
last modified time | relevance | path

Searched refs:isWpa3SaeSupported (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java294 if (!ApConfigUtil.isWpa3SaeSupported(mContext) && (config.getSecurityType() in resetToDefaultForUnsupportedConfig()
432 if (ApConfigUtil.isWpa3SaeSupported(mContext)) { in getDefaultApConfiguration()
504 if (ApConfigUtil.isWpa3SaeSupported(context)) { in generateLocalOnlyHotspotConfig()
DWifiShellCommand.java951 if (ApConfigUtil.isWpa3SaeSupported(mContext)) { in onCommand()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java519 if (wifiManager.isWpa3SaeSupported()) { in isSupportWifiDpp()
538 if (wifiManager.isWpa3SaeSupported()) { in isSupportZxing()
DWifiNetworkConfig.java220 if (wifiManager.isWpa3SaeSupported()) { in isSupportWifiDpp()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/security/
DWifiSecurityHelper.java61 if (wifiManager.isWpa3SaeSupported()) { in getSecurityTypes()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DNetworkSecurityPreferenceController.java98 if (wifiManager.isWpa3SaeSupported()) { in onCreateInternal()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java1003 if (isWpa3SaeSupported(context)) { in updateCapabilityFromResource()
1193 public static boolean isWpa3SaeSupported(@NonNull Context context) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigControllerTest.java341 when(wifiManager.isWpa3SaeSupported()).thenReturn(saeVisible); in securitySpinnerTestHelper()
DWifiConfigController2Test.java393 when(mWifiManager.isWpa3SaeSupported()).thenReturn(saeVisible); in securitySpinnerTestHelper()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1752 if (mWifiManager.isWpa3SaeSupported()) { in configureSecuritySpinner()
DWifiConfigController2.java1850 if (mWifiManager.isWpa3SaeSupported()) {
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2565 assertTrue(mWifiManager.isWpa3SaeSupported()); in testIsWpa3SaeSupported()
2568 assertFalse(mWifiManager.isWpa3SaeSupported()); in testIsWpa3SaeSupported()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java8892 public boolean isWpa3SaeSupported() { in isWpa3SaeSupported() method in WifiManager
/packages/modules/Wifi/framework/api/
Dcurrent.txt516 method public boolean isWpa3SaeSupported();