[roll] Roll fuchsia [wlan][mlme][wlanif] Remove some fields from scan requests

The bss_type_selector, bssid, and probe_delay fields are all unused in
FullMAC, and bss_type_selector and bssid are unused or ignored
everywhere. It is a deviation from IEEE 802.11-2016 to exclude these
fields from scan requests, but they are not needed, like other fields,
in the current implementation our component stack.

Original-Fixed: 80232, 88810
Test: None. Fields were unused.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/607554
Original-Revision: 5149efc3854da5bd69202de38316f1c14a1f3ffa
GitOrigin-RevId: 5555087c5c9050b2936686736418258df78d5bed
Change-Id: I2e7d5ac01f9f0f3b8aa1c9560a2c920a48bf6c67
1 file changed
tree: a15f30c9b75ef68f232af298e7ee41b97e412788
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.