[roll] Roll fuchsia [wlan e2e] Add wlan security type compliance test for multi-byte UTF-8 passphrases

Introduce compliance test coverage for multilingual WPA2 passphrases
representing different UTF-8 byte-width classes (2-byte, 3-byte, and
4-byte). This provides validation for Unicode encoding and PBKDF2
hashing mechanisms using diverse character sets, such as Latin
diacritics, CJK ideographs, and emojis, without relying on individual
human language rules.

Ref: http://go/fuchsia-wlan-security-type-test
Original-Original-Bug: 522609100
Original-Original-Bug: 528027155
Test: fx test --build --e2e --output //src/testing/end_to_end/antlion/tests/wlan/compliance:wlan_security_type_test
Test: fx test-remote --build-dir out/test-remote_fuchsia_internal.arm64-release-fyi --builder fuchsia_internal.arm64-release-fyi --auto-confirm --test wlan_security_type_test
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1674175
Original-Original-Revision: 1c99d64d2b4f256120b2cdb442d12ee2803af122
GitOrigin-RevId: 8c19175560628f5a12e2dc5dc6f38e02f774e247
Change-Id: I00de5c08158037c4b682a4e97753493191246ee4
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1684500
Cr-Commit-Position: refs/heads/main@{#195755}
1 file changed
tree: a1977edee19fa3bf1f126573d96cd499d82e2feb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.