Open DavideViolante opened 10 months ago
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 ? Thank you
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.
@alexma01 Hello Ale, do you think you also fixed this issue in your PR #355 ?
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