Articles tagged: WiFi
Found 34 documents
- Monitoring_WiFi_access_points Code with UniversalXPConnect privileges can monitor the list of available WiFi access points to ...
- Mozilla/B2G_OS/API/MozWifiConnectionInfoEvent The MozWifiConnectionInfoEvent interface provides developers with information regarding the ...
- Mozilla/B2G_OS/API/MozWifiConnectionInfoEvent/ipAddress The ipAddress property value provides the current IP address of the device in the dotted quad ...
- Mozilla/B2G_OS/API/MozWifiConnectionInfoEvent/linkSpeed The linkSpeed property value provides the current speed of the connection in Mb/s.
- Mozilla/B2G_OS/API/MozWifiConnectionInfoEvent/network The network property value provides the current network in use when the connection state changes.
- Mozilla/B2G_OS/API/MozWifiConnectionInfoEvent/relSignalStrength The relSignalStrength property value provides the relative strength of the signal.
- Mozilla/B2G_OS/API/MozWifiConnectionInfoEvent/signalStrength The signalStrength property value provides the absolute strength of the signal in dBm.
- Mozilla/B2G_OS/API/MozWifiP2pGroupOwner The MozWifiP2pGroupOwner is an interface that represents the group owner of WiFi Direct connection.
- Mozilla/B2G_OS/API/MozWifiP2pManager The MozWifiP2pManager is an interface that allows to control Wi-Fi connection with other ...
- Mozilla/B2G_OS/API/MozWifiP2pManager/connect The MozWifiP2pManager.connect() method binds, with a given configuration, to a peer identified ...
- Mozilla/B2G_OS/API/MozWifiStatusChangeEvent The MozWifiStatusChangeEvent interface provides developers with information regarding the ...
- Mozilla/B2G_OS/API/MozWifiStatusChangeEvent/network The network property value provides the current network in use when the connection status changes.
- Mozilla/B2G_OS/API/MozWifiStatusChangeEvent/status The status property value provides the current connection status.
- Mozilla/B2G_OS/API/Navigator/mozWifiManager Returns a WifiManager object you can use to manage the device WiFi connection.
- Mozilla/B2G_OS/API/WifiManager The WifiManager API provides access to the wifi device capability.
- Mozilla/B2G_OS/API/WifiManager/associate The associate method is used to associate (and connect) a device with a given WiFi network.
- Mozilla/B2G_OS/API/WifiManager/connection The connection property value provides the status and current network in used by the WiFi adapter.
- Mozilla/B2G_OS/API/WifiManager/connectionInformation The connectionInformation property value provides extra information about the current connection.
- Mozilla/B2G_OS/API/WifiManager/enabled The enabled property value indicates whether the wifi is turned on (true) or off (false).
- Mozilla/B2G_OS/API/WifiManager/forget The forget method is used to make a device forget about a given WiFi network. This will remove ...
- Mozilla/B2G_OS/API/WifiManager/getKnownNetworks The getKnownNetworks method is used to retrieve the whole list of WiFi networks the device ...
- Mozilla/B2G_OS/API/WifiManager/getNetworks The getNetworks method is used to retrieve the whole list of available WiFi networks surrounding ...
- Mozilla/B2G_OS/API/WifiManager/macAddress The macAddress property value provides the wifi adapter's MAC address.
- Mozilla/B2G_OS/API/WifiManager/onconnectioninfoupdate Specifies an event listener to receive connectioninfoupdate events. Those events occur when the ...
- Mozilla/B2G_OS/API/WifiManager/ondisabled Specifies an event listener to receive disabled events. Those events occur when the device's ...
- Mozilla/B2G_OS/API/WifiManager/onenabled Specifies an event listener to receive enabled events. Those events occur when the device's WiFi ...
- Mozilla/B2G_OS/API/WifiManager/onstatuschange Specifies an event listener to receive statuschange events. Those events occur when the device's ...
- Mozilla/B2G_OS/API/WifiManager/setPowerSavingMode The setPowerSavingMode method is used to have the WiFi adapter enter or exit the power saving mode.
- Mozilla/B2G_OS/API/WifiManager/setStaticIpMode The setStaticIpMod method is used to define a static or dynamic (if the network has a DHCP ...
- Mozilla/B2G_OS/API/WifiManager/wps The wps method is used to handle a WPS connection with networks supporting that feature.
- Mozilla/B2G_OS/API/WiFi_Information_API The WiFi Information API is specifically made to handle WiFi connections on a Firefox OS device. ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIWifiAccessPoint
- Mozilla/Tech/XPCOM/Reference/Interface/nsIWifiListener Called when the list of available access points changes.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIWifiMonitor This is used, for example, by Geolocation to use WiFi access points for location detection.