Optional ReadonlycapabilitiesThe capabilities of the Wi-Fi hardware. Note: MozWifiCapabilities is not defined in the provided IDL
ReadonlyconnectionThe current connection status.
Optional ReadonlyconnectionInformation about the current connection.
ReadonlyenabledWhether Wi-Fi is currently enabled.
ReadonlymacThe MAC address of the Wi-Fi interface.
Event handler for connection information updates (e.g. signal strength).
Event handler for when Wi-Fi is disabled.
Event handler for when Wi-Fi is enabled.
Event handler for station information updates.
Event handler for status changes.
The addEventListener() method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.
Optionaloptions: boolean | AddEventListenerOptionsAssociates (connects) to a specific network.
The network to connect to.
Deletes an imported certificate.
The nickname of the certificate to delete.
The dispatchEvent() method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order.
Retrieves a list of imported certificates.
Retrieves the list of known (configured) networks.
Requests a scan for available networks.
Imports a certificate.
The certificate data.
The password for the certificate.
The nickname for the certificate.
The removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.
Optionaloptions: boolean | EventListenerOptionsSets the HTTP proxy for a network.
The network to configure.
The proxy configuration.
Sets the power saving mode.
True to enable power saving, false to disable.
Configures the static IP mode for a network.
The network to configure.
Optionalinfo: IPConfigurationThe IP configuration.
Enables or disables Wi-Fi.
True to enable, false to disable.
Initiates a WPS connection.
Optionaldetail: WifiWPSInfoThe WPS configuration details.
Available only if "Navigator::HasWifiManagerSupport" is true. UnsafeInPrerendering
Provides an API to manage Wi-Fi connections.