[roll] Roll fuchsia [wlan] Update handle-tx-event-hooks to tolerate retried connections

The handle-tx-event-hooks test ensures `handle_tx_event()` runs the
`process_auth_update` hook properly. Originally, the test asserted
correct behavior by asserting the first six SecAssocUpdate values
collected during a successful WPA2 connection. This approach results
in flakes because tests occasionally require multiple tries to
connect.

The new approach is to assert the /last/ six SecAssocUpdate values after
a successful WPA2 connection instead. While this approach does ignore
the beginning of the list of values collected, asserting the order of
the last six values is enough to demonstrate `handle_tx_event()`
functions properly.

Test: fx test handle-tx-event-hooks wlan-common-tests
Multiply: handle-tx-event-hooks
Original-Fixed: 78465
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/543106
Original-Revision: a08c9cacbc28f9e8f18142479cd165fb039e7c3c
GitOrigin-RevId: e105d4968e051ef076f09a3e65777a6601d3a42c
Change-Id: I63561e4729d0466b583f1cc185f9af57de257427
1 file changed
tree: c07f1ff5f8be273c477280a036d5f6f2e65ea983
  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.