Tag Archives: Wireless

Mac – Turn wireless on or off via command line

To control the network settings with the command line try: networksetup -listnetworkserviceorder Then: To display current state of wireless: networksetup -getairportpower <device name> Or to turn wireless off or on: networksetup -setairportpower <device name> <on off> For a longer description … Continue reading

Posted in Labs | Tagged , , | Comments Off on Mac – Turn wireless on or off via command line