WFWiFiManager

From iPhone Development Wiki
Revision as of 16:54, 19 April 2013 by SuperDev (talk | contribs) (Created page with "WFWiFiManager is a class found in the WiFiPicker service bundle (/System/Library/SpringBoardPlugins/WiFiPicker.servicebundle). This class handles WiFi related tasks such ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WFWiFiManager is a class found in the WiFiPicker service bundle (/System/Library/SpringBoardPlugins/WiFiPicker.servicebundle). This class handles WiFi related tasks such as fetching the current network name, scanning of networks etc. You can access it via [objc_getClass("WFWiFiManager") sharedInstance]; (Have only tested this in SpringBoard). It can be used to determine the known networks to the device via the "knownNetworks" method. You access this NSMutableArray via: [[objc_getClass("WFWiFiManager") sharedInstance] knownNetworks];