sibeibei
|
444dddd87d
|
fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist
|
2025-05-07 11:57:55 +08:00 |
|
Jiang Jiang Jian
|
45d95b1bd8
|
Merge branch 'fix/fix_esp32p4_retention_cost_v5.4' into 'release/v5.4'
fix(esp_hw_support): optimize retention cost and update sleep time compensation (v5.4)
See merge request espressif/esp-idf!38744
|
2025-05-06 14:18:49 +08:00 |
|
yinqingzhao
|
c10d0fd84a
|
fix(wifi): fix not update country in beacon
|
2025-04-29 21:44:38 +08:00 |
|
Sajia
|
36940f8c0e
|
refactor(wifi): Optimize wifi bin size for station mode
|
2025-04-28 14:28:01 +05:30 |
|
muhaidong
|
592e747c78
|
fix(wifi): fix some wifi bugs 250427
1. fix ersu compatibility issue
2. fix association timeout timer issue for wep shared auth
|
2025-04-27 15:18:21 +08:00 |
|
wuzhenghui
|
33aca83c63
|
change(ci): remove esp32c5 from readme since esp32c5 skipped CI build
|
2025-04-25 17:13:27 +08:00 |
|
tarun.kumar
|
96e06bd2ca
|
fix(esp_wifi): Modifying os_time_t datatype for platform and compiler independence
|
2025-04-25 11:21:31 +05:30 |
|
zhangyanjiao
|
53164297d7
|
fix(wifi): update the wifi lib for espnow and lr issues
|
2025-04-22 11:06:58 +08:00 |
|
zhangyanjiao
|
41fed6aec5
|
fix(wifi): fix the noise floor error on ESP32C5
Closes https://github.com/espressif/esp-idf/issues/15594
|
2025-04-22 11:06:58 +08:00 |
|
zhangyanjiao
|
8bee78e5ea
|
docs(wifi): update the description for esp_mesh_send() return value
Closes https://github.com/espressif/esp-idf/issues/14440
|
2025-04-22 11:06:58 +08:00 |
|
zhangyanjiao
|
c9cc85b68c
|
fix(wifi): fix the ESPNOW data length issue and connection issue
1. Changed the max data length to 1470 bytes for ESP-NOW v2.0
2. Added timer to send wake null after STA received assoc response
|
2025-04-22 11:06:58 +08:00 |
|
Sarvesh Bodakhe
|
c74773c091
|
fix(wifi): Avoid writing to NVS if station configuration is not changed
Fixes the regression introduced by f8b1c0976a
Co-authored-by: yinqingzhao <yinqingzhao@espressif.com>
|
2025-04-19 17:33:39 +05:30 |
|
akshat
|
cd3a072c0f
|
fix(wifi): Fix occasional dropping of SA Query responses by SoftAP
|
2025-04-16 22:24:28 +05:30 |
|
akshat
|
90c008fe8c
|
feat(esp_wifi): Add extended SSI support for NAN Services
|
2025-04-14 10:57:23 +05:30 |
|
Kapil Gupta
|
d255e7e7b5
|
fix(esp_wifi): Fix some compilation errors in roaming app
|
2025-04-11 15:49:12 +05:30 |
|
Kapil Gupta
|
5574205935
|
fix(esp_wifi): Removed unnecessary handlers to cleanup
|
2025-04-11 15:49:06 +05:30 |
|
Kapil Gupta
|
2b495713b2
|
fix(esp_wifi): Roaming app, sync api naming
|
2025-04-11 15:47:19 +05:30 |
|
Kapil Gupta
|
e5915c3ce3
|
fix(esp_wifi): Some more cleanup for roaming app
|
2025-04-11 15:47:17 +05:30 |
|
Kapil Gupta
|
8ed1cf8050
|
fix(esp_wifi): moving around roaming app code a bit
|
2025-04-11 15:46:25 +05:30 |
|
Kapil Gupta
|
7c94365ce9
|
fix(roaming_app): Add get set config params for the app
|
2025-04-11 15:46:25 +05:30 |
|
Kapil Gupta
|
e296094b00
|
fix(wifi): Provide a config option to skip IP renew during roam
|
2025-04-11 15:46:25 +05:30 |
|
Kapil Gupta
|
84ae3dc848
|
fix(esp_wifi): Set minimum scan time to 30ms in roaming app
|
2025-04-11 15:46:25 +05:30 |
|
Kapil Gupta
|
516551adc4
|
fix(wifi): Fix some issues observed in roaming app
|
2025-04-11 15:46:25 +05:30 |
|
akshat
|
c6a56d0216
|
feat(esp_wifi): Add DS parameter in probe requests from STA
Parse the DS IE to get intended channel when softAP rx request,
send probe response only if request is intended for the channel
|
2025-04-08 16:40:47 +05:30 |
|
yinqingzhao
|
0f07bfdef3
|
fix(wifi): fix twt post just one event for multiple flow
|
2025-04-07 16:13:49 +08:00 |
|
Jiang Jiang Jian
|
6897a7bf40
|
Merge branch 'ci/add_test_for_ecos_wifi_enterprise_v54' into 'release/v5.4'
ci(c2/c3): add major eco version tests(v5.4)
See merge request espressif/esp-idf!37808
|
2025-04-07 13:52:43 +08:00 |
|
Sarvesh Bodakhe
|
f8b1c0976a
|
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed
|
2025-04-06 15:21:56 +05:30 |
|
baohongde
|
12117c66d4
|
feat(coex): Support BR/EDR (e)SCO and Wi-Fi coexistence
|
2025-04-02 19:25:53 +08:00 |
|
luaijun
|
c8508e992f
|
ci(c2/c3): add major eco version tests
|
2025-03-19 18:40:21 +08:00 |
|
yinqingzhao
|
e72c3b4ee4
|
fix(sniffer): fix channel in rx_ctrl is zero when using sniffer
|
2025-03-10 11:39:33 +08:00 |
|
Kapil Gupta
|
2ed843bdd2
|
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
|
2025-03-05 12:40:54 +05:30 |
|
Aditi
|
bb639472b9
|
fix(esp_wifi): Fix for issue in esp_now_send when wifi tx callback registered
|
2025-02-20 11:39:56 +08:00 |
|
tarun.kumar
|
a7ee422cff
|
fix(wifi): Modify authmode to sta for sta connect event
|
2025-02-20 11:38:49 +08:00 |
|
muhaidong
|
cbcfecd604
|
fix(wifi): fix some esp32p4 host issues
|
2025-02-19 10:48:43 +08:00 |
|
zhangyanjiao
|
2e55890069
|
fix(wifi): update wifi lib for doc changes
|
2025-02-19 10:48:43 +08:00 |
|
Linda
|
afab2130fd
|
docs: update the API description for esp-wifi_scan_get_ap_records
|
2025-02-19 10:48:43 +08:00 |
|
Nachiket Kukade
|
50e700792b
|
fix(esp_wifi): Check SSID from Assoc Req before starting SA Query
|
2025-02-19 10:48:43 +08:00 |
|
Sarvesh Bodakhe
|
0a33f8fda0
|
fix(wifi): Fix crash when failure_retry_cnt is set in station config
Fixes the regression introduced by 21c2bef602
|
2025-02-19 10:48:43 +08:00 |
|
Sarvesh Bodakhe
|
b565bbdbab
|
fix(wifi): Fix stack overflow when failure_retry_cnt is set
Fix issue of increased stack usage when failure_retry_cnt is set
and wifi driver internally retries connection attempts
|
2025-02-19 10:48:43 +08:00 |
|
muhaidong
|
df4667849c
|
fix(wifi): fix wep shared auth connect fail issue
|
2025-02-19 10:48:43 +08:00 |
|
wangtao@espressif.com
|
35771eed0e
|
fix(wifi): fix max idle period 1 issue
|
2025-02-19 10:48:43 +08:00 |
|
Li Shuai
|
761833493a
|
change(esp_phy): fix some wifi power save issues and optimize phy sleep for esp32c5 eco1 and beta5
|
2025-01-26 14:54:33 +08:00 |
|
linruihao
|
e6e09dbc4c
|
feat(coex): add coexist scheme for bt inquiry/page coexist with wifi
|
2025-01-20 14:20:29 +08:00 |
|
zhangyanjiao
|
9195bcbe22
|
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash
Closes https://github.com/espressif/esp-idf/issues/14095
|
2025-01-20 14:19:37 +08:00 |
|
Sarvesh Bodakhe
|
e789554997
|
fix(wifi): Fix bug in authmode detection for wpa2/wpa3 enterprise
WPA3-Enterprise mandates the use of AKM suite selector
00:0F:AC:5 (IEEE80211 802.1X with SHA-256)
|
2025-01-20 14:18:51 +08:00 |
|
Kapil Gupta
|
85156cceff
|
fix(esp_wifi): Address some review comments
|
2025-01-20 14:18:14 +08:00 |
|
Aditi
|
318ad17991
|
fix(wpa_supplicant): Add two separate flags for RRM and WNM
Added two separate flags CONFIG_RRM(80211k) and CONFIG_WNM(80211v)
flags under IEEE80211KV support flag.
|
2025-01-20 14:17:38 +08:00 |
|
Aditi
|
3f3c3d9a14
|
fix(wpa_supplicant): Add some minor fixes in roaming
1) Add a fix in roaming example for 11kvr
2) Removed length constraint for neighbor report received.
|
2025-01-20 14:17:27 +08:00 |
|
yinqingzhao
|
c725253d53
|
feat(wifi): add wifi support for esp32c61 eco2
|
2025-01-20 14:16:30 +08:00 |
|
Shreyas Sheth
|
29a95d30cc
|
fix(wifi): Resolve comments for softap fixes
|
2025-01-15 19:42:12 +05:30 |
|