hoerresb / WifiWizard

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

WifiWizard cannot connect to network #84

Open henryemekaofozor opened 8 years ago

henryemekaofozor commented 8 years ago

HI, great plugin. I followed all your steps and even downloaded the demo zip from your git page. The wifi networks are found without issues but when I click on a network ( open network, no password) . I get the following error |: WifiWizard cannot connect to network. What could be the issue ?

odelot commented 8 years ago

Hi!

You need to add the network first, with WifiWizard.addNetwork.

Pay attention because the network got by WifiWizard.getScanResults does not have the auth object.

network.auth = new Object ();
network.auth.algorithm = "NONE";