[roll] Roll fuchsia [wlan][policy] Create PastConnectionList

Implements a struct to store connection data about historical
connections.

This struct is part of a refactor that will change our historical
connection information structs (ConnectFailureList and DisconnectList)
to be hashmaps keyed on BSSID, to help with BSS scoring and selection.
Those will be converted to a struct similar to PastConnectionList in a
future change.

PastConnectionList will contain information about past connections that
have ended, and DisconnectList will be reimplemented as
RapidDisconnectList, showing only those connections whose duration was
too short to have meaningful data.

Original-Bug: None
Test: fx test wlancfg-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/643045
Original-Revision: 5a6c07df32bcba9884485d1903a985f214ba4649
GitOrigin-RevId: 49327317950ada9b3aaf2a47ea8618b27a9d411c
Change-Id: I3ec37b0e5080220b6bdf2bb0f3b050cc82061000
1 file changed
tree: a41f845b8762b2ba2f4335fe62d7df83edf942da
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.