OVMS3-idf/components/esp_wifi
qiyuexia c516819ba6 mesh: bugfix
1. resend eb which are pending in g_ic.tx_buf due to channel switch.
2. add lock for mgmg/xon/bcast to protect send from user flush.
3. softap: add check if secondary offset is correct when start softap.
4. softap: in inactive timer handler, add check if child bss is removed to avoid removing it again.
5. disable A-MPDU for non-root.
6. fix reusing a freed eb.
7. fix when node becomes root, it does not record assoc value to nvs.
8. discard unnecessary forwarded group packets.
9. fix toDS state is not updated in time.
10. fix s_sta_cnx_times is not cleared when deinit causes root sends ADD annoucement.
11. root: increase beacon timeout time from 6 seconds to 15 seconds to delay initiation of reconnection.
12. add esp_mesh_get_tsf_time to return TSF time.
13. send the whole routing table multi-times.
14. clear candidate settings if not receive candidate beacon within 8 seconds.
2019-07-05 13:17:43 +08:00
..
esp32/include esp_wifi: add limitation for setting maximum WiFi TX power 2019-06-27 17:28:59 +08:00
include mesh: bugfix 2019-07-05 13:17:43 +08:00
lib_esp32@b7bfeeccdb mesh: bugfix 2019-07-05 13:17:43 +08:00
src esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
test supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
CMakeLists.txt esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
component.mk supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
Kconfig esp_wifi: add limitation for setting maximum WiFi TX power 2019-06-27 17:28:59 +08:00
linker.lf ldgen: update component linker fragment files 2019-04-04 15:57:34 +08:00
Makefile.projbuild esp_wifi: fix wrong path of phy_init_data 2019-06-18 11:29:09 +08:00
sdkconfig.rename Rename Kconfig options (components/esp_wifi) 2019-05-21 09:09:01 +02:00