| | |
Constant | Details | Used by the functions |
---|
wifiEnabled | The Wi-Fi is enabled on the device. | WiFiActivate, WiFiStatus |
wifiActivationInProgress | The Wi-Fi is being enabled on the device. | WiFiActivate, WiFiStatus |
wifiIPAddress | IP address associated with the connection. | WiFiConnectionInfo |
wifiMACAddress | Wi-Fi Mac address of the device. | WiFiConnectionInfo |
wifiBSSID | BSSID (Basic Service Set Identifier) of the access point of the connection. | WiFiConnectionInfo |
wifiDeactivationInProgress | The Wi-Fi is being disabled on the device. | WiFiActivate, WiFiStatus |
wifiDisabled | The Wi-Fi is disabled on the device. | WiFiActivate, WiFiStatus |
wifiError | The activation status of Wi-Fi cannot be retrieved. | WiFiActivate, WiFiStatus |
wifiIDNetwork | Identifier of the device to which the network is connected, empty string ("") if the device is connected to no identified network. | WiFiConnectionInfo |
wifiSecurityNone | No security is used. | WiFiAddNetwork, WiFiDetectAccessPoint |
wifiSecurityIEEE8021X | Security that is using the IEEE 802.1x standard. | WiFiAddNetwork, WiFiDetectAccessPoint, WiFiListNetwork |
wifiSecurityWEP | Security based on a WEP key (Wired Equivalent Privacy) | WiFiAddNetwork, WiFiDetectAccessPoint, WiFiListNetwork |
wifiSecurityWPA | Security that is using the WPA mechanism (Wi-Fi Protected Access). | WiFiAddNetwork, WiFiDetectAccessPoint, WiFiListNetwork |
wifiSecurityWPA2 | Security that is using the WPA2 mechanism (Wi-Fi Protected Access). | WiFiAddNetwork, WiFiDetectAccessPoint, WiFiListNetwork |
wifiSecurityWPA_EAP | Security that is using the WPA mechanism (Wi-Fi Protected Access) and the EAP mechanism (Extensible Authentication Protocol). | WiFiAddNetwork, WiFiDetectAccessPoint, WiFiListNetwork |
wifiSSID | SSID (Service Set Identifier) of the Wi-Fi network to which the device is connected. | WiFiConnectionInfo |
wifiAll | Full information about the connection (corresponds to wifiSSID + wifiBSSID + wifiIPAddress + wifiMacAddress + wifiSpeed + wifiIDNetwork). | WiFiConnectionInfo |
wifiSpeed | Speed of the Wi-Fi link (expressed in Mbps). | WiFiConnectionInfo |