Searched refs:getSecurity (Results 1 – 5 of 5) sorted by relevance
397 security = getSecurity(config); in loadConfig()412 mKey = getKey(getSsidStr(), getBssid(), getSecurity()); in updateKey()668 return getKey(result.SSID, result.BSSID, getSecurity(context, result)); in getKey()679 return getKey(removeDoubleQuotes(config.SSID), config.BSSID, getSecurity(config)); in getKey()734 final int otherApSecurity = other.getSecurity(); in matches()761 return security == other.getSecurity(); in matches()774 final int configSecurity = getSecurity(config); in matches()791 return security == getSecurity(config); in matches()832 final int scanResultSccurity = getSecurity(mContext, scanResult); in matches()845 return security == getSecurity(mContext, scanResult); in matches()[all …]
203 if ((mAccessPoint.getSecurity() != AccessPoint.SECURITY_NONE) in bindFrictionImage()204 && (mAccessPoint.getSecurity() != AccessPoint.SECURITY_OWE)) { in bindFrictionImage()285 ap.getSecurity() == AccessPoint.SECURITY_NONE in buildContentDescription()
670 final int security = AccessPoint.getSecurity(config); in isSaeOrOwe()
114 if (ap.getSecurity() != AccessPoint.SECURITY_NONE) { in connect()
440 item.icon2 = ap.getSecurity() != AccessPoint.SECURITY_NONE in updateItems()