update wifi lib

Backport following fixes to v3.2 (9648c6a0):
1. Add support for STA HT2040 coexist management
2. Add support for WPA2 improvements
3. Add support for WiFi signal test
4. Disallow HT rate when unicast/mcast cipher is TKIP/WEP
5. Fix the bug that WPS fails when AP is encrypted
This commit is contained in:
liu zhifu
2019-05-06 11:18:39 +08:00
parent bc6972f2ae
commit b19a0b04ee
11 changed files with 1 additions and 0 deletions

View File

@@ -12,3 +12,4 @@ xtensa-esp32-elf-objcopy --redefine-sym printf=core_printf libcore.a
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=core_printf libcore.a
xtensa-esp32-elf-objcopy --redefine-sym printf=coexist_printf libcoexist.a
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=coexist_printf libcoexist.a
xtensa-esp32-elf-objcopy --redefine-sym printf=coexist_printf libcoexist.a

Binary file not shown.

BIN
libcore.a

Binary file not shown.

Binary file not shown.

BIN
libmesh.a

Binary file not shown.

Binary file not shown.

BIN
libpp.a

Binary file not shown.

Binary file not shown.

BIN
libwpa.a

Binary file not shown.

BIN
libwpa2.a

Binary file not shown.

BIN
libwps.a

Binary file not shown.