mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
mesh: update libs
1. detect and fix root conflicts when router BSSID is not set. 2. when root can not connect to the router due to NO_MORE_STAS(reason code:5), root will stop re-connection and perform MESH_NWK_LOOK_FOR_NETWORK. 3. wifi: fix the disconnection caused by receiving a deauth frame from non-parent node during scanning. 4. fix routing table redundant issue. 5. modify the max routes limitation from 300 to 1000. 6. wifi: fix ap does not deauth sta which has not completed the 4-way handshake.
This commit is contained in:
@@ -34,6 +34,7 @@ static void __attribute__((constructor)) s_set_default_wifi_log_level()
|
||||
the user to set the level again before esp_wifi_init() is called.
|
||||
*/
|
||||
esp_log_level_set("wifi", CONFIG_LOG_DEFAULT_LEVEL);
|
||||
esp_log_level_set("mesh", CONFIG_LOG_DEFAULT_LEVEL);
|
||||
}
|
||||
|
||||
static void esp_wifi_set_debug_log()
|
||||
|
Reference in New Issue
Block a user