idf 3.0.9 WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT on good APs
Posted: Thu May 14, 2020 1:57 pm
Hello, i have a software running on a esp-idf3.0.9 where the sta connection to an AP fails due to the short timeout (probably).
If i try many times to connect, sometimes it works. If I connect to a faster AP the code works.
Most of time I try to connect to a slow AP i have the event
SYSTEM_EVENT_STA_DISCONNECTED with disconnected.reason = WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT.
Is there a way to increase the timeout time for the handshake?
Thanks
If i try many times to connect, sometimes it works. If I connect to a faster AP the code works.
Most of time I try to connect to a slow AP i have the event
SYSTEM_EVENT_STA_DISCONNECTED with disconnected.reason = WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT.
Is there a way to increase the timeout time for the handshake?
Thanks