[roll] Roll fuchsia [openwrt] Avoid AP status race condition during SSID update

Validate the SSID in OpenWrtAP._is_ap_enabled by checking if it matches the
expected SSIDs of the current configuration. Also query iwinfo to verify
that the radio is actively broadcasting the configured SSID. This prevents
race conditions where verify_wifi_status would prematurely return True
with a stale SSID from the previous test case before the radio restart
was complete.

Specifically:
1. OpenWrtAP:
   - Retrieve expected SSIDs dynamically from UCI wireless config instead of keeping duplicate in-memory state.
   - Add _is_ap_broadcasting using iwinfo to ensure active transmission.
   - Update verify_wifi_status to check both _is_ap_enabled and _is_ap_broadcasting.
2. ConnectToApTest:
   - Align channels dynamically by extracting the channel number from the configured channel object (DEFAULT_2G_CHANNEL.number) and sending it to the PassiveScanRequest.

Original-Original-Bug: 517098138, 517584174, 516885979, 516888031, 516884226
Test: fx build
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1628997
Original-Original-Revision: 31db54857fe1ab31b1db35cc66940c48faaa1b73
GitOrigin-RevId: cc26b060a1dfc3b6e502a4e42f92b8d0a58ac88e
Change-Id: I58a9a8d32025fa68223c30ebefdbe12b3e38cfc6
1 file changed
tree: 1e4eae532c9b43a60e73cc9b612addd683d72195
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.