WFWiFiManager

From iPhone Development Wiki
Revision as of 03:41, 25 August 2013 by Uroboro (talk | contribs) (Link is dead)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

WFWiFiManager is a class found in the WiFiPicker service bundle. WFWiFiManager is used to perform WiFi related tasks such as scanning for and retrieving lists of networks. As it is a SpringBoard plugin, it is not accessible elsewhere.

Example Usage

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