-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Cannot connect to hidden AP on channels 12 / 13 #3870
Comments
Can you check the SDK version of both builds? |
FirmwareBuild:⋄ | 20116 - Mega The older FW: FirmwareBuild:⋄ | 20114 - Mega |
OK, so the SDK is the same. What has changed (I guess it might even be based on your comments ;) ) is this.
New behavior:
So this last step is only using the Arduino call to |
OK, thank you for your detailed comment. I also think it's somehow related with a region but if it's hidden setting somewhere in the WiFi library, I understand it'll be hard or impossible to solve... Despite AP channel 13 would be better in my environment, I changed it to 11 and I can live with that... Thanks again! |
I'm now working on some other part of the code, but when I dive into WiFi again, I will keep it in mind. |
OK, I know this is an old issue, but I've been digging into "hidden SSID" the last few days. The reason why this is not working is this:
This can only be changed when the WiFi country policy is set to manual. (and channels > 11 are included in the policy) So this will be addressed when I'm done with the (massive) WiFi/network refactor I am now working on. I will also add some settings to store the preferred channel and/or BSSID to speed up connecting to hidden SSID networks. |
Ì have just upgreaded 2 ESP nodes to Custom Vagrant build : ESP_Easy_mega_20211202_custom_IR_ESP8266_4M1M Dec 2 2021.
Unfortunately the both nodes couldn't connect to hidden AP anymore after the reboot (even after cold boot).
As soon as I enabled the SSID broadcast on the AP or after the AP channel was changed to 11, both nodes connected successfully to the same AP quickly.
Another ESP node (ESP_Easy_mega_20210801_custom_IR_ESP8266_4M1M Aug 1 2021) successfully reconnected to hidden AP on all tested channels (11,12,13).
On all three nodes the Fallback SSID is configured (the Fallback APs with weak signal or even missing).
The text was updated successfully, but these errors were encountered: