-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
If I set wifi auth==wpa ,node can't connect to root in esp mesh network (IDFGH-11521) #12646
Comments
If I set wifi auth==WPA/WPA2, it works. |
This issue does not seem to be caused by the auth mode. The error with this issue is that my AP password is randomly selected between "!" and "~". When I am randomly selected between "0" and "9", no matter which authentication method is used, it can work normally. |
update! |
@fzboffice Can you reproduce it just running the |
@zhangyanjiaoesp not just '!'and '' |
@zhangyanjiaoesp Do you set auth mode to wpa? |
Just test with the authmode set to WPA, and the node device can't found the AP indeed. And we will solve it ASAP. |
@zhangyanjiaoesp Has this issue been solved? |
The fix has been merged internally, and it will take some time to sync to Github. |
1. fix the bug that station can't found AP when the authmode is WPA 2. fix wifi mode error when mesh start after station has connected to router Closes #12646
Answers checklist.
IDF version.
v5.2
Espressif SoC revision.
ESP32
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32_DEVKIT_V4
Power Supply used.
USB
What is the expected behavior?
node connect to root
What is the actual behavior?
node can not connect to root
Steps to reproduce.
I use esp-idf\examples\mesh\internal_communication project.
Call esp_mesh_fix_root(true);
Call esp_mesh_set_type(MESH_NODE);(another development board call call esp_mesh_set_type(MESH_ROOT);)
Set Mesh AP Authentication Mode to CONFIG_WIFI_AUTH_WPA_PSK in "Example Configuration" in menuconfig.
Compile esp-idf\examples\mesh\internal_communication and flash.
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: