Merge "rename ScanResult.status -> autoJoinStatus" into lmp-dev
This commit is contained in:
@@ -456,7 +456,7 @@ class AccessPoint extends Preference {
|
|||||||
if (result.seen == 0)
|
if (result.seen == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (result.status != ScanResult.ENABLED)
|
if (result.autoJoinStatus != ScanResult.ENABLED)
|
||||||
numBlackListed++;
|
numBlackListed++;
|
||||||
|
|
||||||
if (result.frequency > LOWER_FREQ_5GHZ
|
if (result.frequency > LOWER_FREQ_5GHZ
|
||||||
|
Reference in New Issue
Block a user