[roll] Roll fuchsia [wlan][policy] Pass in roam sender to roam monitor init

Adds the roam mpsc::Sender, which the roam monitor service loop uses to
send roam requests to the client state machine, as an argument in the
`initialize_roam_monitor` method, rather than building it internally.

This allows us to intercept that the Sender for testing.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1155215
Original-Revision: e0242af48b321282661ea6d66296745624519547
GitOrigin-RevId: f5246b1ed4147ae454a0004efe4052c6b0e55e51
Change-Id: I8430ab68610a00c1dd60fba02a111bc0e4c58cda
1 file changed
tree: cf4d7a2bf49ce0b4c87e1d2c974d699daaf02f21
  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.