isuPatches / android-wisefy

Wrapper around WifiManager and ConnectivityManager for Android
Apache License 2.0
312 stars 38 forks source link

isNetworkSaved(String ssid) - Not good enough. We need comparision based on BSSID. #149

Closed SamarthaKV29 closed 2 years ago

SamarthaKV29 commented 3 years ago

Most of the times SSID is not good enough. There might be multiple networks with same SSID, different BSSID. If you know any workaround for this, please suggest.

isuPatches commented 3 years ago

@SamarthaKV29 Apologies for the delay. Just wanted to acknowledge that I have reviewed this ticket and will be working through some options and ideas to help you with this problem. I don't have an answer just yet.

isuPatches commented 3 years ago

A new API will need to be added for this. This can be added into an early release candidate of 5.x

isuPatches commented 2 years ago

I have not forgotten about this, it will be slated for 5.0.0...first I would like to refocus on CI and documentation so that a true 5.0.0 can be released. Thank you for your patience.