[roll] Roll fuchsia [wlan] Interpret WEP key bytes both literally and as hexadecimal.

This change uses `WepKey::parse` to interpret WEP key byte sequences.
Prior to this change, the bytes were always interpretted literally, so
ASCII hexadecimal encodings were rejected.

Fixes: b/233819280
Testing: Unit tests.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/683844
Original-Revision: 0b6102835276cb2a662d0a149224c666b69630ac
GitOrigin-RevId: ce0c0b5a71f639f318fe5abb3f74441787ee37f9
Change-Id: I89a82d74cfcfd1c57ad986ff72769fc9dc575e5e
1 file changed
tree: cb922a31cf66d6b6ae9be40ccc16099d346eba5b
  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.