Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
WFWiFiManager - iPhone Development Wiki

WFWiFiManager

From iPhone Development Wiki
Revision as of 07:27, 20 April 2013 by Dustin Howett (talk | contribs) (Add occlass so that we get a navbox and a library link. Reword slightly.)

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.

Example Usage

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

You can obtain the header from here