Toggle Wifi On/Off using MobileWifi private framework
Posted
by Ben Williams
on Stack Overflow
See other posts from Stack Overflow
or by Ben Williams
Published on 2010-05-02T22:55:58Z
Indexed on
2010/05/02
22:57 UTC
Read the original article
Hit count: 609
Hello,
For a private project using the iPhone SDK (not for the app store), I would like to toggle wifi on & off. I've done something similar for Bluetooth, but can't find the required information for Wifi. I assume I need to use the MobileWifi framework. Can anyone give some directions and/or code? Most likely I expect I need a header file for the MobileWifi framework as well.
Note once again, this is not for the app store, as Apple will not allow apps that use private frameworks such as this.
© Stack Overflow or respective owner