WifiManager.enabled

This API is available on Firefox OS for internal applications only.

Summary

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

JavaScript
var enabled = navigator.mozWifiManager.enabled

Value

Return a boolean.

Specification

Not part of any specification.

See also

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/wifimanager/enabled

API B2G Firefox OS Non-standard Property Reference WiFi