tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+
https://www.npmjs.com/package/cordova-plugin-wifiwizard2
Apache License 2.0
122 stars 146 forks source link

Respect authentication type on Android #91

Open digaus opened 5 years ago

digaus commented 5 years ago

Description of the Change

Differentiate between different network authentication types when retrieving networks by SSID. This is necessary because android stores multiple networks with same SSID but different types.

Benefits

Fixes a problem where one cannot connect to an unsecured network when there is a configuartion with WPA/WPA2 already configured.

digaus commented 4 years ago

@tripflex Can you look into this?