docs: document pkg/corewlan in the package table - #10
Merged
Conversation
The Packages table still listed only license and csrf, three PRs after the CoreWLAN binding shipped (#5 scanning, #6 interface control and power, #8 Location Services authorization state). Note the darwin-only constraint on the row: the package is the one place in foundation where the import does nothing useful off macOS, since the !darwin stub returns ErrUnsupported.
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.
The
## Packagestable still listed onlylicenseandcsrf, three PRs after the CoreWLAN binding shipped — #5 (scanning), #6 (interface control, saved networks, power) and #8 (Location Services authorization state).Adds a row covering the current surface:
Scan,Current,Interfaces,SavedNetworks,Associate/Disassociate,SetPower,Forget, and theAuthorizationStatus/RequestAuthorizationpair.Two things called out on the row because they are the non-obvious ones:
airportCLI every product used to shell out to was removed in macOS 26.!darwinstub returnsErrUnsupported.The Location Services nuance (CoreWLAN redacts SSID/BSSID without the TCC grant, surfaced as
ErrLocationDenied) is left to the package godoc, which covers it in full — the table is an index, and the neighbouring rows are one to two sentences.Docs only, no code change. Also the first PR through the
CI Completegate added in #9.