baohongde
00a728f932
feat(coex): Support BR/EDR (e)SCO and Wi-Fi coexistence
2025-04-09 11:01:32 +08:00
Jiang Jiang Jian
fd2c02571e
Merge branch 'feature/softap_fixes_for_ceritification_v5.1' into 'release/v5.1'
...
WiFi: fixes for issues discovered during SoftAP ceritification (v5.1)
See merge request espressif/esp-idf!36529
2025-04-08 16:44:13 +08:00
glmfe
1367d14ca0
fix(tcp_transport): Fix test for socks transport
...
- Removed out of scope stack acess
2025-04-07 12:10:38 -03:00
Kapil Gupta
9fd690eb65
ci(wifi): Add builds for FT, RRM and WNM configs
2025-04-07 16:11:31 +05:30
Kapil Gupta
9e2c32a4cc
fix(wifi): Fixed compilation error when 11R is enabled without 11KV
...
Closes https://github.com/espressif/esp-idf/issues/15539
2025-04-07 16:05:26 +05:30
Kapil Gupta
5422bedb14
fix(esp_wifi): Prevent flushing of FT data mistakenly
2025-04-07 16:05:26 +05:30
Kapil Gupta
2c43db17db
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
2025-04-07 16:05:26 +05:30
Kapil Gupta
0d4d2b85dd
fix(esp_wifi): Address some review comments
2025-04-07 16:05:01 +05:30
Aditi
b0f88142ee
fix(wpa_supplicant): Remove the btm_rrm task from supplicant
...
This commit removes btm_rrm_t task and CONFIG_SUPPLICANT_TASK from
wpa_supplicant and make the functions work in wifi task's context.
2025-04-07 16:04:55 +05:30
Aditi
98147c30c2
fix(wpa_supplicant): Fix for sending alternate ft-auth in roaming
2025-04-07 16:03:47 +05:30
Aditi
c806d3e765
fix(wpa_supplicant): Add two separate flags for RRM and WNM
...
Added two separate flags CONFIG_RRM(80211k) and CONFIG_WNM(80211v)
flags under IEEE80211KV support flag.
2025-04-07 16:03:47 +05:30
Aditi
95503693f3
fix(esp_wifi): Add fix for error handling for FT-Auth
2025-04-07 16:03:47 +05:30
Nachiket Kukade
7c21e36a42
fix(wpa_supplicant): Fix some coverity issues in wpa_supplicant
...
1. Fix leak in SoftAP while sending SAE Confirm
2. Move NULL check before pointer is getting used
3. Remove some dead code
2025-04-07 16:03:47 +05:30
wangtao@espressif.com
3b565f017b
fix(wifi): fix build issue when disable wpa3 sae
2025-04-07 16:03:41 +05:30
Shreyas Sheth
0cd6a2a8ee
fix(wifi): Resolve comments for softap fixes
2025-04-07 16:03:41 +05:30
Shreyas Sheth
2474bab024
fix(wifi): Resolve comments on feature/softap_fixes_for_ceritification
2025-04-07 16:03:41 +05:30
Shreyas Sheth
f826a0cdc6
fix(wifi): Make sure auth is sent after sae process
2025-04-07 16:03:41 +05:30
Shreyas Sheth
979cd25e60
feat(wifi): Add support for transition_disable for softAP
...
Bugfix rsnxe len for assoc req
2025-04-07 16:03:41 +05:30
Rahul Tank
b5f45337a1
Merge branch 'bugfix/handle_invalid_rd_rem_feat_v5.1' into 'release/v5.1'
...
fix(nimble): Handle connection posting condition (v5.1)
See merge request espressif/esp-idf!38230
2025-04-07 12:17:47 +08:00
Jiang Jiang Jian
7fd69fcdfe
Merge branch 'bugfix/pmkid_password_mismatch_v5.1' into 'release/v5.1'
...
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed (Backport v5.1)
See merge request espressif/esp-idf!38243
2025-04-07 11:16:36 +08:00
morris
653eec6f30
Merge branch 'fix/usb-host-device-close-err-give-semaphore_v5.1' into 'release/v5.1'
...
fix(usb_host): Give semaphore on attempted close of non-opened device (backport v5.1)
See merge request espressif/esp-idf!38209
2025-04-05 22:33:18 +08:00
Sajia
762919054f
fix(wifi): Fix crash when set config is called with changed password
...
Closes https://github.com/espressif/esp-idf/issues/15584
2025-04-04 00:14:26 +05:30
Sarvesh Bodakhe
0fd60e373e
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed
2025-04-04 00:13:46 +05:30
Island
2d90379533
Merge branch 'bugfix/fixed_c2eco4_ble_crash_issue_5.1' into 'release/v5.1'
...
fix(ble): fixed a heap assertion issue when enabling BLE for esp32c2 v2.0
See merge request espressif/esp-idf!38217
2025-04-03 14:42:41 +08:00
morris
0d00802fc9
Merge branch 'test/add_cache2phys_xip_tests_v5.1' into 'release/v5.1'
...
fix(mmap): fixed spi_flash_phys2cache return addr in PSRAM issue (v5.1)
See merge request espressif/esp-idf!35988
2025-04-03 14:34:39 +08:00
Rahul Tank
c4e164b2a1
fix(nimble): Handle connection posting condition
2025-04-03 11:09:58 +05:30
Shen Weilong
6fb96ac2bd
fix(ble): fixed a heap assertion issue when enabling BLE for esp32c2 v2.0
2025-04-03 08:58:17 +08:00
Tan Yan Quan
ba95d8997d
feat(openthread): update thread-lib to support BR DNS resolution
2025-04-02 11:40:32 +08:00
Tan Yan Quan
579e36c614
feat(openthread): revert to OT upstream main branch
2025-04-02 11:27:55 +08:00
Tan Yan Quan
14bfeec01e
fix(openthread): change include statement to updated upstream path
2025-04-02 11:26:41 +08:00
Tan Yan Quan
0f92073ed4
fix(openthread): update openthread upstream to support BR DNS resolution
2025-04-02 11:02:00 +08:00
morris
401f9e7efc
Merge branch 'feature/check_efuse_blk_after_ota_v5.1' into 'release/v5.1'
...
feat(bootloader): support to check efuse block revision (v5.1)
See merge request espressif/esp-idf!33143
2025-04-02 10:01:01 +08:00
morris
d02ac835ce
Merge branch 'contrib/github_pr_15484_v5.1' into 'release/v5.1'
...
fix(twai): fixed twai assert fail during recover (GitHub PR) (v5.1)
See merge request espressif/esp-idf!37991
2025-04-02 09:55:50 +08:00
morris
77f41c70e0
Merge branch 'bugfix/ledc_fade_stop_race_condition_v5.1' into 'release/v5.1'
...
fix(ledc): fix race condition in ledc_fade_stop causing assert failure (v5.1)
See merge request espressif/esp-idf!38083
2025-04-02 09:54:51 +08:00
Rahul Tank
0c6ca93046
Merge branch 'bugfix/reattempt_sync_failed_unlock_v5.1' into 'release/v5.1'
...
fix(nimble): Added ble_hs_unlock for resync failed (v5.1)
See merge request espressif/esp-idf!38100
2025-04-01 19:41:54 +08:00
Chen Jian Hua
406597cc08
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(566c8e3)
...
- Support BLE vendor hci set RX sensitivity and AGC gain command
(cherry picked from commit 8742bbe553 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-03-31 12:05:13 +08:00
Wang Meng Yang
c61fe8d945
Merge branch 'bugfix/sec_service_record_conn_fail_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): fix the issue of connection failure when initializing multiple profiles(v5.1)
See merge request espressif/esp-idf!38077
2025-03-28 18:49:15 +08:00
Jiang Jiang Jian
34449e9b03
Merge branch 'backport/backport_some_changes_to_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi bugs(backport v5.1)
See merge request espressif/esp-idf!38015
2025-03-28 16:46:54 +08:00
Astha Verma
6e1ccf0b5f
fix(nimble): Added ble_hs_unlock for resync failed
2025-03-28 12:19:34 +05:30
Song Ruo Jing
e62a253bb9
fix(ledc): fix race condition in ledc_fade_stop causing assert failure
...
Closes https://github.com/espressif/esp-idf/issues/15580
2025-03-27 20:17:23 +08:00
xiongweichao
3c89eb44e3
fix(bt/bluedroid): fix the issue of connection failure when initializing multiple profiles
...
- Due to the number of service security records exceeding the maximum value, the connection failed
2025-03-27 20:01:32 +08:00
yinqingzhao
2ed6bf6515
fix(wifi): fix some wifi bugs
2025-03-27 17:43:11 +08:00
Island
1f4106fcfe
Merge branch 'feature/add_vendor_ble_cmd_definitions_5.1' into 'release/v5.1'
...
Feature/add vendor ble cmd definitions (v5.1)
See merge request espressif/esp-idf!37961
2025-03-27 17:15:00 +08:00
Island
f099935bb2
Merge branch 'feature/ble_5_1_direction_finding_master_20250311_v5.1' into 'release/v5.1'
...
Feature/ble 5 1 direction finding master 20250311 v5.1
See merge request espressif/esp-idf!38010
2025-03-27 11:43:38 +08:00
diplfranzhoepfinger
798a976912
fix(twai): fixed twai assert fail when recover
...
driver try start new frame in ISR however already bus off
Closes https://github.com/espressif/esp-idf/issues/9697
2025-03-27 11:25:40 +08:00
Xiao Xufeng
2417beac71
ci(app_update): move test_apps to subfolder with a name
2025-03-27 01:55:06 +08:00
Xiao Xufeng
ad828dcc52
ci(spi_flash): add tests for cache2phys with XIP
2025-03-27 01:55:06 +08:00
Xiao Xufeng
23024f795e
fix(mmap): fixed spi_flash_phys2cache return addr in PSRAM issue
...
When SPIRAM_FETCH_INSTRUCTIONS or SPIRAM_RODATA enabled
2025-03-27 01:55:06 +08:00
Jiang Jiang Jian
c6675c3f8f
Merge branch 'bugfix/fix_scan_info_error_in_lr_only_mode_v5.1' into 'release/v5.1'
...
fix(wifi): Fixed the scan information error in LR only mode (v5.1)
See merge request espressif/esp-idf!37905
2025-03-26 21:33:26 +08:00
GengYuchao
69485ee9b5
feat(nimble):Support Bluetooth LE 5.1 direction finding feature
2025-03-26 16:31:39 +08:00