[roll] Roll fuchsia [wlan][rsn] Adjust SAE retry parameters

The SAE retransmission timeout is raised from O.2 to 1 second,
and the maximum number of retries is lowered from 30 to 3. The
extended timeout will improve compatibility with APs which sometimes
take longer than expected to respond to an SAE Commit message.
The lower number of retries prevents ending up in a long cycle
of sending SAE messages to an AP that clearly will not accept them.

At this time, we don't currently have a straightforward method to test
this timeout in an integration test.

Test: Manual test with previously incompatible AP.
Original-Fixed: b/238696147
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/714102
Original-Revision: 36dec1b4b9b5092aef8ffe3f94c1d2f0f60f6e62
GitOrigin-RevId: 47e62f26533893e324352537ccec977c57b12572
Change-Id: Id820de659a37acb70f3310ec355b2e92334a8cab
1 file changed
tree: 144dab2e98c7f05711146406022b915d6ab7f87c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.