[roll] Roll fuchsia [Honeydew]: Wlan typing and wlan affordances fix

This change fixes KeyErrors in the wlan and wlan_policy affordances by
switching over to using get(). It also fixes two typing issues. One with
the ProtectionDef returned by the wlan facade which is converted to a
string by serde in Rust. The other fix is changing ClientStatusResponse
to a protocol to better represent the fact that only one type of
ClientStatusResponse exists at a time. Finally, it updates and fixes
some of the unit tests for wlan.

Verified the following on Patchset: 5
* HoneyDew code guidelines
* Successfully ran the impacted functional tests using InfraRun

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1024592
Original-Revision: 5e78798409a87f8bc1d64afeb92e0d34e563789c
GitOrigin-RevId: 73ffa78838ee2a66370ccb1ab12205e6af8f8571
Change-Id: I698f8887b58232b8e634fb50d01fcbcfff1c513f
1 file changed
tree: 28c4e7d90c36ad7169c662458263f28e3684aa65
  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.