commit | b20ca840c18c9effb1f1144ea157ab701358964f | [log] [tgz] |
---|---|---|
author | Quang Luong <qal@google.com> | Tue Oct 27 16:48:54 2020 -0700 |
committer | Quang Luong <qal@google.com> | Mon Nov 02 09:19:54 2020 -0800 |
tree | af20684fdfc96ae00402f4a2e7e5d539574a40ef | |
parent | 62f6eaab5453954761a9257e4db423e9c26cac28 [diff] |
[WifiTrackerLib] Distinguish entries with same BSSID but different SSIDs Currently, scan results are merged by BSSID in the wifi tracker, resulting in one entry being shown if there are two SSIDs advertised with the same BSSID. This change merges scan results by SSID+BSSID pair to avoid this case. Test: atest WifiTrackerLibTests Bug: 160544965 Change-Id: I0ec29335197759e9c28a6486b869845e85bb74d2