Searched refs:mMatchingWifiConfigs (Results 1 – 1 of 1) sorted by relevance
111 @NonNull private final Map<Integer, WifiConfiguration> mMatchingWifiConfigs = new HashMap<>(); field in StandardWifiEntry741 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()