This library aims to be compatible with with the official Arduino WiFi and WiFi101 libraries where possible.
The links below refer to the official Arduino library documentation as the same API and behaviour is intended.
WiFi.begin(...)
WiFi.end()
WiFi.beginAP(...)
- Supports open and WPA/WPA2 encryption types, no WEP support
WiFi.disconnect()
WiFi.config(...)
WiFi.setDNS(...)
WiFi.SSID(...)
WiFi.BSSID(...)
WiFi.RSSI(...)
WiFi.encryptionType(...)
WiFi.scanNetworks()
WiFi.ping(...)
WiFi.macAddress(...)
WiFi.lowPowerMode()
WiFi.noLowPowerMode()
WiFi.localIP()
WiFi.subnetMask()
WiFi.gatewayIP()
WiFi.getTime()
WiFiClient()
wifiClient.connected()
wifiClient.connect(...)
wifiClient.write(...)
wifiClient.print(...)
wifiClient.println(...)
wifiClient.available()
wifiClient.read(...)
wifiClient.flush()
wifiClient.stop()