Wang Meng Yang
3e1ecc4e8b
Merge branch 'feat/add_profile_state_event_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): added events to indicate the profile states of HFP (v5.1)
See merge request espressif/esp-idf!35151
2024-11-27 14:44:14 +08:00
Jiang Jiang Jian
8a8f21e011
Merge branch 'bugfix/sae_pk_transition_disable_v5.1' into 'release/v5.1'
...
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE and other fixes (Backport v5.1)
See merge request espressif/esp-idf!34890
2024-11-27 14:30:42 +08:00
Shyamal Khachane
2eaee75296
fix(esp_wifi): Populate appropriate reason codes when softAP sends deauthentication
...
Populate appropriate reason for sending deauthentication when softAP receives
invalid RSN IE from association request
2024-11-27 00:34:50 +05:30
Sarvesh Bodakhe
e35035aa9a
fix(wifi): Fix wrong wifi reason codes reported on station and softAP
...
- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes
2024-11-27 00:34:47 +05:30
Sarvesh Bodakhe
9475109311
fix(wpa_supplicant): Fix debug print in wps_start_msg_timer()
2024-11-27 00:30:24 +05:30
Sarvesh Bodakhe
a0c7229954
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE
2024-11-27 00:30:22 +05:30
Wang Meng Yang
345693ce9b
Merge branch 'bugfix/disconn_sdp_upon_wrong_data_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response (v5.1)
See merge request espressif/esp-idf!35146
2024-11-26 14:59:48 +08:00
Island
43e4dd53e8
Merge branch 'bugfix/fix_c2_light_sleep_coex_v5.1' into 'release/v5.1'
...
fix(ble): fix ble light sleep error on esp32c2 (v5.1)
See merge request espressif/esp-idf!35053
2024-11-26 11:09:58 +08:00
Jiang Jiang Jian
aeff1279f6
Merge branch 'bugfix/fix_external_coex_build_fail_issue_v5.1' into 'release/v5.1'
...
fix external coex build fail issue
See merge request espressif/esp-idf!35178
2024-11-26 10:27:00 +08:00
Jiang Jiang Jian
024c6dee5f
Merge branch 'bugfix/fix_some_wifi_bugs_1030_v5.1' into 'release/v5.1'
...
Bugfix/fix some wifi bugs 1030 v5.1(Backport v5.1)
See merge request espressif/esp-idf!34709
2024-11-25 20:50:55 +08:00
muhaidong
aa52d39d4b
fix external coex build fail issue
2024-11-25 20:11:11 +08:00
Jin Cheng
61beadb586
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-25 16:23:10 +08:00
yinqingzhao
2a715e4203
feat(twt): twt add parameter to enable keep alive
2024-11-25 15:10:56 +08:00
Jin Cheng
e65a01c55a
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
2024-11-25 10:20:27 +08:00
Wang Meng Yang
07821e8408
Merge branch 'bugfix/lmp_trans_collision_v5.1' into 'release/v5.1'
...
fix(bt/controller): Fixed some controller bugs on ESP32 (v5.1)
See merge request espressif/esp-idf!34947
2024-11-25 09:53:24 +08:00
Wang Meng Yang
edb09cdb28
Merge branch 'bugfix/rx_invalid_cmd_err_code_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed the incorrect error code returned when receiving an invalid command(v5.1)
See merge request espressif/esp-idf!34993
2024-11-22 21:16:19 +08:00
Jin Cheng
3db4974814
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed wrong logic in handling sniff transaction collision at slave
side
- Fixed the issue ACL is stopped too early before eSCO
2024-11-22 17:26:00 +08:00
Jin Cheng
2322404be6
fix(bt/bluedroid): AG should send OK or other error codes to HF client
...
when it is driven by HF to initiate a call.
2024-11-22 17:26:00 +08:00
Aditya Patwardhan
6bca6f4e17
Merge branch 'bugfix/ota_failed_with_openssl_3.0.2_v5.1' into 'release/v5.1'
...
fix(esp_http_client): Fix ota failure with openssl server (v5.1)
See merge request espressif/esp-idf!35068
2024-11-22 16:13:36 +08:00
xiongweichao
8c485371b9
fix(bt/bluedroid): Fixed the incorrect error code returned
...
when receiving an invalid command
2024-11-22 12:25:23 +08:00
Jin Chen
27ece294bb
fix(ble): change ld for ble scan coex issue
...
(cherry picked from commit dd499d7b2e )
Co-authored-by: cjin <jinchen@espressif.com >
2024-11-22 10:41:40 +08:00
Jin Chen
b7b9367b21
fix(ble): fix ble light sleep error on esp32c2
...
(cherry picked from commit 23f7e33a97 )
Co-authored-by: cjin <jinchen@espressif.com >
2024-11-22 10:41:40 +08:00
Jiang Jiang Jian
7805969ac1
Merge branch 'backport/openthread_related_feature_v51_20241112' into 'release/v5.1'
...
Backport openthread related features to 5.1
See merge request espressif/esp-idf!34836
2024-11-22 10:07:57 +08:00
Roland Dobai
320626ae74
Merge branch 'fix/import_error_msg_v5.1' into 'release/v5.1'
...
fix(tools): re-raise ImportError without module name (v5.1)
See merge request espressif/esp-idf!35076
2024-11-21 23:06:23 +08:00
Frantisek Hrbata
72a74a622b
fix(tools): re-raise ImportError without module name
...
The ImportError or ModuleNotFoundError might be raised without
specifying a module name. In this not so common situation, re-raise the
exception to print all the information that could assist in identifying
the problem.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-21 09:54:37 +01:00
Xu Si Yu
eaa23bc704
fix(openthread): fix a naming error of esp radio spinel
2024-11-21 15:52:46 +08:00
zwx
d7f69d03c0
feat(openthread): support alloc nat64 session from psram
2024-11-21 15:52:46 +08:00
Xu Si Yu
aa67538038
fix(coex): fix 802.15.4 external coexistence
2024-11-21 15:52:46 +08:00
Xu Si Yu
78a4ea29f3
feat(openthread): update openthread submodule and border router lib
2024-11-21 15:52:45 +08:00
Jiang Jiang Jian
7ac7939f52
Merge branch 'bugfix/fix_some_wifi_coexist_bugs_20241105_v5.1' into 'release/v5.1'
...
bugfix/fix some wifi coexist bugs 20241105 v5.1
See merge request espressif/esp-idf!34657
2024-11-21 15:49:41 +08:00
nilesh.kale
1608b89ff0
fix(esp_http_client): Fix ota failure with openssl server
...
If the TLS server (e.g., openssl) closes connection with encrypted close-notify alert
then `errno` is not explicitly set on the socket by LwIP stack.
For this scenario, we must rely only on `ERR_TCP_TRANSPORT_CONNECTION_CLOSED_BY_FIN`
return value as the connection close case and do the graceful connection closure.
Closes https://github.com/espressif/esp-idf/issues/14724
2024-11-21 12:36:39 +05:30
Jiang Jiang Jian
907337aa7c
Merge branch 'fix/fix_modem_module_clock_missing_after_ota_v5.1' into 'release/v5.1'
...
fix(esp_system): deselect all modem modules lp clock source selection before clk initialization (v5.1)
See merge request espressif/esp-idf!34926
2024-11-20 19:51:53 +08:00
Shu Chen
6999b0a68c
Merge branch 'fix/add_network_reconnectin_in_ot_ci_case_v5.1' into 'release/v5.1'
...
feat(openthread): flush ipv6 addr in openthread ci cases (Backport v5.1)
See merge request espressif/esp-idf!34670
2024-11-20 10:15:17 +08:00
Alexey Gerenkov
ca75f777ac
Merge branch 'jtag_doc_update_v5.1' into 'release/v5.1'
...
docs(jtag): update OpenOCD related sections (v5.1)
See merge request espressif/esp-idf!34400
2024-11-19 21:15:08 +08:00
Jiang Jiang Jian
fdd8d599b8
Merge branch 'fix/fix_deadlock_in_pm_mode_switching_v5.1' into 'release/v5.1'
...
fix(esp_pm): fix deadlock in pm_mode switching (v5.1)
See merge request espressif/esp-idf!34989
2024-11-19 19:04:52 +08:00
Rahul Tank
97e4f3c75c
Merge branch 'bugfix/memory_issue_v5.1' into 'release/v5.1'
...
fix(nimble): Nimble Error logs in case of memory overflow/failure (v5.1)
See merge request espressif/esp-idf!35000
2024-11-19 17:08:08 +08:00
yiwenxiu
dc99a90d4c
feat(openthread): flush ipv6 addr in openthread ci cases
2024-11-19 15:44:29 +08:00
wuzhenghui
effce8fd46
fix(esp_pm): fix deadlock in pm_mode switching
2024-11-18 19:23:58 +08:00
Abhinav Kudnar
fc71bdb6ad
fix(nimble): Nimble Error logs in case of memory overflow/failure
2024-11-18 17:54:50 +08:00
wuzhenghui
ca1e8810e1
fix(esp_pm): fix missed ccompare update when another core is already in do_switch
2024-11-18 16:50:45 +08:00
liuning
aba5049808
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
2024-11-18 14:17:18 +08:00
liuning
97a5f94f0f
fix(coex): sync up coex head file
2024-11-18 14:13:30 +08:00
liuning
da34a49d5f
fix(coex): fix esp32c5 coexist hw timer issue
2024-11-18 14:13:30 +08:00
liuning
06aa7e0802
fix(coex): fix some coexist debug issues
2024-11-18 14:13:30 +08:00
muhaidong
92666b5140
fix(wifi): fix modem_clock_module_enable mismatch issue
2024-11-18 14:13:30 +08:00
muhaidong
b27767df5d
fix(wifi): fix esp32c5 enable external coex fail issue
2024-11-18 14:13:30 +08:00
muhaidong
f208ffa32f
fix(wifi): esp32c5 esp32c61 support external coex
2024-11-18 14:13:30 +08:00
liuning
c4752d8e09
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
2024-11-18 14:13:30 +08:00
liuning
b5a8c9684d
feat(coex): support GPIO debug
2024-11-18 14:13:29 +08:00
Song Ruo Jing
c2138be7ee
feat(soc): support SOC_GPIO_IN_RANGE_MAX/SOC_GPIO_OUT_RANGE_MAX
2024-11-18 14:13:29 +08:00