Search found 2 matches

by kenone
Wed Jul 31, 2024 3:08 pm
Forum: ESP-IDF
Topic: Get reason of disconnection for WiFi AP mode
Replies: 5
Views: 1604

Re: Get reason of disconnection for WiFi AP mode

Hi, if you look at wifi_prov_mgr example project, you have, case WIFI_PROV_CRED_FAIL: { wifi_prov_sta_fail_reason_t *reason = (wifi_prov_sta_fail_reason_t *)event_data; ESP_LOGE(TAG, "Provisioning failed!\n\tReason : %s" "\n\tPlease reset to factory and retry provisioning", Looking into that might ...
by kenone
Wed Jul 31, 2024 8:57 am
Forum: ESP-IDF
Topic: Get reason of disconnection for WiFi AP mode
Replies: 5
Views: 1604

Re: Get reason of disconnection for WiFi AP mode

I hope you don't mind me bringing this post from the dead. The OP for this topic is a colleague of mine and the client is again requesting the ability to detect when a user/station enters an incorrect password for the AP. They want to be able to take the matter into their own hands (e.g. disable the...