Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DStandardWifiEntry.java111 @NonNull private final Map<Integer, WifiConfiguration> mMatchingWifiConfigs = new HashMap<>(); field in StandardWifiEntry
741 mMatchingWifiConfigs.clear(); in updateConfig()
759 mMatchingWifiConfigs.put(securityType, config); in updateConfig()
791 Set<Integer> configSecurityTypes = mMatchingWifiConfigs.keySet(); in updateSecurityTypes()
822 mTargetWifiConfig = mMatchingWifiConfigs.get( in updateSecurityTypes()
858 for (WifiConfiguration config : mMatchingWifiConfigs.values()) { in connectionInfoMatches()