WiFiManager
Wrapper object around CoreWLAN functionality providing easy access to complex operations.
Instance Handlers
disconnect() - Disconnects from the current WiFi network.
disable() - Disables the WiFi interface.
enable() - Enables the WiFi interface.
getMACAddress() - Gets the MAC address of the WiFi interface. Returns a text string.
getRSSI() - Gets the current aggregate RSSI measurement for the WiFi interface.
getSSID() - Gets the SSID of the current WiFi network.
connectToNetwork:networkName usingPassword:thePassword - Attempts to connect to the network with the given name, using the provided password. Both parameters must be text strings. Returns true if the connection was successful, false otherwise.
getAvailableNetworks() - Scans for available WiFi networks and returns the list of network SSIDs.