Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for wifi networks on MacOS > 14.4 #937

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FlorianSW
Copy link

Instead of using the deprecated airport command, utilise system_profiler to inspect available networks. Even though this does not have all the information, which were provided by airport.

All fields are still present in the response to maintain backwards compatibility.

Fixes: #912

Instead of using the deprecated airport command, utilise system_profiler
to inspect available networks. Even though this does not have all the information,
which were provided by airport.

All fields are still present in the response to maintain backwards compatibility.

Co-Authored-by: Arne Wohlert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wifiNetworks returns an empty list on macOS >= 14.4
1 participant