[roll] Roll fuchsia [wlan] Refactor disassoc and deauth handlers.

brcmfmac uses a single event handler for DISASSOC and DISASSOC_IND
events; and a single event handler for DEAUTH and DEAUTH_IND events.
This change is a pure refactor that gives each of these four events
their own handler. No behavior change is expected for this change. This
change is in preparation for an upcoming change to disconnect logic to
support roaming.  Passes all brcmfmac unit tests and Sim tests; passes
Antlion suites BeaconLossTest and VapeInteropTest.

Test: fx test brcmfmac_test brcmfmac_sim_test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1048633
Original-Revision: e8ee9045e8f2e1b4e354b7a112fd3c4b62c5591e
GitOrigin-RevId: 2c9300bd5b1ba74029ce5cfe601770f889a07ce8
Change-Id: I82c7606f581f72bae4b5dae718c12ab32e90d861
1 file changed
tree: bc2d833580d3b4a82b2734eab6a9f1253c972eae
  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.