[roll] Roll fuchsia [wlansoftmac] Migrate stop_bridged_wlansoftmac to WlanSoftmacIfcBridge.StopBridgedDriver

Instead of shutting down the bridged wlansoftmac driver over the FFI,
wlansoftmac now communicates the signal to shutdown over the
WlanSoftmacIfcBridge FIDL channel. The runtime behavior of shutdown is
still the same because, as before, completing an unbind still waits on a callback
that the bridged driver stopped.

The FFI between the bridged wlansoftmac driver and the wlansoftmac
driver itself is now consists of only the following functions & structs:

  - start_and_run_bridged_wlansoftmac()
  - frame_processor_t
  - frame_sender_t
  - wlansoftmac_buffer_provider_ops_t

These functions & structs represent the minimum FFI surface to start a
bridge driver and send packets to/from the bridged driver without
traversing a FIDL hop.

Test: Successful iface creation, scan, connect, disconnect with iwlwifi on NUC
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
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1037253
Original-Revision: 7cdb72918e478e187c556e78e702b20f99dfd9fd
GitOrigin-RevId: 4ac0ce427e20fdcec28c859590b64d60cc2de5f1
Change-Id: Ida87ccf15926ee64f74cb57500dbf80f9c242dac
1 file changed
tree: 2e2b84918e97ebcc7d8c89b438c899fcb43ab034
  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.