Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

MozWifiStatusChangeEvent.status

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

Summary

The status property value provides the current connection status.

Syntax

var status = instanceOfMozWifiStatusChangeEvent.status

Value

A string, one of the following:

  • connecting: the device enters the connection workflow.
  • associated: the device is connected to an access point but does not have an IP address yet.
  • connected: the device is fully connected via wifi and ready.
  • connectingfailed: the device was unable to connect itself to a network.
  • disconnected: the device was connected to a network but has disconnected for any reason.
  • wps-timedout: a WPS connection attempt has timed out.
  • wps-failed: a WPS connection attempt failed.
  • wps-overlapped: a WPS connection attempt overlapped another one (this happens when two networks in the same area allow a pbs connection at the same time).

Specification

Not part of any specification.

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, teoli, kscarfone, Jeremie
 Last updated by: chrisdavidmills,