]> granicus.if.org Git - esp-idf/commit
mesh: bugfix
authorqiyueixa <qiyuexia@espressif.com>
Sun, 23 Sep 2018 13:09:59 +0000 (21:09 +0800)
committerqiyueixa <qiyuexia@espressif.com>
Tue, 25 Sep 2018 05:43:55 +0000 (13:43 +0800)
commit1d4ae1e9ad93f8b309c0be74e334130353cb578c
treee7cac54db24dea97b5f3c4f101eb74104529049b
parentfbcfc869e2339be33f5c7258f079aa862efef7a9
mesh: bugfix

1. suppport mesh type, mesh ID, router and IE crypt func&key at any time after mesh is initalized.
2. support modify parent at any time after mesh is configured.
3. modify manual networking example.
4. update header file.
5. fix issues in root conflicts handling.
6. add max length of beacon to menuconfig.
7. fix issue when received a beacon without DSSS.
components/esp32/Kconfig
components/esp32/include/esp_mesh.h
components/esp32/include/esp_mesh_internal.h
components/esp32/include/esp_wifi.h
components/esp32/lib
examples/mesh/manual_networking/main/Kconfig.projbuild
examples/mesh/manual_networking/main/mesh_main.c