[roll] Roll fuchsia [wlan] Fix roam disconnect metric logging

This change makes several small fixes to the roam disconnect metric
logging.

Firstly, this change logs the `total_roam_disconnect_count` for policy
roam disconnects, since it should include both policy and firmware
initiated roams (and was not yet being logged).

Additionally, this change cleans up and simplifies the logging of
non_roam disconnects. The original intention was to use these metrics
for non-roaming, non-user disconnects. However, this is confusing given
the metrics are all named "non_roam", so this updates them to still log
for user initiated disconnects.

Impact: some of the roaming dashboard graphs may see fluctuations.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1434376
Original-Revision: 1a20300749ad06de2ca60858614edfcab98f6ca1
GitOrigin-RevId: bc8852124ad97bd98722286592ff144ae4dbe84e
Change-Id: I7810145dab9d4af27f7a07719527121989d4e91c
1 file changed
tree: 2de96a67ed51b3e92bcef86691be0bd2870a64c0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.