]> granicus.if.org Git - esp-idf/commit
mesh: update libs
authorqiyuexia <qiyuexia@espressif.com>
Wed, 31 Oct 2018 13:11:57 +0000 (21:11 +0800)
committerqiyueixa <qiyuexia@espressif.com>
Tue, 6 Nov 2018 14:55:48 +0000 (22:55 +0800)
commit2d34a93dc4c44a324c27e0ca291770dbd1a191c1
tree9732aa565911bced7c962e0a1c805fc9237fd73b
parentd98d1ef1c2de7d48489f1c1f3fb0e193a85a90dd
mesh: update libs

1. fix ap_loss that occurs when the parent turns off the mesh function and becomes a normal WiFi with a different SSID.
2. add an event MESH_EVENT_NETWORK_STATE that contains information about whether there is a root in the current network.
3. modify the mechanism of mesh IE update.
4. fix a problem in the process of re-voting to select the root, the device that does not meet the conditions of being a root votes for itself.
5. fix an issue that occurs in esp_mesh_recv_toDS() when stopping the mesh.
6. when the user specifies a parent for the device, the device will set the authmode and password of its AP mode to the same value as the specified parent.
7. add two disconnected reason codes MESH_REASON_EMPTY_PASSWORD and MESH_REASON_PARENT_UNENCRYPTED.
components/esp32/include/esp_mesh.h
components/esp32/lib