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
I’m currently trying to join a network where I just know the beginning, but not the full SSID. Even though I can see the WiFi when checking the list of networks in the settings, my app is not able to connect to the access point by supplying it with only the prefix (when using the full name during development, it works). Is there something additional I should do before trying the prefix?
The main issue I’m facing is that when I’m calling connectToProtectedSSIDPrefix with the SSID-prefix and it fails to connect, the method doesn’t reject but fulfills and I’m only getting a system alert saying ‘Unable to join the network “...”’.
Is this intended? Shouldn’t it reject as well when joining the network wasn’t successful?
Similar to what is done when connecting to a protected network with the full SSID, verify the connection after connecting only with a prefix provided. ClosesJuanSeBestia#182
Similar to what is done when connecting to a protected network with the full SSID, verify the connection after connecting only with a prefix provided. Closes#182
Hey, thanks for your library!
I’m currently trying to join a network where I just know the beginning, but not the full SSID. Even though I can see the WiFi when checking the list of networks in the settings, my app is not able to connect to the access point by supplying it with only the prefix (when using the full name during development, it works). Is there something additional I should do before trying the prefix?
The main issue I’m facing is that when I’m calling
connectToProtectedSSIDPrefix
with the SSID-prefix and it fails to connect, the method doesn’t reject but fulfills and I’m only getting a system alert saying ‘Unable to join the network “...”’.Is this intended? Shouldn’t it reject as well when joining the network wasn’t successful?
Could it be that the
else
-case needs to look similar to the one fromconnectToProtectedSSDID
?I’m happy to assist with debugging/testing or fix it myself, if my assumption is correct.
These are the parameters of all libraries/phones:
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: