MozWifiConnectionInfoEvent

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

Summary

The MozWifiConnectionInfoEvent interface provides developers with information regarding the state of the current Wifi connection.

This interface also inherits from the Event interface.

Properties

MozWifiConnectionInfoEvent.signalStrength Read only
A number indicating the absolute strength of the signal in dBm.
MozWifiConnectionInfoEvent.relSignalStrength Read only
A number in the range [0,100] indicating the relative strength of the signal.
MozWifiConnectionInfoEvent.linkSpeed Read only
A number representing link speed in Mb/s.
MozWifiConnectionInfoEvent.ipAddress Read only
A string representing the IP address of the device in the dotted quad format.
MozWifiConnectionInfoEvent.network Read only
A network object representing the current network in use (null otherwise); see WifiManager.getNetworks for more detail about such objects.

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/mozwificonnectioninfoevent

API B2G Firefox OS Non-standard Reference WiFi