[roll] Roll fuchsia [wlan][mlme] Decouple MLME stop and delete.

These events should correspond to unbind and release, but right
now they both occur on unbind. This can lead to a case where the parent
device might use an MlmeHandle after free when an iface is torn down.

This also includes a few Rust MLME test fixture changes that should be useful
going forward.

Test: New unit test + existing. Many iterations of iface teardown/creation.
Original-Bug: 87903
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/643244
Original-Revision: 8ac2575138dd4db59468aa7d9d3c1bde71c5bd56
GitOrigin-RevId: ae8ca31f8ef31606e95c6579497cf999ba51ff98
Change-Id: I405792f2f517ce81f080ce0e33009f6ade0cc128
1 file changed
tree: 5fb52148477e86a321982fa246c722cfa5fe2205
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.