[roll] Roll fuchsia [wlan] Only require &[BandCapability] to retrieve band capabilities for a channel

This change renames `get_device_band_cap()` to `get_band_cap_for_channel()`, and
changes its arguments to use `&[fidl_mlme::BandCapability]` instead of `&fidl_mlme::DeviceInfo`.
This unlocks refactoring other utility functions to avoid needing `&fidl_mlme::DeviceInfo`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1407273
Original-Revision: fe6de0f45c24da25cd36584e763a2941e8c2a025
GitOrigin-RevId: 9e17c27e7e3c8064bd97df0a40c24cddfd330318
Change-Id: If2b847edf6f5fc67f58903487e1d67136535a3f1
1 file changed
tree: f904c754c7d6e27c7ebc3ffd4ebe8a8cbc72ed4e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.