ieee80211: honor requested scan BSSID and SSID filters - #1202
Open
mgonzalezlopezudc wants to merge 1 commit into
Open
mgonzalezlopezudc wants to merge 1 commit into
mgonzalezlopezudc wants to merge 1 commit into
Conversation
Filter MLME-SCAN.confirm while preserving discovery order and the cached AP list. Cover wildcard and exact filters, empty matches, and cache preservation through the production confirmation builder. Change: src.ieee80211.scanning | behavior.change.fix | test | wifi-audit
mgonzalezlopezudc
marked this pull request as ready for review
September 16, 2026 09:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Scan Confirm used to return unrelated discovered BSSs. Apply both requested filters when constructing the result, preserving wildcard requests.
Scope
STA management scan-result construction.
Dependencies and merge order
No prerequisite within this audit series; this topic was built and tested independently on the pinned base.
Validation
Pinned test base:
7287f347aaca36e557c708d6930a6f5a450b2833.The isolated topic head passed an assertions-enabled debug build (
-O0 -Wall -g0; debug symbols omitted for storage) and the focused checks below. The larger integration source tree also passed debug and release compilation; no separate release build is claimed for this topic.Executed focused test commands, from the repository root after
source setenv -q:inet_run_unit_tests -m debug -f 'Ieee80211ScanConfirmFilters_1\.test'Results: 1 unit cases passed.
Limits and review status
No scan timing change.
Draft pending final independent review and reconciliation with current upstream. Live PR overlap has not been reverified against the pinned test base.