Home
last modified time | relevance | path

Searched refs:SECURITY_SAE (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java166 return WifiQrCode.SECURITY_SAE; in getSecurityString()
182 case WifiEntry.SECURITY_SAE: in getSecurityString()
183 return WifiQrCode.SECURITY_SAE; in getSecurityString()
306 security = WifiQrCode.SECURITY_SAE; in getHotspotConfiguratorIntentOrNull()
453 case WifiEntry.SECURITY_SAE: in isSupportWifiDpp()
472 case WifiEntry.SECURITY_SAE: in isSupportZxing()
500 return WifiEntry.SECURITY_SAE; in getSecurityTypeFromWifiConfiguration()
DWifiNetworkConfig.java20 import static com.android.settings.wifi.dpp.WifiQrCode.SECURITY_SAE;
219 case SECURITY_SAE: in isSupportWifiDpp()
280 } else if (mSecurity.startsWith(SECURITY_SAE)) { in getWifiConfigurations()
DWifiQrCode.java70 static final String SECURITY_SAE = "SAE"; field in WifiQrCode
DWifiNetworkListFragment.java259 return security == WifiEntry.SECURITY_PSK || security == WifiEntry.SECURITY_SAE; in isValidForDppConfiguration()
DWifiDppQrCodeScannerFragment.java253 if (security == WifiEntry.SECURITY_SAE in isReachableWifiNetwork()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DNetworkSecurityPreferenceController.java55 WifiEntry.SECURITY_SAE,
100 SECURITY_TYPE_TO_DESC_RES.get(WifiEntry.SECURITY_SAE))); in onCreateInternal()
101 securityTypeIdsList.add(Integer.toString(WifiEntry.SECURITY_SAE)); in onCreateInternal()
150 map.put(WifiEntry.SECURITY_SAE, R.string.wifi_security_sae); in createSecurityTypeDescMap()
DWifiEntrySecurity.java40 WifiEntry.SECURITY_SAE,
71 case WifiEntry.SECURITY_SAE: in toString()
DWifiUtil.java264 case WifiEntry.SECURITY_SAE: in finishWifiConfig()
316 return WifiEntry.SECURITY_SAE; in getWifiEntrySecurity()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWifiUtils.java40 return AccessPoint.SECURITY_SAE; in getAccessPointSecurity()
138 case AccessPoint.SECURITY_SAE: in getWifiConfig()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiUtils.java197 case WifiEntry.SECURITY_SAE: in getWifiConfig()
221 return WifiEntry.SECURITY_SAE; in getWifiEntrySecurity()
DWifiConfigController2.java501 || (mWifiEntrySecurity == WifiEntry.SECURITY_SAE in isSubmittable()
778 case WifiEntry.SECURITY_SAE: in getConfig()
1757 mSecurityInPosition[idx++] = WifiEntry.SECURITY_SAE;
DWifiConfigController.java522 || (mAccessPointSecurity == AccessPoint.SECURITY_SAE in isSubmittable()
793 case AccessPoint.SECURITY_SAE: in getConfig()
1716 mSecurityInPosition[idx++] = AccessPoint.SECURITY_SAE; in configureSecuritySpinner()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/security/
DWifiSecurityHelper.java65 .id(AccessPoint.SECURITY_SAE) in getSecurityTypes()
142 case AccessPoint.SECURITY_SAE: in getConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTestUtil.java20 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_SAE;
286 if ((securities[index] & SECURITY_PSK) != 0 || (securities[index] & SECURITY_SAE) != 0 in generateWifiConfigurations()
DWifiConfigurationTestUtil.java53 public static final int SECURITY_SAE = 1 << 4; field in WifiConfigurationTestUtil
163 if ((security & SECURITY_SAE) != 0) { in generateWifiConfig()
368 null, SECURITY_SAE); in createSaeNetwork()
DWifiNetworkSelectorTest.java26 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_SAE;
2364 SECURITY_PSK | SECURITY_SAE, WifiConfiguration.SECURITY_TYPE_SAE); in verifySecurityParamsSelectionForPskSaeConfigAndSaeScan()
2371 SECURITY_PSK | SECURITY_SAE, -1); in verifySecurityParamsSelectionForPskSaeConfigAndSaeScanNegative()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/dpp/
DWifiNetworkListFragmentTest.java121 when(wifiEntry.getSecurity()).thenReturn(WifiEntry.SECURITY_SAE); in onSavedWifiEntriesChanged_saeSavedWifiEntry_add2Preferences()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2Test.java1718 when(mMockWifiEntry.getSecurity()).thenReturn(WifiEntry.SECURITY_SAE); in refreshEapSimSubscription_nonEapSecurity_invisibleEapSimSubscriptionPref()