This API is available on Firefox OS for internal applications only.
Summary
The MozWifiStatusChangeEvent
interface provides developers with information regarding the current status of the Wifi connection.
This interface also inherit from the Event
interface
Properties
MozWifiStatusChangeEvent.status
Read only- A string indicating the current status of the connection.
MozWifiStatusChangeEvent.network
Read only- A
network
object representing the current network in use (null
otherwise), seeWifiManager.getNetworks
for more detail about such objects.
Specification
Not part of any specification
See also
navigator.mozWifiManager
MozWifiConnectionInfoEvent
WifiManager
andMozWifiP2pManager
- The WiFi Information API article
- Pages with the tag WiFi