hoerresb / WifiWizard

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

Plugin not working on S6 Android 6.0.1 #89

Open shraddha1112 opened 8 years ago

shraddha1112 commented 8 years ago

Hello, We are using this plugin in our project and it is observed that connectNetwork i5s not working specifically on Samsung Galaxy S6 Android 6.0.1 Where as same code is working on S5 and other phones. Following is the log:

07-20 10:42:59.361: D/WifiWizard(7276): WifiWizard: connectNetwork entered. 07-20 10:42:59.361: D/WifiWizard(7276): WifiWizard: sssid string."HomeSSID" 07-20 10:42:59.601: D/WifiWizard(7276): WifiWizard: SupplicantState is COMPLETED 07-20 10:42:59.611: D/WifiWizard(7276): WifiWizard: connectNetwork entered. 07-20 10:42:59.611: D/WifiWizard(7276): WifiWizard: sssid string."HomeSSID" 07-20 10:42:59.951: D/WifiWizard(7276): WifiWizard: SupplicantState is DISCONNECTED

One question here i couldnt understand why it is coming 2 times into connectNetwork?

I checked code from my side i give call only once. And finally it goes in success call back but its not connected.

Please help

Regards, Shraddha

chr4ss1 commented 7 years ago

did you ever get a solution for this?