[roll] Roll fuchsia [wlan] Refactor use of hw-sim connect functions and variable names

The hw-sim tests now use the various methods for simulating
connections more consistently in the sense that some duplicate test
code was removed in favor of hw-sim library functions such as
save_network and connect_to_ap. Additionally, within the hw-sim
library itself, the connect_* functions are refactored to minimize
code duplications.

The following renaming was also done throughout hw-sim.

  * (listener_stream|update_listener) -> client_state_update_stream
  * wlan_controller -> client_controller
  * connect_to_network -> save_network_and_wait_until_connected
  * wlan_policy -> fidl_policy

Test: fx test wlan-hw-sim-test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/498712
Original-Revision: bac8615dd2d00f584e590e19e612e225c76a0028
GitOrigin-RevId: 26a755726034bbdff05bd9ebc832d336a69a0169
Change-Id: Ia75d62cefc73649cce4a170c0581ee338dff5f0f
1 file changed
tree: e28d96de25b067d4dab89e4844d79f2fbcbe8f3a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.