[roll] Roll fuchsia [wlanix] Only keep one registered callback

We only expect one registered Wifi callback per HAL (or in the StaIface
case, one registered callback per iface per HAL). Since there's only one
HAL instance at a time, there's no need to keep a vector of callbacks.

In this commit, we switch to storing only one callback per HAL to
simplify the code slightly.

Original-Bug: 380298687
Test:
1. Quick validation that connecting still works
2. fx test wlanix-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1190180
Original-Revision: c2365799a3793e002717333b9e98f450f190856f
GitOrigin-RevId: 33153302b6467de02b118183f2d9f28e1001582b
Change-Id: I62a4a7dc78d7882835fb8d47fadfdc12a8bc252e
1 file changed
tree: 504f09a5d9060fc878972d37a5716aabd7f8bc2f
  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 in one of the communication channels documented at get involved.

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.