Skip to content

Commit

Permalink
update wifi lib
Browse files Browse the repository at this point in the history
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
  • Loading branch information
liuzfesp committed May 6, 2019
1 parent bc6972f commit b19a0b0
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fix_printf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 modified libcoexist.a
Binary file not shown.
Binary file modified libcore.a
Binary file not shown.
Binary file modified libespnow.a
Binary file not shown.
Binary file modified libmesh.a
Binary file not shown.
Binary file modified libnet80211.a
Binary file not shown.
Binary file modified libpp.a
Binary file not shown.
Binary file modified libsmartconfig.a
Binary file not shown.
Binary file modified libwpa.a
Binary file not shown.
Binary file modified libwpa2.a
Binary file not shown.
Binary file modified libwps.a
Binary file not shown.

0 comments on commit b19a0b0

Please sign in to comment.