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
morris
56aae01626
Merge branch 'bugfix/esp32c3_eco7_usj_console_v5.1' into 'release/v5.1'
...
fix(esp_rom): fix esp32c3 eco7 console rom function address (v5.1)
See merge request espressif/esp-idf!34741
2024-12-04 20:06:50 +08:00
Li Bo
b63270aed2
fix(esp_rom): fix esp32c3 eco7 console rom function address
2024-12-04 10:06:39 +08:00
wangtao@espressif.com
379a646390
fix(wifi): fix esp32c2eco4 wifi deinit crash issue
2024-12-03 15:56:21 +08:00
gongyantao
dc375a769d
fix(bt): fixed some issues in esp32 bt controller
...
1: fix duplicated lc_enc_restart_req when new lk type is semi-permanent
key
2: reset PreventEncEvt flag at the end of restart encryption procedure
2024-11-29 14:12:00 +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
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 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
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
Island
febfdf6628
Merge branch 'feature/support_moving_code_to_flash_v5.1' into 'release/v5.1'
...
feat(ble): Support for putting code in flash on ESP32-C2 (v5.1)
See merge request espressif/esp-idf!34783
2024-11-14 10:09:26 +08:00
Island
f068192bd9
Merge branch 'feat/support_controller_run_in_flash_only_v5.1' into 'release/v5.1'
...
feat(bt/controller): Support controller code run in flash only (backport v5.1)
See merge request espressif/esp-idf!34697
2024-11-12 09:55:29 +08:00
Shen Weilong
4fff9f7cf7
feat(ble): Support for putting code in flash on ESP32-C2
2024-11-11 17:45:55 +08:00
Jin Cheng
cb70ff68cc
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed access NULL in SCO frame end
Closes https://jira.espressif.com:8443/browse/IDFGH-10796
- Added LAP checking for Periodic Inquiry
- Removed an inproper assertion in SCO module
- Fixed wrong logic in key exchange when
LMP transaction collision occurred
- Fixed the using of wrong error code in
the transaction collision of role switch
2024-11-10 21:30:39 +08:00
zhiweijian
1ddf2dd755
feat(bt/controller): Support controller code run in flash only
2024-11-07 16:52:38 +08:00
Chen Jian Hua
07858aeec9
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-04 18:05:23 +08:00
wangtao@espressif.com
0afc589f3a
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue
2024-10-23 19:21:51 +08:00
Chen Jian Hua
110cd62787
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7
...
(cherry picked from commit 020f7a6297 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-10-15 13:33:26 +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 Jiang Jian
b64505ce8c
Merge branch 'bugfix/fix_esp32c2_rom_eco1_mbedtls_issues_v5.1' into 'release/v5.1'
...
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues (v5.1)
See merge request espressif/esp-idf!33897
2024-09-29 18:37:58 +08:00
Jiang Guang Ming
c3ae4a3206
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
2024-09-27 19:25:34 +08:00
xuxiao
a59658a072
fix(wifi): fixed the issue where the BSS color was not included when sending packets at HE rates (v5.1)
2024-09-27 15:45:20 +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 25189b190f )
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
6976a43ad3
feat(esp_rom): include rom.mbedtls.eco4.ld with C2 rev2.0(ECO4) select
2024-09-10 10:37:57 +08:00
Jiang Guang Ming
2ee77ff20f
feat(esp_rom): update esp32c2.rom.mbedtls.eco4.ld
2024-09-10 10:37:47 +08:00
Wang Meng Yang
670b6c76e2
Merge branch 'bugfix/fix_ble_channel_map_update_v5.1' into 'release/v5.1'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012) (v5.1)
See merge request espressif/esp-idf!32583
2024-08-14 10:50:08 +08:00
zhanghaipeng
824bd4342b
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012)
...
- Fix BLE channel map update when latency is not zero
2024-08-13 12:13:08 +08:00
Jiang Guang Ming
97c5bc51e6
fix(esp_rom): add new rom caps ESP_ROM_HAS_NEWLIB_NANO_PRINTF_FLOAT_BUG
2024-08-12 09:57:07 +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
zhanghaipeng
f004ac85e2
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
...
- Fix the issue where RSSI is incorrect when latency is not zero
2024-07-23 20:07:32 +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
linruihao
1f57c2b91a
fix(bt): Overwrite a function in esp32c3 eco7 rom
2024-06-24 17:59:01 +08:00
chenjianhua
40b9ec3860
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(0738a61)
...
- Fixed BT BB interrupt allocation
- Refactor the prefix of assert print
- Fixed HCI LE set privacy mode command handle
2024-06-24 17:59:01 +08:00
chenjianhua
ae29703fb4
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(eca46a0)
...
- Fixed adv data buffer free after restart adv
- Fixed BLE interrupt allocation using esp API
2024-06-24 17:59:01 +08:00
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
chenjianhua
f8af3d8e0d
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:50:50 +08:00