[roll] Roll fuchsia [wlan][policy] Allow debug logging of scan results

A user of `fx log` or `fx test` can manually increase the log level to
TRACE to see these results, e.g.

```
fx test wlancfg-tests --output --min-severity-logs TRACE
[sme_scan_with_active_request] TRACE: Scan result SSID: <ssid-6475706c6963617465642073736964>, BSSID: 00:00:00:00:00:00, channel: 1
[sme_scan_with_active_request] TRACE: Scan result SSID: <ssid-756e697175652073736964>, BSSID: 01:02:03:04:05:06, channel: 8
[sme_scan_with_active_request] TRACE: Scan result SSID: <ssid-6475706c6963617465642073736964>, BSSID: 07:08:09:0a:0b:0c, channel: 11
```

Or e.g. `ffx log --select core/wlancfg#TRACE` at runtime.

Test: fx test wlancfg-tests --output --min-severity-logs TRACE --test-filter "*sme_scan*"
Fixes: 273927414
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1007474
Original-Revision: a55b12397bc044ce6272fbf7a58d6fc986891d64
GitOrigin-RevId: 79e952e6ff9c00e16659dbda77277c94291ddc1e
Change-Id: Ida7eaadb7c6a43f81744fdd7a12ae841d45ce7c6
1 file changed
tree: 6285a889d88b4f64a74a7816d2dbe75fe5b6537d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.