hoerresb / WifiWizard

A Cordova plugin for managing Wifi networks
Apache License 2.0
205 stars 177 forks source link

password not set on WifiWizard.addNetwork #128

Open koulombus opened 6 years ago

koulombus commented 6 years ago

With following code

    let config = WifiWizard.formatWPAConfig(this.ssid, this.password);
    WifiWizard.addNetwork(config, function (win) {
      console.log("NET: ", win);
    });

the password is not set on device. If I check the phone wifi settings, I can see the new SSID, but by clicking on it, the password is required.