You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works well for me, except for the case when I connect to the hotspot created on my Android device with security set to None. In this case SimpleWifi fails to find connected AccessPoint - IsConnected property on the corresponding AccessPoint instance incorrectly returns 'false'.
I wonder if AccessPoint.IsConnected property implementation should be changed so that it tries to match AccessPoint._interface.CurrentConnection.Name to SSID (accessible via AccessPoint.Name) whenever AccessPoint._network.profileName is an empty string?
In my case that would solve the issue. I can submit pull request if you think the fix makes sense.
Here is a screenshot from VS debugging session, to clarify the issue:
Thanks!
The text was updated successfully, but these errors were encountered:
First of all, thanks for the library!
It works well for me, except for the case when I connect to the hotspot created on my Android device with security set to None. In this case SimpleWifi fails to find connected AccessPoint - IsConnected property on the corresponding AccessPoint instance incorrectly returns 'false'.
I wonder if AccessPoint.IsConnected property implementation should be changed so that it tries to match AccessPoint._interface.CurrentConnection.Name to SSID (accessible via AccessPoint.Name) whenever AccessPoint._network.profileName is an empty string?
In my case that would solve the issue. I can submit pull request if you think the fix makes sense.
Here is a screenshot from VS debugging session, to clarify the issue:
Thanks!
The text was updated successfully, but these errors were encountered: