You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Before macOS 14.4, wifiNetworks worked correctly, and returned Wi-Fi network information. On macOS 14.4 and later, it returns an empty list.
This is because they dropped support for the airport utility which systeminformation is dependent on on macOS.
When running the airport command directly, it returns this:
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -s -x
WARNING: The airport command line tool is deprecated and will be removed in a future release.
For diagnosing Wi-Fi related issues, use the Wireless Diagnostics app or wdutil command line tool.
Describe the bug
Before macOS 14.4,
wifiNetworks
worked correctly, and returned Wi-Fi network information. On macOS 14.4 and later, it returns an empty list.This is because they dropped support for the
airport
utility whichsysteminformation
is dependent on on macOS.When running the
airport
command directly, it returns this:See more discussion here: https://www.reddit.com/r/MacOS/comments/1bjjchk/rip_airport_cli_macos_sonoma_144_removes_the/
To Reproduce
Steps to reproduce the behavior:
wifiNetworks
.Current Output
[]
Expected behavior
Should return list of available Wi-Fi networks.
Environment (please complete the following information):
To get all needed environment information, please run the following command:
The text was updated successfully, but these errors were encountered: