[roll] Roll fuchsia [wlan] Enable WPA2 with TKIP pairwise encryption

The new suite_filter::WPA2_LEGACY and Protection::Wpa2Legacy are
introduced to provide support for WPA2 with TKIP pairwise
encryption. While TKIP is a deprecated encryption mode, it is
supported by WPA1 in our current implementation, and so it should also
be supported by WPA2.

ACTS tests such as
`WlanSecurityComplianceABGTest:test_associate_11a_frag_430_sec_wpa2_psk_ptk_tkip`
which use WPA2-TKIP now reach the EAPOL exchange (but still fail to
associate). A follow up CL will address the issue of association
failure in the case of WPA2-TKIP.

Test: `fx test wlan-common-tests wlan-sme-tests` passes
Original-Bug: 63888

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/452962
Original-Revision: e6ad875ad5ee4313d38b8a40a007b5297ecf9f92
GitOrigin-RevId: 115905cf287cd3f9f31fb28683084847b0ef37aa
Change-Id: I2e56592a244d37f8b069b694c70fe5bc0208f9bb
1 file changed
tree: 0ed3a8507677ecf1209a5fdaeeaad8ea7b211464
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.