WFWiFiManager

From iPhone Development Wiki
Revision as of 06:15, 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.

ex. usage [[objc_getClass("WFWiFiManager") sharedInstance] knownNetworks];