WFWiFiManager

From iPhone Development Wiki
Revision as of 07:21, 20 April 2013 by Dustin Howett (talk | contribs) (Throw the code example into a <source />)

WFWiFiManager is a class found in the WiFiPicker service bundle (/System/Library/SpringBoardPlugins/WiFiPicker.servicebundle).
This class is used to perform WiFi related tasks such as scanning networks, retrieving all known networks etc.

Example Usage

[[objc_getClass("WFWiFiManager") sharedInstance] knownNetworks];

You can obtain the header from here