I am having a bit of trouble getting WiFi to work on ESP-IDF 4.4.5. Specifically, I can perform a WiFi scan, see my AP in the results along with the correct details but, when I actually attempt to connect, I receive WIFI_REASON_NO_AP_FOUND every time. Logs and sources attached for reference.
Some things I have already checked:
- Verify SSID and password are correct. NOTE: In the log, my SSID is "iot"; my neighbor's SSIDs have been redacted.
- Configure the router for B/G only (vs. the usual B/G/N) at 20MHz channel width.
- Configure the router for TKIP (currently AES CCM).
- Configure the router for 20MHz channel width in B/G/N mode (currently 20MHz / 40MHz).
- Ensure SSID and password contain only alphanumeric characters.
So, can anybody think of anything I am missing?
Additionally, is there any way to get more information about why IDF is rejecting my AP? (Notice in the logs that there are 3 extra messages when IDF scans the channel that my AP is on which indicates that it finds something there).
Thanks in advance for any assistance on this!