[roll] Roll fuchsia [wlan] Modify softmac beaconing APIs

Removes ConfigureBeaconing() to disallow updates to beaconing once it is
started. Right now the API surface only provides an EnableBeaconing()
and a DisableBeaconing() to keep it simple. When there is a need to
update beaconing, the suggestion is to create a new method named
UpdateBeaconing() or such, and pass it only the set of parameters that
we would like to allow in an update method.

Original-Bug: 87050

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/831321
Original-Revision: 0193f195eff6c62ef60f37976837facc9e61357e
GitOrigin-RevId: 507420ed3fd13c1fd10bf807725246b8ce8a5c0f
Change-Id: Ideea601a09f224d761d1cdbc91eb720b868b850e
1 file changed
tree: c283e8258d4b52bc5115aea5de3114fe09617ba9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.