Class WifiNetwork

An object that contains information about an active WiFi network that has been discovered.

Parameters

Name Description
ssid string
The SSID for the wireless network.
isPrivate bool
If true, indicates that the network requires a key in order to connect to it.
isConnected bool
If true, this connection is currently in use. Otherwise, false.
profileName string
Name of the WLAN profile saved for this network, empty string if no profile.
signalStrength uint
Percentage (0-100) indicating signal strength between -100 dbm and -50 dbm.

Requirements

KioWare for Windows version 8.14 or greater.