mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-10-21 14:11:11 +08:00
c323de3a272ff064f72fdb99f45d2e3ec32f6b88

1. Add check CSA state before CSA timer process 2. Change wifi scan duration from 120ms to 100ms 3. Using deport reg instead of ahb 4. Check TID in ieee80211_recv_bar() 5. Revert to report specific reason code when receiving deauth during 4-way-handshark 6. Fix the bug that tx ampdu parameter is not from peer device 7. Refactor wifi_interface_t 8. Faster WiFi station connect improvement, avoid 100ms passive scan 9. Add FCS failed packets filter 10. Update esp32 phy lib to v4660 11. Fix csa timer issue 12. Fix country code last byte to space instead of NULL 13. Fix softap cannot forward A-MSDU 14. fix max tx power to 20dBm 15. fix the issue that the esp_wifi_sta_get_ap_info can't get country
ESP32 WiFi Stack Libraries ==================== This repository contains binary libraries supporting the ESP32 RF subsystems. It is used as a submodule within `Espressif IoT Development Framework`_ (ESP-IDF). Files in this repository are Copyright (C) 2015-2016 Espressif Systems. These binary libraries are provided under the same license as the parent esp-idf project - the Apache License 2.0 as provided in the file LICENSE. (The license text refers to this as "Object" form.) .. _Espressif IoT Development Framework: https://github.com/espressif/esp-idf
Description
Languages
Shell
100%