yinqingzhao
32b4723cb2
fix(wifi): fix ht20 state check incorrect
2025-08-08 20:00:31 +08:00
liuning
5a2c7b2180
fix(wifi): fix some esp-now issues and lightsleep issues
...
1. fix tbtt issues when wifi_slp_iram_opt is not enabled and light sleep
enabled
2. support espnow rx all the time at coexistence default mode, fix some
coexist perfermance issue with coexistence default mode.
3. support connectionless ps with enhanced_light_sleep
4. fix espnow coexist issue when switching to coexistence mode
5. fix concurrent issue of connectionless_interval_set API
2025-08-08 19:59:37 +08:00
muhaidong
2357ae7621
fix(wifi): fix scan done event miss issue
2025-08-08 11:18:11 +08:00
tarun.kumar
b543181384
fix(wifi): Get operating class in dual band
2025-08-01 11:48:05 +08:00
Sarvesh Bodakhe
e5ccbe2e58
fix(wifi): add GCMP-128 cipher support for SoftAP mode
...
GCMP-256 SoftAP support was previously added as part of SAE Extended Key handling.
2025-08-01 11:47:49 +08:00
Shreyas Sheth
ab1e547429
fix(esp_wifi): Fix incorrect values for negotiated bandwidth for 2040 coex cases
2025-08-01 11:47:31 +08:00
zhangyanjiao
6c34b02356
fix(wifi/esptouch): fixed the esptouch v2 fail on 5g router
2025-08-01 11:47:12 +08:00
Shreyas Sheth
33936f0064
fix(wifi): Fix issues discovered by customer for offchannel
2025-07-25 14:27:02 +08:00
yinqingzhao
bad80d35ee
fix(wifi): fix crash issue and tx error 0xa1
2025-07-25 14:26:20 +08:00
akshat
05fd283bb5
fix(wifi): Add suport for FTM in ESP32C61
...
Resolve FTM failure in 40M Bandwidth
2025-07-25 14:25:38 +08:00
yinqingzhao
a69266ec8b
fix(wifi): fix inactive time reset when wifi disconnect
2025-07-25 14:24:19 +08:00
muhaidong
7b6a6531a4
fix(wifi): fix open mode rx fragment fail issue
2025-07-25 14:23:21 +08:00
Jiang Jiang Jian
9c4aa443b0
Merge branch 'bugfix/enable_ipv6_if_nan_v5.5' into 'release/v5.5'
...
bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled (Backport v5.5)
See merge request espressif/esp-idf!40486
2025-07-24 00:18:29 +08:00
Jiang Jiang Jian
307c3f0ee6
Merge branch 'bugfix/roam_event_scan_failure_v5.5' into 'release/v5.5'
...
bugfix(wifi): Reset scan_ongoing flag in scan done event to allow scan trigger post roam (Backport v5.5)
See merge request espressif/esp-idf!40432
2025-07-22 14:47:52 +08:00
akshat
74ffc556cb
bugfix(wifi): Define ETH_ALEN for IPV6 Communication Type
2025-07-22 14:47:42 +08:00
akshat
696d65c7b4
bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled
2025-07-22 14:47:42 +08:00
Jiang Jiang Jian
75848acbd9
Merge branch 'bugfix/connect_before_connected_v5.5' into 'release/v5.5'
...
fix(conn): wifi connect before connected status (v5.5)
See merge request espressif/esp-idf!40104
2025-07-22 14:41:37 +08:00
Jiang Jiang Jian
3c39b32195
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
Alexey Lapshin
f6826dda7e
fix(esp_wifi): fix test app diff threshold
2025-07-16 14:47:33 +08:00
Shreyas Sheth
8755edfb3a
fix(wifi): Fix crash due to BIP when ap mode change
2025-07-14 14:29:08 +05:30
akshat
e9814452bc
bugfix(wifi): Reset scan_ongoing flag in scan done event to allow scan trigger post roam
2025-07-08 11:05:09 +05:30
yinqingzhao
4451649760
fix(twt): fix some issus related itwt
2025-07-04 19:52:04 +08:00
Kapil Gupta
97888e2152
fix (esp_wifi): Set default akm as eap for non AKM APs
2025-07-04 09:21:45 +05:30
zhangyanjiao
d468522078
fix(wifi/mesh): fixed the mesh crash issue when changing mesh AP's authmode
...
fix(wifi/mesh): fixed the esp_mesh_scan_get_ap_record() error in chain topology
Closes https://github.com/espressif/esp-idf/issues/16041
2025-06-26 17:41:13 +08:00
liuning
a714eb84b5
fix(wifi): fix duplicated offchan error, add coex wifi event imm
2025-06-25 17:47:50 +08:00
yinqingzhao
7c79d6e663
feat(wifi): add support for country EU
2025-06-25 17:47:45 +08:00
ding huan
359cc34720
fix(conn): wifi connect before connected status
2025-06-24 17:29:12 +08:00
sibeibei
b62e55db0b
feat(coex): support backgorund scan for coex, fix some issues of scan when connected
2025-06-18 11:13:36 +08:00
zhangyanjiao
df19d0421f
fix(wifi/mesh): fixed the mesh STA sends data error on c5
2025-06-17 22:06:52 +08:00
wangtao@espressif.com
5558a08c07
fix(wifi): add check for esp_wifi_set_config
2025-06-17 22:05:58 +08:00
liuning
8aa235a9a5
fix(wifi): fix cant sleep if connection breaks during sending probe
2025-06-17 22:04:41 +08:00
Kapil Gupta
9c61e31be4
fix(esp_wifi): Make sure old DPP listen is cancelled
2025-06-17 21:33:18 +08:00
Kapil Gupta
f0d7baae5e
fix(esp_wifi): Modify check for dpp event handlers
2025-06-17 21:31:56 +08:00
Kapil Gupta
30c24b2f31
fix(esp_wifi): Update dpp code to send events in freeRTOS context
2025-06-17 21:31:38 +08:00
tarun.kumar
16985bfd3c
fix(wifi): Made changes in api for sending bcast deauth frames
2025-06-17 21:30:15 +08:00
Sarvesh Bodakhe
e454c9be2d
fix(wif): Prevent NON-PMF STA retries if esp_wifi_disconnect() before handshake
...
Ensure that NON-PMF station does not attemp connection retries when
'esp_wifi_disconnect()' is called before the 4-way-handshake completes,
even if 'failure_retry_cnt' allows retries.
2025-06-17 21:27:38 +08:00
Jiang Jiang Jian
8cf17632c2
Merge branch 'bugfix/supplicant_analyzer_fixes_v5.5' into 'release/v5.5'
...
Bugfix/supplicant analyzer fixes (v5.5)
See merge request espressif/esp-idf!39454
2025-06-17 14:05:31 +08:00
zhangyanjiao
b1a379d574
fix(wifi): Added more check when receiving espnow data
2025-05-29 20:25:24 +08:00
yinqingzhao
84973428b2
fix(bss_max_idle): fix some wifi bugs related to bss max idle
2025-05-29 20:25:08 +08:00
tarun.kumar
253ca4267a
fix)wifi): Add GTK rekeying interval field in softap example
2025-05-29 20:23:19 +08:00
tarun.kumar
60ab2598c5
fix(wifi) : Add config param for gtk rekeying on softAP side
2025-05-29 20:23:08 +08:00
Kapil Gupta
45fed1d225
fix(esp_wifi): Disble IP renew skip by default
2025-05-27 13:37:13 +05:30
Kapil Gupta
1f4fbd060c
Merge branch 'fix/rrm_config_set_v5.5' into 'release/v5.5'
...
Set rrm config condition in case RRM monitoring is enabled
See merge request espressif/esp-idf!39280
2025-05-20 15:34:42 +05:30
tarun.kumar
b1218adfae
fix(wifi) : Set rrm config condition in case RRM monitoring is enabled
2025-05-20 10:19:16 +05:30
sibeibei
afcb8199b0
fix(wifi): rx bcn failed when sta off channel under modem state
2025-05-19 21:16:37 +08:00
akshat
0a17f79cc7
feat(esp_wifi): Add FTM support for ESP32C5 (ECO2)
...
Closes https://github.com/espressif/esp-idf/issues/15909
2025-05-19 21:14:48 +08:00
tarun.kumar
de17b6ff94
fix(softAP): Adjusted authentication mode for wpa-eap version 1
2025-05-19 21:12:52 +08:00
tarun.kumar
046479c23f
fix(wifi): Sending disconnect event in connect fail and add enterprise check in Suite-B 192-bit certification
2025-05-19 21:12:13 +08:00
yinqingzhao
6514df1ba9
feat(wifi): add tx error 0xa0 count
2025-05-19 21:11:18 +08:00
Shreyas Sheth
692f7df5aa
fix(esp_wifi): Fix locking in incorrect state when stop_scan is called after connect
2025-05-19 21:10:05 +08:00