Closed Bug 1085222 Opened 10 years ago Closed 6 years ago

Add a Web Activity handler to auto connect to a WiFi network

Categories

(Firefox OS Graveyard :: Gaia::Settings, defect)

x86_64
Windows 8.1
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: andre.fiedler, Unassigned)

Details

Background:

I did a QR-Code Scanner app for Firefox OS (https://marketplace.firefox.com/app/qr-reader). Last week I got a review that suggested to add WiFi auto configuration (http://psung.blogspot.de/2010/12/easy-wifi-autoconfiguration-with.html) to my app.
The only way by now to do this, is using the Gaia Settings API. But the API is certified only. So I can't implement such a functionality.

It would be nice, if I can call an Intent / a Web Activity like:

  new MozActivity({
    name: "wifi-connect",
    data: {
      ssid: "mynetwork",
      type: "WEP",
      password: "00deadbeef",
      hidden: false
    }
  });

This will open the Settings app showing the WiFi connect card pre-filled with the given connection parameters.
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.