hoerresb / WifiWizard

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

WifiWizard list duplicate SSID #98

Closed sathyesh closed 4 years ago

sathyesh commented 7 years ago

WifiWizard getScanResults function returns duplicate SSID values in the list.

Here is my code: WifiWizard.startScan(() => { WifiWizard.getScanResults((response) => { console.log(resposne); } }