rename ScanResult.status -> autoJoinStatus
This CL is dependent on Id9411c8097337b37ac1ce1a6ac8b28b4bda31ff3 Change-Id: Iec1a1e4718530f149051bd5de5235f0e0e4a438d
This commit is contained in:
committed by
Pierre Vandwalle
parent
735219be8f
commit
1dfdcdb470
@@ -456,7 +456,7 @@ class AccessPoint extends Preference {
|
||||
if (result.seen == 0)
|
||||
continue;
|
||||
|
||||
if (result.status != ScanResult.ENABLED)
|
||||
if (result.autoJoinStatus != ScanResult.ENABLED)
|
||||
numBlackListed++;
|
||||
|
||||
if (result.frequency > LOWER_FREQ_5GHZ
|
||||
|
Reference in New Issue
Block a user