[roll] Roll fuchsia [fidl][wlan] Simplify and move scheduled scan structs

Move and rename ScheduledScanPlan, ScheduledScanMatchSet, and
ScheduledScanRequest from wlanix.fidl to wlan_common.fidl.

This change simplifies the structures to better suit Fuchsia's
needs rather than overfitting to nl80211:

- Converted interval values from milliseconds to seconds.
- Updated wlanix to convert nl80211 milliseconds to seconds.
- Streamlined RSSI threshold handling in match sets.
- Added ScheduledScanStoppedReason enum type.
- Fixed type for RssiAdjust to key-value pair.

Also updated wlanix and tests to adapt to the new FIDL definitions.

Test: fx build, fx test wlanix-tests, fx test --e2e sched_scan_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1569285
Original-Revision: cd71887c9e96f2f911d2bd61f8d12fa3449a0d33
GitOrigin-RevId: 1a14597b3784a56e32cf444944460fd8fd605033
Change-Id: I104aa03e10122562c4c61cd8d4f86dc050e1cf5f
1 file changed
tree: 8e54edfc387e68fe624015d0c5c5c42780464150
  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.