[roll] Roll fuchsia [wlansoftmac] Move dispatcher creation into Rust

This change uses the new fdf::Dispatcher to create a new dispatcher
from the Rust side of the FFI. The primary intent is to make
fdf::Dispatcher load-bearing to improve confidence in its
implementation.

This change renamed sta_shutdown_handler to shutdown_completer and
moves it across the FFI. The shutdown_completer must be called from
within the dispatcher which is now created on the Rust side of the
FFI.

Test: fx test wlansoftmac-{good,bad}-driver-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1079477
Original-Revision: 9992b2c8e1abbf0f268c678ee887df329230c8d8
GitOrigin-RevId: ad2d14cf505efee23f955eaea360ac5d73da2af9
Change-Id: I1cbfd04e228b0ab3b41c7b72622764f9df5607c5
1 file changed
tree: 8b7b81aae9c5a13e2c87e731293ebcc0aeb4e9e3
  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.