[roll] Roll fuchsia Reland "[wlan][tool] fix saving network with password only"

This reverts commit 0a2fc4b17b850465be47e10a9df9a6ebfadaddd7.

Reason for revert: This CL raced with fxrev.dev/849401 because before
that change, FIDL NetworkConfigs needed "..NetworkConfig::EMPTY" to
satisfy the "non_exhastive" field in the config, after the change it
needs to be "..Default::default()"

Original change's description:
> Revert "[wlan][tool] fix saving network with password only"
>
> This reverts commit 322b084362b966bfd19d82b43673011cc067599b.
>
> Reason for revert: race with fxrev.dev/849401.
>
> Original change's description:
> > [wlan][tool] fix saving network with password only
> >
> > This fixes the case where a user specifies an SSID and password to save
> > a network but doesn't specify the security type or credential type. WPA2
> > is used by default because most users will have WPA2 or WPA3 networks,
> > and a network saved with WPA2 can be used to connect to WPA2 or WPA3.
> >
> > Test: added unit test (fx test donut-lib-tests)
> > Original-Bug: 126081
> > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/849396
>
> Original-Bug: 126081
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/849149

Original-Bug: 126081
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/849883
Original-Revision: ad9810bb1b91bd1c867d27a7500400d8100793b4
GitOrigin-RevId: 5f50e0907d315e7d0fb61ff2ed5a6dd5f56dbf40
Change-Id: Ib6c8252d0b0329dc7465cd77dc56e26bbb840beb
1 file changed
tree: b0bb1659507cf90d053bd74e40967ed7be335aa4
  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.