Results 1 - 20 of 30
The ipAddress
property value provides the current IP address of the device in the dotted quad format.
The linkSpeed
property value provides the current speed of the connection in Mb/s
.
The network
property value provides the current network in use when the connection state changes.
The relSignalStrength
property value provides the relative strength of the signal.
The
signalStrength
property value provides the absolute strength of the signal in
dBm .
The
MozWifiP2pManager.connect()
method binds, with a given configuration, to a peer identified by its MAC address and returns a
DOMRequest
that will report if the connect request has been issued successfully or not (but not about its result).
The connection
property value provides the status and current network in used by the WiFi adapter.
The connectionInformation
property value provides extra information about the current connection.
The enabled
property value indicates whether the wifi is turned on (true
) or off (false
).