esp-idf/components
zhangyanjiao cd428d0346 esp_wifi: fix some wifi bugs
1. Fix airkiss and esptouch find channel crash issue
2. Fix softAP crash by adding NULL pointer check for handling public action frame
3. Ignore dirtyBuf check when buffer size is larger than 4092
4. Fix rf signal test without 9M rate issue
5. Fix issue with hidden AP scans after connecting AP
6. Fix the watchdog issue when receiving action frame
7. Clear hotspot bss when auth timeout happens
8. Fix the bug for esptouch find hidden AP fail
9. Fixed issue of reason code change from 15 to 204 when provide wrong password
10. Fix set config return value error
11. Fix ampdu age timer memory leak
12. Fix PMK not saved in NVS for SoftAP for PSK mode
2021-12-02 21:42:14 +08:00
..
app_trace Merge branch 'doc/cleanup_apptrace2host_example' into 'master' 2019-02-15 17:06:57 +08:00
app_update Tools: add Python 2 deprecation warning 2020-12-10 00:12:09 +01:00
asio cmake: make main a component again 2018-09-11 09:44:12 +08:00
aws_iot Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
bootloader Merge branch 'feature/support_for_esp32_pico_v3_02_v3.3' into 'release/v3.3' 2021-11-15 06:14:37 +00:00
bootloader_support psram: support for esp32-pico-v3-02 2021-06-25 17:54:42 +08:00
bt Merge branch 'feature/btdm_add_new_api_get_conn_params_v3.3' into 'release/v3.3' 2021-12-02 08:07:51 +00:00
coap cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
console console/linenoise: support buffered stdout 2019-03-15 11:31:22 +08:00
cxx Add missing regex_error stub 2020-09-15 18:20:09 +00:00
driver uart: fix typo in error message 2021-08-03 09:31:12 +08:00
efuse efuse: Add ESP32 V3 'disable Download Mode' functionality 2020-12-17 17:44:21 +11:00
esp32 esp_wifi: fix some wifi bugs 2021-12-02 21:42:14 +08:00
esp_adc_cal Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_event [esp_event]: fixed and improved docs 2021-07-20 16:09:53 +08:00
esp_http_client esp_http_client: Fix some memory leak issues by coverity static analyzer. 2021-12-02 13:07:52 +05:30
esp_http_server esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru 2021-03-26 02:41:50 +00:00
esp_https_ota esp_https_ota.c: Add fix to return failure if (-1) is returned from esp_http_client_read 2020-07-08 10:00:48 +05:30
esp_https_server https_server : Missing uri_match_fn paramater added to default config 2019-02-25 09:13:39 +00:00
esp_ringbuf ringbuf: Fix bug where comparision between a signed and unsigned operand resulted in incorrect free size for no-split/allow-split buffers 2021-11-18 15:31:57 +05:30
esp_websocket_client Add options for esp_http_client and esp_websocket_client to support keepalive 2021-01-25 17:48:54 +08:00
esp-tls Merge branch 'feature/support_transport_keepalive_v3.3' into 'release/v3.3' 2021-04-22 05:59:05 +00:00
espcoredump esp32: Refactor backtrace and add esp_backtrace_print() 2021-03-04 19:01:48 +11:00
esptool_py esptool: Update to fix espsecure.py sign_data default version argument 2021-05-03 06:31:18 +00:00
ethernet ethernet: ensure RMII clock before PHY reset 2021-05-25 18:51:25 +08:00
expat expat: Update library from 2.2.9 to 2.4.1 2021-09-03 19:28:02 +08:00
fatfs fatfs: Fix some memory leak issues by coverity static analyzer. 2021-12-02 13:07:52 +05:30
freemodbus freemodbus: fix incorrectly set coils read event 2019-10-09 17:49:00 +02:00
freertos freertos: Increases delta for UT - Test suspend-resume CPU. The number of tick_hook should be the same for both CPUs 2021-08-03 15:35:20 +05:00
heap heap: recognize 0x40000000 as an address terminating the backtrace 2021-06-08 17:28:00 +10:00
idf_test test: move auto test script to new repo (backport) 2020-10-24 09:26:08 +08:00
jsmn cmake: make main a component again 2018-09-11 09:44:12 +08:00
json cJSON: Update submodule to latest release. 2021-09-06 07:45:57 +05:30
libsodium test: Set timeout of libsodium ed25519_convert test to 60s 2019-07-30 07:19:54 +00:00
log Update wifi lib 2020-03-10 20:01:39 +08:00
lwip esp_wifi: Modify WIFI_IF_AP to TCPIP_ADAPTER_IF_AP 2021-03-25 10:53:50 +08:00
mbedtls mbedtls: upgrade to release v2.16.11 2021-07-20 14:43:06 +05:30
mdns mDNS: Fix of text length calculation when detecting a collision 2021-05-20 11:05:51 +00:00
micro-ecc bootloader: Add fault injection resistance to Secure Boot bootloader verification 2021-03-31 17:54:45 +05:30
mqtt MQTT: Update submodule reference to support new config modes 2021-05-31 13:04:18 +00:00
newlib newlib: Mitigate UT - time adjustment happens linearly 2021-07-08 19:21:44 +05:00
nghttp nghttp2: upgrade to v1.41.0 release 2021-09-24 17:48:25 +05:30
nimble NimBLE: Fix build error for broadcaster role and bug in peer_dev_record (v3.3) 2021-07-13 13:55:37 +08:00
nvs_flash Merge branch 'feature/nvs_erase_check_init_3.3' into 'release/v3.3' 2020-12-28 11:46:34 +08:00
openssl openssl: made verification mode conversion to mbetls modes more strict 2020-10-12 10:14:21 +00:00
partition_table cmake: partition_table: Fix generation of MD5 for partition table when using CMake 2021-06-07 17:59:12 +10:00
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm Protocomm/simple_ble: Make gatt table map size equal to number of handles received (v3.3) 2020-11-17 16:27:29 +05:30
pthread pthread: fix the priority inheritance (backport v3.3) 2020-11-19 15:30:49 +08:00
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 19:09:38 +08:00
smartconfig_ack fix smartconfig issue when router reply arp late 2021-02-05 12:01:05 +08:00
soc Merge branch 'bugfix/enable_gpio_20_v3.3' into 'release/v3.3' 2021-12-01 05:59:34 +00:00
spi_flash paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 16:32:31 +10:00
spiffs add CN translation for adding python2 deprecation warning(MR 11115) 2020-12-10 14:04:57 +01:00
tcp_transport tcp_transport: Fix some memory leak issues by coverity static analyzer. 2021-12-02 13:07:52 +05:30
tcpip_adapter esp_wifi: Modify WIFI_IF_AP to TCPIP_ADAPTER_IF_AP 2021-03-25 10:53:50 +08:00
ulp Tools: add Python 2 deprecation warning 2020-12-10 00:12:09 +01:00
unity esp32: Refactor backtrace and add esp_backtrace_print() 2021-03-04 19:01:48 +11:00
vfs feature: support vfs uart set line endings with specified uart number release/v3.3 2020-08-14 14:35:44 +08:00
wear_levelling Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
wifi_provisioning wifi_provisioning: Fix some memory leak issues by coverity static analyzer. 2021-12-02 13:07:52 +05:30
wpa_supplicant Revert "esp_wifi: Fix handling of multiple AP credentials in WPS" 2021-01-06 19:30:56 +08:00
xtensa-debug-module tools: implement linker script generation 2018-11-16 12:42:02 +08:00