liuning
3f6b44d3ef
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set
2025-01-08 15:54:30 +08:00
wangtao@espressif.com
5d2338f201
fix(wifi): fix esp32c2eco4 sta_rx_csa ld
2025-01-03 14:22:40 +08:00
Zhao Wei Liang
95e2d76aba
feat(ble): fixed some ble issues on ESP32-C2
...
(cherry picked from commit 5f9a3cdd1a89c6987ff64a62e325533fc217b38a)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2024-12-24 15:21:01 +08:00
wangtao@espressif.com
776eee39d7
fix(wifi): fix esp32c2eco4 ld err
2024-12-19 10:59:33 +08:00
Zhao Wei Liang
4036633ee3
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
...
(cherry picked from commit 6b01a56e094e3220265c37fabfb42bade8417c2b)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2024-12-16 11:03:25 +08:00
wangtao@espressif.com
e9c2c6da81
feat(wifi): add protect for softap send no bss deauth releated code
2024-12-12 11:51:06 +08:00
Sarvesh Bodakhe
9584729322
fix(esp_wifi): Add some bugfixes and cleanup in softAP
...
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event
2024-12-11 15:40:04 +05:30
wangtao@espressif.com
379a646390
fix(wifi): fix esp32c2eco4 wifi deinit crash issue
2024-12-03 15:56:21 +08:00
Jin Chen
27ece294bb
fix(ble): change ld for ble scan coex issue
...
(cherry picked from commit dd499d7b2e199dab1e56297136ce5af479d01cd9)
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 23f7e33a97ad70ff1e73407650f7b8edbd91fc9a)
Co-authored-by: cjin <jinchen@espressif.com>
2024-11-22 10:41:40 +08:00
liuning
aba5049808
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
2024-11-18 14:17:18 +08:00
liuning
c4752d8e09
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
2024-11-18 14:13:30 +08:00
Shen Weilong
4fff9f7cf7
feat(ble): Support for putting code in flash on ESP32-C2
2024-11-11 17:45:55 +08:00
wangtao@espressif.com
0afc589f3a
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue
2024-10-23 19:21:51 +08:00
wangtao@espressif.com
91ec13f858
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-09-30 13:11:04 +08:00
Jiang Guang Ming
c3ae4a3206
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
2024-09-27 19:25:34 +08:00
Shen Weilong
311d8d28d5
fix(ble): Fixed BLE initialization issue on ESP32-C2 eco4
2024-09-25 11:38:13 +08:00
wangtao@espressif.com
7caee46b77
fix(wifi): fix esp32c2 eco4 ld
2024-09-20 20:33:51 +08:00
Shen Wei Long
f7fb8a6dc6
change(ble): update c2 eco4 ld file
...
(cherry picked from commit 25189b190fb9b1e470e1e2ae1d57f7f279229b5a)
Co-authored-by: Shen Weilong <shenweilong@espressif.com>
2024-09-20 12:53:27 +08:00
Jiang Guang Ming
86b0c1b6eb
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
2024-09-18 21:02:13 +08:00
Jiang Guang Ming
b5fe76b7dc
feat(esp_rom): add esp32c2.rom.eco4.ld
2024-09-18 21:02:04 +08:00
wangtao@espressif.com
ce6fe53c69
fix(wifi): fix wifi rssi to snr issue v51
2024-09-14 15:30:34 +08:00
Jiang Guang Ming
2ee77ff20f
feat(esp_rom): update esp32c2.rom.mbedtls.eco4.ld
2024-09-10 10:37:47 +08:00
zwl
fde374a78e
fix: fixed directed adv can't be conneted when adv filter is 0x2 on ESP32C2
2024-07-31 14:38:52 +08:00
zwl
c09892df4a
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
2024-07-16 13:23:41 +08:00
muhaidong
335faac23f
fix(wifi): annotate a rom function
2024-07-15 19:56:15 +08:00
liuning
2c8de044a3
feat(wifi): support coex pwr
2024-07-11 11:24:10 +08:00
wangtao@espressif.com
cf2bdb08f4
feat(wifi): add softap csa&dtim&wait_bcast_data setting v5.1
2024-07-05 15:35:31 +08:00
zwl
8744e7c8bc
fix(ble): fixed some ble controller issues on ESP32-C2
2024-07-02 15:44:32 +08:00
Kapil Gupta
c5e1603e6d
fix(wifi): Fix encryption/decryption issue for mgmt packets
...
* Fix issues related to mgmt packets encryption in GCMP
* Fix issue of wrong decryption of mgmt packets when PMF is enabled
* Fix softAP bug in handling of SAE Reauthentication
* Fix send mgmt err when eapol process
* Fix data len not correct in he actions
2024-06-28 16:24:54 +05:30
Island
d456fdf322
Merge branch 'bugfix/esp32c2_fixed_some_ble_issues_master_v5.1' into 'release/v5.1'
...
Bugfix/esp32c2 fixed some ble issues master (v5.1)
See merge request espressif/esp-idf!31234
2024-06-04 10:22:07 +08:00
zhangyanjiao
64d34d84be
fix(wifi): fixed sniffer and espnow issue
...
1. fix(wifi): fixed sniffer dump fcs error packets fail
Closes https://github.com/espressif/esp-idf/issues/10777
2. fix(wifi): fixed the espnow priv parameter get error
Closes https://github.com/espressif/esp-idf/issues/13693
2024-06-03 10:49:23 +08:00
zwl
ffc8485670
ble: fixed ble some issues on esp32c2
2024-05-31 17:13:44 +08:00
zwl
f22ac0ff82
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
2024-04-17 14:55:29 +08:00
muhaidong
edbf44b290
fix(wifi): fixed some wifi issue
...
1. sync multi antenna gpio register from IDF
2. fixed multicast address qos frames issue
3. fixed task watchdog got triggered by esp_wifi_stop issue
2024-04-11 15:33:43 +08:00
muhaidong
6f20668b24
fix(wifi): fix multicast address qos frames issue
2024-04-11 14:54:37 +08:00
liuning
6c015fd05e
fix(wifi): fix coex ld issue
2024-03-28 21:19:27 +08:00
liuning
dfebf6cbbe
feat(coex): improve Wi-Fi connecting compatibility at coexistence
2024-03-15 10:49:18 +08:00
muhaidong
4ae8d2179d
fix(wifi): fix lmac_stop_hw_txq issue
2024-03-12 19:01:09 +08:00
muhaidong
0aadc3ec2a
fix(wifi): fix some wifi issues
...
1. fix qos encapsulated eapol issue
2. fixed dhcp offer and dhcp ack data rates
2024-03-12 19:01:09 +08:00
zwl
95a2ad919f
bugfix(ble) : fixed some ble issues on ESP32-C2
2024-02-23 18:03:24 +08:00
liuning
afbe2d1165
fix(rom): fix rom ld for v5.1
2023-12-27 16:47:00 +08:00
liuning
e6efcc407e
fix(rom): remove related rom funcs in c3 rom eco7 MR
2023-12-27 16:47:00 +08:00
alanmaxwell
36e082d6e2
feat(wifi): support esp32c3 v1.1 WiFi
...
1.bringup c3 v1.1 and sync func to c3 eco7 rom
2.support to set null&probe lifetime
3.support to adjust listen interval to dtim period
4.support tx pkt w/o wake null
5.allow to tx null0 if requtest to rx data
2023-12-27 16:47:00 +08:00
luomanruo
c67710bacf
ble: support for selecting CSA#2 by menuconfig
...
ble(fix): fixed event receiving on host side without returning event buffer to pool
2023-12-19 14:20:19 +08:00
Jiang Jiang Jian
70f1bd582f
Merge branch 'bugfix/backport_wifi_fix_1208_v5.1' into 'release/v5.1'
...
fix(wifi): backport some wifi bugfix(v5.1)
See merge request espressif/esp-idf!27766
2023-12-11 17:26:06 +08:00
alanmaxwell
b7d599984b
fix(wifi): optimize wifi bin size and fix some issue
...
1.Optimize bin size for STA only mode
2.Change fragment threshold to 256
3.Support fragment for LR mode
4.Fix ampdu duration issue
5.Fix rx fragment fail in Open mode.
2023-12-08 14:16:47 +08:00
Guillaume Souchere
27a78278a6
fix(heap): Patch tlsf_check_pool in ROM heap
...
The integrity_walker now calls the integrity check hook to control
free AND used blocks of memory in the TLSF pool. This integrity walker
function is called from tlsf_check_pool.
This commit creates a patch of integrity_walker function to update the
outdated implementation in the ROM.
2023-12-08 03:19:04 +00:00
Mu Hai Dong
e86ff640f8
fix(wifi): free beacon eb when softap destroy
2023-12-07 03:54:55 +00:00
luomanruo
e6602ced8e
ble: update rom.ld file
2023-11-24 20:34:21 +08:00