[roll] Roll fuchsia [wlansoftmac] Transition to a SendExecutor for MLME

This change transitions MLME to run in a SendExecutor preparation for
deleting the use of Banjo bindings for the WlanSoftmacIfc
protocol. The deletion will require creating an async Task capable of
both running on the same executor as MLME and in a concurrent thread
when MLME is synchronously blocked.

Note that `wlan_mlme::device::Device` automatically implements `Send`
now instead of requiring an unsafe implementation.

Original-Bug: 42075638
Multiply: fuchsia-pkg://fuchsia.com/wlan-mlme-tests
Multiply: fuchsia-pkg://fuchsia.com/wlansoftmac-rust-tests
Multiply: fuchsia-pkg://fuchsia.com/wlan-hw-sim-contemporary-privacy-tests
Multiply: fuchsia-pkg://fuchsia.com/wlan-hw-sim-legacy-privacy-tests
Multiply: fuchsia-pkg://fuchsia.com/wlan-hw-sim-rate-selection-tests
Test: Successful iface creation, scan, connect, disconnect with iwlwifi on NUC
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/988834
Original-Revision: 64b638a872a139b73c5d7b97dc17f854b83832ed
GitOrigin-RevId: 5667edff56b9c3fc9be4122800fefbc2a3eb3510
Change-Id: Ib7317120f4377f8c522995edaa3c396fd7e1f852
1 file changed
tree: 8c20635c80255cd155d0ef4f98e179949353ebf7
  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.