Open arnlen opened 7 months ago
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:
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.
Please let me know if you have any issues.
I was looking for a solution to a different problem, but maybe this will help with a another solution. Just execute in the console:
system_profiler SPAirPortDataType
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 💪