/packages/apps/Settings/src/com/android/settings/wifi/dpp/ |
D | WifiDppUtils.java | 166 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()
|
D | WifiNetworkConfig.java | 20 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()
|
D | WifiQrCode.java | 70 static final String SECURITY_SAE = "SAE"; field in WifiQrCode
|
D | WifiNetworkListFragment.java | 259 return security == WifiEntry.SECURITY_PSK || security == WifiEntry.SECURITY_SAE; in isValidForDppConfiguration()
|
D | WifiDppQrCodeScannerFragment.java | 253 if (security == WifiEntry.SECURITY_SAE in isReachableWifiNetwork()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | NetworkSecurityPreferenceController.java | 55 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()
|
D | WifiEntrySecurity.java | 40 WifiEntry.SECURITY_SAE, 71 case WifiEntry.SECURITY_SAE: in toString()
|
D | WifiUtil.java | 264 case WifiEntry.SECURITY_SAE: in finishWifiConfig() 316 return WifiEntry.SECURITY_SAE; in getWifiEntrySecurity()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | WifiUtils.java | 40 return AccessPoint.SECURITY_SAE; in getAccessPointSecurity() 138 case AccessPoint.SECURITY_SAE: in getWifiConfig()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiUtils.java | 197 case WifiEntry.SECURITY_SAE: in getWifiConfig() 221 return WifiEntry.SECURITY_SAE; in getWifiEntrySecurity()
|
D | WifiConfigController2.java | 501 || (mWifiEntrySecurity == WifiEntry.SECURITY_SAE in isSubmittable() 778 case WifiEntry.SECURITY_SAE: in getConfig() 1757 mSecurityInPosition[idx++] = WifiEntry.SECURITY_SAE;
|
D | WifiConfigController.java | 522 || (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/ |
D | WifiSecurityHelper.java | 65 .id(AccessPoint.SECURITY_SAE) in getSecurityTypes() 142 case AccessPoint.SECURITY_SAE: in getConfig()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkSelectorTestUtil.java | 20 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_SAE; 286 if ((securities[index] & SECURITY_PSK) != 0 || (securities[index] & SECURITY_SAE) != 0 in generateWifiConfigurations()
|
D | WifiConfigurationTestUtil.java | 53 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()
|
D | WifiNetworkSelectorTest.java | 26 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/ |
D | WifiNetworkListFragmentTest.java | 121 when(wifiEntry.getSecurity()).thenReturn(WifiEntry.SECURITY_SAE); in onSavedWifiEntriesChanged_saeSavedWifiEntry_add2Preferences()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/ |
D | WifiDetailPreferenceController2Test.java | 1718 when(mMockWifiEntry.getSecurity()).thenReturn(WifiEntry.SECURITY_SAE); in refreshEapSimSubscription_nonEapSecurity_invisibleEapSimSubscriptionPref()
|