[roll] Roll fuchsia [wlan][policy] Explicitly select authentication method.

This change constructs an `Authentication` FIDL message in the Policy
client state machine when connecting to networks. To accomplish this,
the configured security protocols of scanned networks is included in
`ConnectionCandidate` and used to select an authentication method.

Some information is only present in a `ConnectionCandidate` if a scan
has been performed. Since this change introduces more of this kind of
data, these fields have been refactored into `ScannedCandidate` and a
single optional field of this type.

The `Authentication` FIDL message is not yet used and this change
temporarily discards everything but the bare credential.
`Authentication` will be used directly following changes to the SME FIDL
APIs at which point this temporary code will be removed.

Original-Bug: 72051
Original-Bug: 72906
Testing: Unit tests and manual testing.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/672744
Original-Revision: c6c17c18d0368442a8fc73e4e9aeb9277df9d5fd
GitOrigin-RevId: 4ef74bb401eecd4f950997058e8cd63ac1261bc7
Change-Id: I455ca974f9345c2bb15023b6ab4c00671b4d1a6c
1 file changed
tree: 308ca761c61e8c9d76c7d75288f6e83964a5ebd8
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.