Search found 2 matches
- Mon Nov 27, 2017 2:21 am
- Forum: General Discussion
- Topic: LWIP version and ESP32
- Replies: 6
- Views: 10050
Re: LWIP version and ESP32
> Are there identified bug fixes or features or performance enhancements that we can point to in lwIP latest that are impacting us in > ESP32 land? I believe there is: LwIP 2.0 has support for https in the httpd application (via an altcp layer). I have been building a captive-portal WiFi configurati...
- Thu Nov 16, 2017 1:36 am
- Forum: ESP-IDF
- Topic: Determining if the wifi password is incorrect
- Replies: 5
- Views: 10877
Re: Determining if the wifi password is incorrect
Under the current build I am for some reason getting WIFI_REASON_AUTH_EXPIRE for incorrect passwords. This is for a NetGear WNDR3700. I'm seeing WIFI_REASON_NO_AP_FOUND if the SSID isn't present, which is OK, but I never see WIFI_REASON_AUTH_FAIL.