[roll] Roll fuchsia [wlan][policy] log roam decision metric

Record a metric for whether a better network is found to roam to.
Proactive roaming does not actually happen; for now the metric is logged
for when a roam would happen.

Currently the logic for whether to roam is very simple, and a roam
happens if connection quality is low enough to consider roaming and
bss selection would choose another bss instead of the current one.
Improvements are in progress and will be implemented before roaming is
turned on.

Test: added metric check in unit tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/955475
Original-Revision: 63eb052ff9336173bf1862c497cddeae00a1dc43
GitOrigin-RevId: 77e21176f8d8d8556f2b682c298cb4cc3caeefc1
Change-Id: I3a534d92f2d85142b3ca03a430b62ba0e82303b3
1 file changed
tree: f1200ffd35fffd86b44f097715f789deb887f08a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.