mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
- Fix wrong reason code reported when softAP issues a disconnect for station - Fix wrong reason code reported when association timeout happens at station - Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY, WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA, WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively - Update wifi documentation related to reason codes