[roll] Roll fuchsia [wlan] Use Ssid newtype throughout wlancfg

The only places where the Ssid newtype is not used is in code
sections requiring persistent storage of an SSID elsewhere
as a Vec<u8>.

Original-Bug: 82821, 81771
Test: fx test //src/connectivity/wlan
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/571305
Original-Revision: b885cdf5772a83c6f30507ceb5bc6b6b639c3a5d
GitOrigin-RevId: c1a2cb171fd94c94bde60b5d977586c507757466
Change-Id: Iedbbb5fa06491c5a40b8b59235132141ae7c45c3
1 file changed
tree: c4974b87f841d5467058160e2ba3e536526839f1
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.