2023-09-12 04:46:44 -04:00
|
|
|
WiFi
|
|
|
|
====
|
|
|
|
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
|
|
|
|
|
2023-10-13 15:55:41 -04:00
|
|
|
WiFi Enterprise Security
|
2023-09-12 04:46:44 -04:00
|
|
|
------------------------
|
|
|
|
|
|
|
|
APIs defined in `esp_wpa2.h` have been deprecated. Please use newer APIs from `esp_eap_client.h`.
|
2023-11-13 02:15:44 -05:00
|
|
|
|
|
|
|
|
|
|
|
WiFi Disconnect Reason Codes
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
For the event WIFI_EVENT_STA_DISCONNECTED, the original reason code WIFI_REASON_NO_AP_FOUND has been split as follows:
|
|
|
|
|
|
|
|
- REASON_NO_AP_FOUND(original and still used in some scenarios)
|
|
|
|
- REASON_NO_AP_FOUND_IN_RSSI_THRESHOLD
|
|
|
|
- REASON_NO_AP_FOUND_IN_AUTHMODE_THRESHOLD
|
|
|
|
- REASON_NO_AP_FOUND_W_COMPATIBLE_SECURITY
|
|
|
|
|
|
|
|
For details, please refer to :ref:`esp_wifi_reason_code`.
|