[roll] Roll fuchsia [wlan] Introduce filters for event handlers.

This change introduces filter adapters for event handlers in hardware
simulator.

Filters allow event handlers to execute and match only when a particular
type of an event occurs. For example, a handler may only react to
`TxArgs`.

Test: Unit tests and hardware simulator tests.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/860818
Original-Revision: 375d752d98bc1e4f63dc526dd31f9b2bf34c35b3
GitOrigin-RevId: 8aa0fb92974d3c57256c53964d3ac5036cb7b7a3
Change-Id: If2ac22a0866f59353e98ba8892053469521e40ee
1 file changed
tree: fd45b219b97432e91e6325b27990d780349fc2c7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.