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