Tag: wifi
-
Known Networks settings moved in Big Sur
In earlier (10.15 and lower) versions of macOS, Apple put the list of known networks in the /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist file. In Big Sur (macOS 11.x), Apple moved the known networks to the /Library/Preferences/com.apple.wifi.known-networks.plist file.
-
macOS command to add back Wi-Fi service
Acknowledgements: Hat tip to Eric Hemmeter on the MacAdmins Slack for this command. If you want a command that will add back the Wi-Fi service if you deleted it and now want it back, here it is: networksetup -createnetworkservice Wi-Fi en1 That’s assuming the output of networksetup -listallhardwareports has a hardware port of Wi-Fi with…