WFWiFiManager: Difference between revisions

From iPhone Development Wiki
(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 ...")
(No difference)

Revision as of 16:54, 19 April 2013

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];