[roll] Roll fuchsia [wlan] Additional disconnect testing.

An upcoming change will affect brcmfmac internal disconnect logic.
Before that change, let's increase the testing for disconnect behavior
so we can see that the brcmfmac internal disconnect logic changes do not
change the existing disconnect behavior. This change also makes a few
minor changes to the Sim Framework:

  - provides a new Sim Firmware API to allow triggering a firmware
    deauth command
  - gives the Sim Framework fake AP the ability to send a disassociate
    frame to a Sim Framework device
  - gives the Sim Framework fake AP the ability to receive
    deauthenticate frames from clients
  - corrects a case where the Sim Framework sends an extraneous
    E_DISASSOC_IND to brcmfmac after the AP receives a Deauthenticate
    frame; this is not the real world behavior seen when Hostapd sends a
    real deauthenticate frame to a real running brcmfmac driver
  - minor refactors of the Sim Firmware code to bring Sim Firmware
    closer to real world behavior

All changes here are to tests, or to the Sim Framework itself, so this
change does not affect any actual running devices.

Test: fx test brcmfmac_test brcmfmac_sim_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1048634
Original-Revision: 26ac320c8a1375aeaeb1d83aad5785d86298544a
GitOrigin-RevId: 33df4c8eade194b834eedcff7e7fde626c29f0b3
Change-Id: I1f78fbdb345b10ff20b7c0e69b28faccc6ff1f19
1 file changed
tree: a0c34b5a62e3ee2a1099e5152bdd1c4f55df57fd
  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.