mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-07-15 01:42:38 +08:00

1. update regdomain max channel according to country info from nvs and/or AP. 2. channel 14 is allowed only in 11b mode. 3. remove csa when switch channel from/to 14 channel. 4. update phy mode nvs when softap channel from 14 to other. 5. fix the bug that check whether channel parameter is valid. 6. add regdomain max channel of ap. 7. update total scan time. 8. update min chan when country policy is auto. 9. check whether country schan and nchan is valid. 10. fix pairwise cipher tkip pmf compability issue. 11. fix disconnect when set country. 12. fix set country code before wifi start issue. 13. check the third octect of country code string. 14. can active scan channel 12 13 14 when country policy is manual. 15. add clear ap list interface
ESP32 WiFi Stack Libraries ==================== This repository contains binary libraries supporting the ESP32 series 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%