Merge "Don't compare FQDN with providerFriendlyName" am: aae64557e1 am: 9c84160545
am: b8bab1df10
Change-Id: Ic019a0f04737d128cc5005be8fe9733f30ee44a3
This commit is contained in:
@@ -254,7 +254,7 @@ public class AccessPoint implements Comparable<AccessPoint> {
|
||||
|
||||
public boolean matches(WifiConfiguration config) {
|
||||
if (config.isPasspoint() && mConfig != null && mConfig.isPasspoint()) {
|
||||
return config.FQDN.equals(mConfig.providerFriendlyName);
|
||||
return config.FQDN.equals(mConfig.FQDN);
|
||||
} else {
|
||||
return ssid.equals(removeDoubleQuotes(config.SSID))
|
||||
&& security == getSecurity(config)
|
||||
|
||||
Reference in New Issue
Block a user