[roll] Roll fuchsia [wlan][policy] Don't expose SME for scanning.

When scanning or during network selection, the IfaceManager
hands out a raw client SME for other clients to use to
perform scans.  While the SME is intended to be used only
for scanning, it could be used to change the client
connectivity state as well.

This change wraps the SME in a struct that only allows for
the scan command to be passed through to the SME.  It also
allows us to store some additional metadata about the
client interface associated with the SME (namely the ID)
to be used in the future for reporting events from which we
would like to recover.

Original-Bug: 60089
Test: fx test wlancfg-tests
Multiply: wlancfg-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734668
Original-Revision: 3660ab8988bb98a58a169e421fa1a71bb00cb2cd
GitOrigin-RevId: 201cc0579ef59ddbb85df24e25d321ceca4c3611
Change-Id: I6a293d7578ec79a17ba5f1343870313d5fd0edee
1 file changed
tree: 02c9316a874d5d63818b5852b4cc9edb2d3c033d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.