Possible Duplicate:
Toggle Airport Cocoa
Is there a way to turn Airport on and off programmatically, without using private APIs?
I need to do this in a way that will be accepted by the Mac App Store.
Is there a way to turn Airport on and off programmatically, without using private APIs? I need to do this in a way that will be accepted by the Mac App Store.
| ||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
You can drive the
This works in 10.6. For 10.7 you will probably need to change the port name from "Airport" to "Wi-Fi". You can check the names manually, e.g.
and of course you can do this from within your app using the same technique as above. | ||||
|
feedback
|