[roll] Roll fuchsia [wlan][wlancfg] Include scan consumption timeout

Due to the current structure of the scan module, a stalled consumer
of scan results would block scan results from being returned to the
caller of `perform_scan()`. Currently, no callers use the result, but
a future CL changes that.
Ensure stalled consumers won't block the consumption of scan results
by including a (very generous) timeout, which should only be hit as a
last resort. This timeout is also temporary, until the refactored
scan manager is in place.

Original-Bug: 73821
Test: fx test wlancfg-tests; manual test on device
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/729322
Original-Revision: ff2c156685790045bd5829925a78378253113fba
GitOrigin-RevId: 272b90b0358ec5e03f868ead15613f3ed315c2be
Change-Id: I92e683e5558ac6de8a8510b16deab181dca5bf73
1 file changed
tree: ba6318264f874a9617715d5451934e4b2d7b2192
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.