[roll] Roll fuchsia [wlan-rsn] Initialize GtkProvider with Key Identifier and RSC

The GtkProvider implementation now stores a Key Identifier and Key
RSC. The Key Identifier should always be non-zero[1], and the Key RSC
tracks the packet number for GTK encrypted packets. Test code now
chooses the initial Key Identifier and Key RSC values when
appropriate.

This change makes the following modifications:

1. wlan-rsn plumbs the Key Identifier and Key RSC down from
initialization of the GtkProvider.
2. Additional testing for Gtk.

[1]: IEEE 802.11-2016 12.7.4 EAPOL-Key frame notation

Original-Fixed: b/305304379
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/943917
Original-Revision: 96ff5a79abcb78156d0b62fa666f368b0ec7c1ee
GitOrigin-RevId: e31dffe95af646f0ca55847bcdac4e8bc4a047e0
Change-Id: I41e22693864bd6d25c254dcb25dadf00ef609abd
1 file changed
tree: bbdda690c42d825ab7838257234880bc0dbc85e0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.