[roll] Roll fuchsia [wlan] Security protocol descriptors and authenticators.

This change introduces types for describing wireless network security
protocols and authentication using credentials supported by those
protocols. This includes FIDL types and robust Rust types with no zombie
states and validated conversions.

These types are datagrams and provide no significant behaviors. APIs
mostly concern marshalling data in and out of these data structures as
well as conversions to and from FIDL.

The code added by this change is completely dormant and will be used for
changes to the SME FIDL API and representations of security protocols
and authentication throughout the WLAN stack in subsequent changes.

Test: `wlan-common-tests`
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/573157
Original-Revision: fac83f43ece5aad65e4f5694bf06a4fc9a3ff490
GitOrigin-RevId: c3d2c980964d68359163907817223dc11f2ac7bb
Change-Id: I447d84c73b3332924081f147ba93690bcbf95c4a
1 file changed
tree: 0a0874620af4c9d04024ee338024bb277b749db7
  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.