[roll] Roll fuchsia [wlan][sme] Add scheduled scanning support to SME

go/fuchsia-wlan:scheduled-scans

- Add scheduled scanning methods to the ClientSme FIDL protocol.
- Implement `ScheduledScanSession` (public stream) and `ScheduledScanState`
  (SME internal state) to manage results and scheduled scan lifetime.
- Unify all scanning logic (discovery and scheduled scans) in `ScanScheduler`
  (scan.rs) to co-locate state management and encapsulate transaction ID use.

Original-Original-Bug: 500412521
Test: fx build, fx test wlan-sme-test
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1569287
Original-Original-Revision: 7171b2976b58d7b6d0dafcd11e0bc51e75759c85
GitOrigin-RevId: ed748bbfc285e71b381dfe2b69844ad91ac96313
Change-Id: I0830e3d05f5639407774cb37ed1a4a0775dd77b5
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1614495
Cr-Commit-Position: refs/heads/main@{#192854}
1 file changed
tree: e6484e58f2067625eef4211ab707d4f0a274c8fe
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.