Version: Smart Feature Phone 2.5

WifiManager.enabled

Description#

The enabled property value indicates whether the wifi is turned on (true) or off (false).

Note: Enabling or disabling WiFi can only been done by using the Settings API to change the wifi.enabled setting. Each time this setting changes, the WifiManager object will send an enabled or disabled event. Those events can be handled by using the WifiManager.onenabled and WifiManager.ondisabled event handlers.

Syntax#

var enabled = navigator.mozWifiManager.enabled

Value#

Return a boolean.