Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DStandardWifiEntry.java679 if (!keySecurityTypes.contains(security) || !isSecurityTypeSupported(security)) { in updateScanResultInfo()
745 if (isSecurityTypeSupported(securityType)) { in updateConfig()
755 private boolean isSecurityTypeSupported(int security) { in isSecurityTypeSupported() method in StandardWifiEntry