[roll] Roll fuchsia [nxpfmac] Clear out IEs before connecting

Previously the driver would only configure IEs if there were any
security IEs in the connect request. For open connections this would
leave old IEs in place that could prevent the connection from completing
because mlan expected the IEs to match the security of the BSS.

Fix this by always clearing the IEs during a connect attempt.

Test: ConnectionStressTest WlanPhyComplianceABGTest ACTS tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/747611
Original-Revision: 26b48de1a087b45f18e75e5015c6860ebac60e07
GitOrigin-RevId: ed069e097207fc1854138ed881ffaf7f55813fe1
Change-Id: I6a3ef311574b38a77f025b26763235ad3fe712ea
1 file changed
tree: ecd58e150073298aebcafde084b5400589137ba2
  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.