Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java594 private int convertSecurityTypeForMatching(int accessPointSecurity) { in convertSecurityTypeForMatching() argument
595 if (accessPointSecurity == AccessPoint.SECURITY_PSK_SAE_TRANSITION) { in convertSecurityTypeForMatching()
602 if (accessPointSecurity == AccessPoint.SECURITY_OWE_TRANSITION) { in convertSecurityTypeForMatching()
610 return accessPointSecurity; in convertSecurityTypeForMatching()