commit | 1d10ba59725b594d339abeccdeff7c86d50e47f2 | [log] [tgz] |
---|---|---|
author | Hayden Nix <haydennix@fuchsia.infra.roller.google.com> | Tue Feb 08 18:48:33 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Feb 08 10:49:49 2022 -0800 |
tree | a41f845b8762b2ba2f4335fe62d7df83edf942da | |
parent | a49d535bfede68f9cce871e0c312e7915d5c238e [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.