-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection successful even if password provided is wrong? #356
Comments
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs. |
Hello, any news about this @JuanSeBestia ? |
Feel free to try to fix it, then open a MR ❤️ |
I wanted to be sure that it's a real bug or I'm doing something wrong. Anyone else experiecing the same issue? Can you reproduce it too? |
Yes. same issues here. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs. |
This should not be closed at all. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs. |
I'm trying to connect to the SSID and PSW provided by the user input (see wifiConfigDevice const):
After this code, even if the user types a wrong password, the connection is successful.
Why is this happening?
Is there any way to force the check of SSID and PSW of a WiFi to be sure the user types the correct credentials?
I need to be sure the credentials are correct since we are saving those into a IoT device after this step.
Video on Android SDK 29 (Android 10):
https://github.com/JuanSeBestia/react-native-wifi-reborn/assets/6844116/89bee5e3-7d44-459a-861d-10a6afae8950
In the video, the "ciaociaociao" psw is wrong for that network.
Also if I'm not already connected, the psw check is skipped.
The only way it seems to work is when the phone never connected to that network before (forget network) and I try the first time using the library. In that case the psw is checked. But I need the psw to be checked always.
Thanks
The text was updated successfully, but these errors were encountered: