WFWiFiManager

From iPhone Development Wiki
Revision as of 06:20, 20 April 2013 by SuperDev (talk | contribs)

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 the current network name etc.

[[objc_getClass("WFWiFiManager") sharedInstance] knownNetworks]; // example usage

You can obtain the header from here