Alexey Lapshin
ef4a5fda2d
fix(bt): fix gcc 13.1.0 warnings
2024-05-28 15:57:46 +08:00
Sarvesh Bodakhe
184555d70b
fix(esp_wifi): Improvements in scan and connect path
...
* Improvements in scan and connect path as per specifications along with
minor bugfixes
* When AP advertises all PSK modes (WPA, WPA2 and WPA3), make sure that
station treats it as WPA2_WPA3_PSK mixed mode.
2024-05-28 15:57:46 +08:00
Jiang Jiang Jian
2c4f0cd4f2
Merge branch 'bugfix/mldv6_report_memory_leak_v5.0' into 'release/v5.0'
...
fix(esp_netif): Fix mldv6 report memory leak in esp_netif(v5.0)
See merge request espressif/esp-idf!31061
2024-05-28 15:56:15 +08:00
WanqQixiang
e3a2ba8b07
fix(esp_netif): Fix mldv6 report memory leak in esp_netif
2024-05-27 17:31:33 +08:00
Island
6d288efe7c
Merge branch 'feat/add_api_to_set_privacy_mode_v5.0' into 'release/v5.0'
...
feat(bt/bluedroid): support BLE set privacy mode (v5.0)
See merge request espressif/esp-idf!30907
2024-05-27 14:56:10 +08:00
Mahavir Jain
d962b76743
Merge branch 'feature/update_cjson_version_to_1.7.18_v5.0' into 'release/v5.0'
...
feat(cjson): update submodule to v1.7.18 (v5.0)
See merge request espressif/esp-idf!31017
2024-05-23 15:09:52 +08:00
Jiang Jiang Jian
bb71e79288
Merge branch 'bugfix/loadprohibited_after_bt_deinit_v5.0' into 'release/v5.0'
...
Fixed some coexist issues
See merge request espressif/esp-idf!31006
2024-05-23 11:02:55 +08:00
nilesh.kale
d28e807e2d
feat(cjson): update submodule to v1.7.18
...
Changelog: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.18
2024-05-22 13:35:09 +05:30
Jiang Jiang Jian
1f8b9b0433
Merge branch 'bugfix/libphy_chips_20240430_v5.0' into 'release/v5.0'
...
update c3 s3 libphy, fix coex bug
See merge request espressif/esp-idf!30971
2024-05-22 14:01:53 +08:00
baohongde
1d9f0a6259
fix(coex): Fixed some coexist issues
...
- Fixed crash issue in coexist callback
- Fixed coexist scheme status update issue
2024-05-22 11:49:59 +08:00
chenjianhua
f205edb6e9
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(a771b7c)
...
- Fixed assert when starting advertising due to preemption
- Fixed RPA generation after each reboot
- Fixed RPA renew timer start and stop
2024-05-22 11:49:59 +08:00
chenjianhua
8991f6912a
feat(bt/bluedroid): support BLE set privacy mode
2024-05-22 10:46:33 +08:00
aditi_lonkar
6c4c3d6ef8
fix(wpa_supplicant):Fix memory leak in wpa3-sae
...
Closes https://github.com/espressif/esp-idf/issues/11381
2024-05-21 19:06:26 +05:30
Aditya Patwardhan
3043a8368f
Merge branch 'bugfix/fix_resetting_redirect_counter_v5.0' into 'release/v5.0'
...
fix: reset redirect counter for using same handler (v5.0)
See merge request espressif/esp-idf!30938
2024-05-21 17:23:01 +08:00
liuning
4ae201d0a8
update c3 s3 libphy, fix coex bug
2024-05-21 11:28:50 +08:00
Sarvesh Bodakhe
9efdcd52cc
fix(wifi): fix bug in 'esp_wifi_deauthenticate_internal' and other improvements
2024-05-20 14:44:36 +05:30
Sarvesh Bodakhe
61a91afa3a
fix(wpa_supplicant): Add some bugfixes in wpa_supplicant
...
1) Add parameter to configure reason code of deauth frame
2) Add logs to indicate MIC failure 4-Way-Handshake
3) Process RSNXE capabilities only if AP advertises them
2024-05-20 14:44:16 +05:30
Harshit Malpani
52ca696335
fix: Add warning to enable LWIP_NETIF_LOOPBACK to use control socket API
...
Closes https://github.com/espressif/esp-idf/issues/13659
2024-05-20 10:48:41 +05:30
Harshit Malpani
54ee9bf5d6
fix: reset redirect counter for using same handler
...
Closes https://github.com/espressif/esp-idf/issues/13633
2024-05-20 10:47:07 +05:30
muhaidong
4ae21b7f82
fix(wifi): fixed some wifi bugs 240517
...
1. fix esp_wifi_set_mode() return error issue
2. fix qos encapsulated eapol issue
3. eapol arp and dhcp add flag PP_F_PER_PKT_RATE
4. fix lmac_stop_hw_txq issue
5. fix typo
6. limite number of amsdu block in eb
7. fix recycle cache sub amsdu eb issue
8. update ba session store and restore rx ba num
9. fix multicast address qos frame by reset rx ba
10. fix lmacStopTransmit issue
11. sync multi antenna gpio register from IDF
12. clear eb to fix tx single AMPDU to some AP not reply BA when ampdu_entry single bit was set
13. fix internal set log level check fail issue
14. update esp_wifi_connect doc
15. update api esp_wifi_sta_get_rssi docs
16. add interupt lock during hardware reload of Rx link
2024-05-20 10:26:25 +08:00
muhaidong
bc6d79c84a
fix(doc): update api esp_wifi_sta_get_rssic docs
...
Closes https://github.com/espressif/esp-idf/issues/12685
2024-05-20 10:11:48 +08:00
muhaidong
705afe5162
fix(wifi): fixed task watchdog got triggered by esp_wifi_stop issue
2024-05-20 10:11:48 +08:00
muhaidong
a91a74d12a
fix(wifi): fix multicast address qos frames issue
2024-05-20 10:11:48 +08:00
muhaidong
cd242a6684
fix(wifi): fix lmac_stop_hw_txq issue
2024-05-20 10:11:48 +08:00
muhaidong
155fe73757
fix(wifi): fix some wifi issues
...
1. fix qos encapsulated eapol issue
2. fixed dhcp offer and dhcp ack data rates
2024-05-20 10:11:24 +08:00
Rahul Tank
e746d29f39
Merge branch 'feature/get_local_used_addr_v5.0' into 'release/v5.0'
...
feat(nimble): Added API to get local used address (v5.0)
See merge request espressif/esp-idf!30759
2024-05-16 17:43:25 +08:00
Jiang Jiang Jian
d4f35fcb98
Merge branch 'fix/assert_1024_in_rwbt_isr_v5.0' into 'release/v5.0'
...
fix(bt/ble): fix some issues in bluetooth controller(backport v5.0)
See merge request espressif/esp-idf!30816
2024-05-16 16:44:56 +08:00
Abhinav Kudnar
63b02c9273
feat(nimble): Added API to get local used address
2024-05-16 09:47:48 +05:30
Rahul Tank
4e5e8aa10f
Merge branch 'bugix/avoid_reset_extract_cb_v5.0' into 'release/v5.0'
...
fix(nimble): Avoid slave instance reset inside extract_cb (v5.0)
See merge request espressif/esp-idf!30490
2024-05-16 12:02:32 +08:00
nilesh.kale
ef7a749367
feat(mbedtls): updated mbedtls version from 3.5.2 to 3.6.0
...
This MR updated MbedTLS version to latest version 3.6.0.
2024-05-15 11:43:54 +05:30
Rahul Tank
377a24d319
fix(nimble): Create separate API to only extract cb info
2024-05-15 11:03:31 +05:30
Jin Cheng
2c45c9dcd2
fix(bt/controller): Parse out the correct packet types from Host parameters
...
- For HCI command HCI_Enhanced_Setup_Synchronous_Connection
2024-05-14 11:55:04 +08:00
gongyantao
fc17843294
fix(bt/ble): fix some issues in bluetooth controller
...
1: fix assert 1024 issue when bt tx and wifi coexist on esp32
2: fix ble scan backoff
3: parse out the correct packet types from host parameters for
hci command hci_enhanced_setup_synchronous_connection
2024-05-14 10:06:57 +08:00
Jiang Jiang Jian
8b6811ef45
Merge branch 'bugfix/fix_mesh_packet_tx_issue_v5.0' into 'release/v5.0'
...
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero (v5.0)
See merge request espressif/esp-idf!30802
2024-05-13 22:30:52 +08:00
David Čermák
9751ab5122
Merge branch 'contrib/github_pr_13560_v5.0' into 'release/v5.0'
...
esp_eth: DP83848: correct link detection to use BMSR (GitHub PR) (v5.0)
See merge request espressif/esp-idf!30453
2024-05-13 21:55:13 +08:00
zhangyanjiao
43dce54bb4
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero
2024-05-13 17:16:50 +08:00
Jiang Jiang Jian
6a17b9c1c7
Merge branch 'bugfix/bt_bss_in_extram_v5.0' into 'release/v5.0'
...
fix(bt): Fix missing linker symbol when ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY enabled(backport v5.0)
See merge request espressif/esp-idf!30377
2024-05-13 11:03:07 +08:00
Island
8e81b118e2
Merge branch 'fix/idfgh-12762_v5.0' into 'release/v5.0'
...
fix(ble_mesh):Fixed a compatibility issue with the provisioner (v5.0)
See merge request espressif/esp-idf!30732
2024-05-10 17:14:20 +08:00
Island
ed6f245a5b
Merge branch 'bugfix/BLEQABR23-798_v5.0' into 'release/v5.0'
...
bugfix(ble_mesh): Close BLEQABR23-798 (v5.0)
See merge request espressif/esp-idf!30647
2024-05-10 17:14:02 +08:00
Wang Meng Yang
7649270896
Merge branch 'optimize/bt_make_alarm_num_configurable_v5.0' into 'release/v5.0'
...
optimize(ble_mesh): Make alarm number configurable (v5.0)
See merge request espressif/esp-idf!30508
2024-05-10 15:05:48 +08:00
Wang Meng Yang
e8641f62e4
Merge branch 'bugfix/fix_hid_connection_failed_bug_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): Fix HID connection bugs[backport 5.0]
See merge request espressif/esp-idf!30591
2024-05-10 12:18:50 +08:00
Rahul Tank
c211aaeeaa
fix(nimble): Free controller memory if init fails
2024-05-09 12:26:04 +05:30
luoxu
aa830471f4
fix(ble_mesh):Fixed a compatibility issue with the provisioner
...
Closes https://github.com/espressif/esp-idf/issues/13741
2024-05-09 10:57:39 +08:00
liqigan
eb99868b56
fix(bt/bluedroid): Fix HID Device connection failed bug
...
Closes https://github.com/espressif/esp-idf/issues/13671
2024-05-09 09:24:16 +08:00
liqigan
a91bee2b4c
fix(bt/bluedroid): Fix HID Host connection bugs
...
1. Fix is_orig value inconsistency for HIDH open event
2. Fix the error state for repeat connection of the same device
2024-05-09 09:24:16 +08:00
Aditya Patwardhan
1bec4902b2
Merge branch 'backport/support_tls1_3_v5.0' into 'release/v5.0'
...
https_mbedtls: update example to support TLS 1.3 connection
See merge request espressif/esp-idf!30607
2024-05-07 16:38:14 +08:00
luoxu
d9186f52c3
bugfix(ble_mesh): Close BLEQABR23-798
2024-05-07 09:49:13 +08:00
Rahul Tank
54f171ec5c
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used
2024-05-06 15:22:39 +05:30
Wang Mengyang
76486bbfcb
change(bt): Rename linker script file names and symbol names
...
1. rename linker files
2. support memory release in case that ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY is enabled
3. improve the implementation of memory release
2024-05-06 17:14:58 +08:00
Wang Mengyang
eca6545ffe
fix(bt): Fix missing linker symbol when ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY enabled
...
1. Closes https://github.com/espressif/esp-idf/issues/10427
2. add two linker script to unify linker script symbols for BT libraries
3. The memory release functions have also been simplified
fix(bt): remove unused file linker.lf
2024-05-06 17:14:55 +08:00