Jouni Malinen
fbbd0e29e9
SAE: Check for invalid Rejected Groups element length explicitly
...
Instead of practically ignoring an odd octet at the end of the element,
check for such invalid case explicitly. This is needed to avoid a
potential group downgrade attack.
Signed-off-by: Jouni Malinen <j@w1.fi >
2024-11-18 11:15:47 +08:00
Jouni Malinen
a04d277251
SAE: Check that peer's rejected groups are not enabled in AP
...
Signed-off-by: Jouni Malinen <jouni@codeaurora.org >
2024-11-18 11:15:47 +08:00
Jiang Jiang Jian
ac388268fd
Merge branch 'fix/kconfig-option-orphan_sections_warning_v5.2' into 'release/v5.2'
...
fix(build): fix orphan sections warning kconfig variable (v5.2)
See merge request espressif/esp-idf!33942
2024-11-18 11:15:15 +08:00
Shu Chen
0ffca40125
Merge branch 'fix/thread_resolve_invalid_host_v5_2' into 'release/v5.2'
...
fix(openthread): Fix invalid host resolving for Thread end devices(v5.2)
See merge request espressif/esp-idf!34940
2024-11-15 19:15:51 +08:00
Wang Meng Yang
537190a5a6
Merge branch 'bugfix/fix_classic_bt_build_fail_v5.2' into 'release/v5.2'
...
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE (v5.2)
See merge request espressif/esp-idf!34929
2024-11-15 17:34:56 +08:00
Jiang Jiang Jian
d917fa42c9
Merge branch 'bugfix/chip823_pll_low_temp_bug_v5.2' into 'release/v5.2'
...
[H2]Fix cpu switch fail for bbpll cali fail bug in low temp (v5.2)
See merge request espressif/esp-idf!34600
2024-11-15 16:29:39 +08:00
Jiang Jiang Jian
986081303a
Merge branch 'bugfix/fix_tbtt_interval_update_fail_v5.2' into 'release/v5.2'
...
fix(wifi): Optimization for wifi components (v5.2)
See merge request espressif/esp-idf!34894
2024-11-15 15:46:35 +08:00
Aditya Patwardhan
5b0b23cfb3
Merge branch 'feature/add_compiler_no_merge_constants_v5.2' into 'release/v5.2'
...
feat: add compiler config for not merging const sections (v5.2)
See merge request espressif/esp-idf!34087
2024-11-15 15:32:51 +08:00
WanqQixiang
7237893ba9
fix(openthread): Fix invalid host resolving for Thread end devices
2024-11-15 11:30:23 +08:00
morris
1e24d8acac
Merge branch 'contrib/github_pr_14859_v5.2' into 'release/v5.2'
...
fix(usb_host): return ESP_ERR_NO_MEM on failed alloc in client register (GitHub PR) (v5.2)
See merge request espressif/esp-idf!34877
2024-11-15 10:59:27 +08:00
Zhang Hai Peng
c5a4698088
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
...
(cherry picked from commit 59d20e80d3 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-11-14 22:13:40 +08:00
Shu Chen
c92f5db0e5
Merge branch 'feat/lwip_dns_external_resolve_hook_v5_2' into 'release/v5.2'
...
feat(lwip): Add DNS external hook in TCPIP context and replace netconn external resolve hook with dns external hook for OpenThread(v5.2)
See merge request espressif/esp-idf!33513
2024-11-14 19:29:43 +08:00
Shu Chen
d866ac65cc
Merge branch 'fix/find_and_close_service_in_ot_ci_case_v5.2' into 'release/v5.2'
...
fix(ci): optimize an openthread ci case (Backport v5.2)
See merge request espressif/esp-idf!34725
2024-11-14 11:59:15 +08:00
zhangyanjiao
5a354837a8
fix(wifi): Optimization for wifi components
...
1. fix(wifi/pm): Fixed the tbtt interval update error when AP's beacon interval changed
Closes https://github.com/espressif/esp-idf/issues/14720
2. fix(wifi/mesh): Enlarge the mesh TX task stack
3. fix(wifi/espnow): Added check for espnow type and length on v1.0
4. fix(wifi/mesh): Fixed delete group id error in wifi mesh
Closes https://github.com/espressif/esp-idf/issues/14735
2024-11-14 10:42:42 +08:00
WanqQixiang
1fbd343ed5
fix(openthread): Add check for ip address in DNS external resolve hook
2024-11-14 10:29:43 +08:00
WanqQixiang
846de251c7
feat(openthread): Replace netconn external resolve hook with dns external hook
2024-11-14 10:29:43 +08:00
WanqQixiang
88198777f8
feat(lwip): Add DNS external hook in TCPIP context(v5.2)
2024-11-14 10:29:43 +08:00
zhangyanjiao
f9ef78528e
docs(wifi/espnow): Update the description for ESP-NOW frame
2024-11-14 10:25:56 +08:00
Island
e186bba371
Merge branch 'feature/support_moving_code_to_flash_v5.2' into 'release/v5.2'
...
feat(ble): Support for putting code in flash on ESP32-C2 (v5.2)
See merge request espressif/esp-idf!34784
2024-11-14 10:09:31 +08:00
Daniel Mangum
38e9c8dbdf
fix(usb_host): return ESP_ERR_NO_MEM on failed alloc in client register
...
Fixes issue where ESP_ERR_NO_MEM was being silently discarded after
cleaning up after a failed malloc in usb_host_client_register.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com >
2024-11-13 10:03:08 +01:00
Island
81c4470f7e
Merge branch 'bugfix/fix_some_ble_bugs_240926_esp32_v5.2' into 'release/v5.2'
...
Fixed some BLE bugs 240926 on ESP32 (v5.2)
See merge request espressif/esp-idf!34552
2024-11-13 12:05:20 +08:00
Jiang Jiang Jian
60beb52dd8
Merge branch 'bugfix/support_random_iv_in_esptouch_v2_v5.2' into 'release/v5.2'
...
fix(wifi): Support AES IV with random value in esptouch v2 (v5.2)
See merge request espressif/esp-idf!34607
2024-11-13 11:27:40 +08:00
Jiang Jiang Jian
5c07af3ed7
Merge branch 'fix/fix_ota_slowclock_switching_v5.2' into 'release/v5.2'
...
fix(esp_hw_support): fix rtc slow clock missing after the OTA app changes the slow clock source (v5.2)
See merge request espressif/esp-idf!34472
2024-11-12 19:25:47 +08:00
Jiang Jiang Jian
458fb6e018
Merge branch 'fix/bypass_some_restore_process_if_sleep_rejected_v5.2' into 'release/v5.2'
...
fix(esp_hw_support): skip some wakeup steps if sleep is rejected (v5.2)
See merge request espressif/esp-idf!34620
2024-11-12 19:24:18 +08:00
Wang Meng Yang
2e80fd6236
Merge branch 'bugfix/osi_replace_free_v5.2' into 'release/v5.2'
...
fix(bt/bluedroid): Replace free/malloc with osi_free/malloc(v5.2)
See merge request espressif/esp-idf!34609
2024-11-12 19:22:26 +08:00
Wang Meng Yang
cbaf87af01
Merge branch 'bugfix/fix_avrc_absolute_volume_compatibility_v5.2' into 'release/v5.2'
...
bugfix/fix_avrc_absolute_volume_compatibility[backport v5.2]
See merge request espressif/esp-idf!34771
2024-11-12 17:54:47 +08:00
Island
6c8c6cef70
Merge branch 'feat/support_controller_run_in_flash_only_v5.2' into 'release/v5.2'
...
feat(bt/controller): Support controller code run in flash only(backport v5.2)
See merge request espressif/esp-idf!34703
2024-11-12 09:54:36 +08:00
Shen Weilong
a56d6f148f
feat(ble): Support for putting code in flash on ESP32-C2
2024-11-11 17:49:23 +08:00
zhangyanjiao
d47ed7d6f8
fix(wifi): Support AES IV with random value in esptouch v2
2024-11-11 15:37:32 +08:00
Jiang Jiang Jian
0587ac3766
Merge branch 'fix/c6_ble_no_adv_bug_v5.2' into 'release/v5.2'
...
fix: C6 ble does not send adv when coexistence with wifi
See merge request espressif/esp-idf!34575
2024-11-11 10:45:44 +08:00
morris
97bf63adde
Merge branch 'bugfix/gpio_set_level_atomic_v5.2' into 'release/v5.2'
...
fix(gpio): improve set level performance (v5.2)
See merge request espressif/esp-idf!34766
2024-11-11 10:41:15 +08:00
wuzhenghui
8cdca030e3
fix(esp_hw_support): skip some wakeup steps if sleep is rejected
...
1. Skip esp_timer time compensation to avoid introducing errors into rtc_timer
2. Ignore sleep_time_overhead_out measurements when sleep is rejected
2024-11-11 10:21:30 +08:00
morris
15a515b514
Merge branch 'feat/parlio_sleep_retention_v5.2' into 'release/v5.2'
...
fix(parlio): fix spelling error in reg_base.h (v5.2)
See merge request espressif/esp-idf!34734
2024-11-08 18:58:56 +08:00
morris
cc855a0a9b
Merge branch 'feat/mcpwm_dead_time_add_warning_v5.2' into 'release/v5.2'
...
fix(mcpwm): add warning about generator deadtime (v5.2)
See merge request espressif/esp-idf!34731
2024-11-08 16:48:23 +08:00
liqigan
8ab19b4bac
fix(bt/bluedroid): Fixed AVRCP compatibility issue on absolute volume synchronization
2024-11-08 14:49:55 +08:00
gongyantao
50170b643a
fix(bt): fix some issues in bt controller
...
1: Store local device name into NVDS when handling hci_wr_local_name_cmd.
2: Set default device name during link manager initialization.
3: Set the QoS value to the minimum value if the calculated QoS is less
than the minumum.
2024-11-08 14:31:34 +08:00
zhanghaipeng
ba1830f3f4
fix(bt/ble): Update esp32 libbtdm_app.a (17db8bd)
...
- Added a verification step for the Access Address within the CONNECT_IND PDU
2024-11-08 14:31:19 +08:00
chenjianhua
9133eda13c
fix(bt): Update bt lib for ESP32(a2a7457)
...
- Fixed assert in ke_mem.c at line 409 when controller reset
- Added config for BLE instant passed workaround
- Fixed connection can't be established when initiating and advertising coexist
2024-11-08 14:30:29 +08:00
hongshuqing
45bb984dcd
fix: fix pll low temp bug
2024-11-08 12:02:38 +08:00
morris
9fba786b47
fix(gpio): improve set level performance
...
by avoid "read-modify-write" operation. The registers designed to be
write only.
Related to https://github.com/espressif/esp-idf/issues/14674
2024-11-08 11:45:10 +08:00
zhiweijian
c409db3b44
feat(bt/controller): Support controller code run in flash only
2024-11-07 16:51:56 +08:00
Chen Jian Hua
d9bc02607f
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(52ee788)
...
- Fixed BLE vendor HCI set and get tx power
- Support BLE vendor HCI set adv aux offset command
- Support BLE vendor HCI set CSA support command
- Added config for BLE instant passed workaround
- Fixed btdm_sleep_clock_sync timeout workaround
(cherry picked from commit 1e3220b0b0 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-11-07 16:51:56 +08:00
Chen Jichang
d5cbc525e8
fix(parlio): fix spelling error in reg_base.h
2024-11-07 15:00:05 +08:00
Shu Chen
11ba71e96f
Merge branch 'backport/linker_script_check_missing_function_v52' into 'release/v5.2'
...
fix(ieee802154): fix linker error due to static function being inlined(Backport v5.2)
See merge request espressif/esp-idf!34720
2024-11-07 12:14:32 +08:00
Shu Chen
f1a28c56b1
Merge branch 'backport/upgrade-zigbee-examples-v5.2' into 'release/v5.2'
...
feat(zigbee): Upgrade the Zigbee lib to v1.6 for Zigbee examples(Backport v5.2)
See merge request espressif/esp-idf!34712
2024-11-07 11:39:36 +08:00
Shu Chen
214910f8f8
Merge branch 'fix/esp_prov_ipv6_resolve_v5_2' into 'release/v5.2'
...
fix(tools/esp_prov): Fix hostname resolving for IPv6-only host(v5.2)
See merge request espressif/esp-idf!34677
2024-11-07 11:07:09 +08:00
Chen Jichang
26e719013f
fix(mcpwm): add warning about generator deadtime
...
Closes https://github.com/espressif/esp-idf/issues/14773
2024-11-07 10:57:09 +08:00
xieqinan@espressif.com
70c0c5b2e1
feat(zigbee): Upgrade the Zigbee lib to v1.6 for Zigbee examples
...
- Optimize the Zigbee light, switch and gateway examples
- Remove the esp_zigbee_rcp example
2024-11-07 10:43:57 +08:00
Xu Si Yu
34a8c96120
fix(ci): optimize an openthread ci case
2024-11-07 10:41:57 +08:00
zwx
0968f1ba97
fix(802.15.4): add no inline to some static function
2024-11-06 19:51:28 +08:00