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
Apple has officially retired the airport command-line utility on macOS Sonoma 14.4 (see this post)
Since the scan feature was relaying on airport (source code), it's now broken. 😢
Current behavior
$ wifi-wand a
Available networks are:
[]
Expected behavior
As per Apple recommandation, we should now use the wdutil command line tool.
Unfortunately, since scanning isn't available (yet?) with wdutil, fixing this issue won't be as easy as switching to the new tool...
Related issues
Many people are currently fighting to find a workaround 💪
Using Swift scripts and the Mac OS CoreWLAN subsystem, I have just restored (in version 2.16.1) the following functions of wifiwand disabled due to the airport deprecation:
a[vail_nets] - array of names of the available networks
d[isconnect] - disconnects from current network, does not turn off wifi
An added benefit is that the disconnect task no longer requires sudo access.
However, the CoreWLAN functionality on which the Swift scripts rely is only available if XCode is installed.
Apple has officially retired the airport command-line utility on macOS Sonoma 14.4 (see this post)
Since the scan feature was relaying on airport (source code), it's now broken. 😢
Current behavior
Expected behavior
As per Apple recommandation, we should now use the wdutil command line tool.
Unfortunately, since scanning isn't available (yet?) with wdutil, fixing this issue won't be as easy as switching to the new tool...
Related issues
Many people are currently fighting to find a workaround 💪
airport
command is retired gopro/OpenGoPro#506The text was updated successfully, but these errors were encountered: