[roll] Roll fuchsia [wlan][policy] Add scan backoff between scan requests

This change introduces a 100ms backoff after a Cancelled scan request
before servicing the next scan request.

Previously, backoffs only occurred before retrying a failed scan within
a request. This change ensures a 100ms delay regardless of whether the
next scan is a retry or a new scan request.

It also adds a lint exception to allow redundant closures, for
readability.

Original-Bug: 363351603
Test: fx test wlancfg-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1169315
Original-Revision: 95387e2444d13b716da54f162a56de35646558f9
GitOrigin-RevId: 96060f1b0d06419c80bc0c414c7c9b731180adc0
Change-Id: I01f9cd3ecffce5b7b56a676dcf1438a499d547ff
1 file changed
tree: cc937673593448f165069956eb86bed3f6a4be80
  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 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.