muhaidong
2d900a63a2
fix(wifi): fix wep shared auth connect fail issue
2025-02-11 17:53:28 +08:00
Sarvesh Bodakhe
a01148d536
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-10 23:47:11 +05:30
Sarvesh Bodakhe
f77aa29905
revert(wifi): Revert support for WPA3 Enterprise authentication modes
...
This commit reverts the support for 'WIFI_AUTH_WPA3_ENTERPRISE' and
'WIFI_AUTH_WPA2_WPA3_ENTERPRISE'.
This reverts commit d2ba44d9e1ce89bda26e04720db800ce59ae2ca9.
2025-02-10 16:32:42 +08:00
wangtao@espressif.com
0d4df082fe
fix(wifi): fix max idle period 1 issue
2025-01-23 15:31:56 +08:00
Sarvesh Bodakhe
806b75938a
feat(wpa_supplicant): Add WIFI_EVENT_AP_WRONG_PASSWORD in SoftAP
...
This event is triggered when external station tries connecting to softAP
with wrong password.
Currently supported softAP AUTH modes: WPA-PSK, WPA2-PSK and WPA3-PSK (SAE-auth)
2025-01-16 20:13:55 +05:30
yinqingzhao
358d1ec359
fix(wifi): remove micro definition
2025-01-15 16:09:55 +08:00
liuning
a122a750fb
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set
2025-01-14 10:42:47 +08:00
zhangyanjiao
e221554c3e
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-13 11:16:47 +08:00
Sarvesh Bodakhe
d2ba44d9e1
fix(wifi): Add support to recongize different WPA3 Authentication modes from specs
...
1. Add support to recognize APs supporting 'WPA3-Enterprise-Only Mode' and
'WPA3-Enterprise-Transition Mode' using authmodes WIFI_AUTH_WPA3_ENTERPRISE
and WIFI_AUTH_WPA2_WPA3_ENTERPRISE, respectively.
2. Add placeholder enums in 'wifi_auth_mode_t' for maintaining
forward compatibility with minor versions > v5.2
2025-01-09 10:41:28 +05:30
yinqingzhao
44fd1e0d3a
feat(wifi): avoid compiling components related to wifi when wifi is not supported
2025-01-08 15:40:42 +08:00
yinqingzhao
53a526e52d
feat(wifi): wifi support 80211tx using 11ax rate
2025-01-08 15:19:18 +08:00
wangtao@espressif.com
4ad1537cda
fix(wifi): backport some wifi feature and bugfixs
2025-01-02 17:48:19 +08:00
wangtao@espressif.com
59e0ed5a6c
fix(wifi): fix spiram ignore issue
2025-01-02 16:35:42 +08:00
wangtao@espressif.com
17264b1b74
feat(wifi): fix SPIRAM_IGNORE_NOTFOUND releated config
2025-01-02 16:34:29 +08:00
wangtao@espressif.com
6b8f294eaa
change(wifi): change softap default dtim period to 1
2025-01-02 16:09:30 +08:00
muhaidong
e746365100
fix(wifi): fixed softap rx bar from null bss issue
2024-12-11 19:12:43 +08:00
wangtao@espressif.com
66b90652d3
feat(wifi): add protect for softap send no bss deauth releated code lib
2024-12-10 21:07:09 +08:00
akshat
79ab50bc69
fix(wifi): Prevent overwriting of scan parameters in consecutive scans
2024-12-05 16:06:00 +08:00
Jiang Jiang Jian
9d7bf28e8e
Merge branch 'bugfix/retry_count_when_sta_disconnect_v5.2' into 'release/v5.2'
...
fix(wifi): Do not attempt re-connection as per 'failure_retry_cnt' when sta itself issues disconnect in between of connection establishment (Backport v5.2)
See merge request espressif/esp-idf!34183
2024-12-05 14:00:10 +08:00
Sergei Silnov
566d04ecd9
Merge branch 'fix/unity_tester_v5.2' into 'release/v5.2'
...
refactor: changed logic of unity_tester (v5.2)
See merge request espressif/esp-idf!35394
2024-12-05 01:38:57 +08:00
akshat
7d1324807b
fix(wifi): Do not try re-connection when sta disconnects with esp_wifi_disconnect()
...
Do not follow wifi_config::wifi_sta_config::failure_retry_cnt logic when
station itself issues a disconnect from AP/Router using
esp_wifi_disconnect()
2024-12-04 13:02:10 +05:30
igor.udot
e09fd7fce4
refactor: changed logic of unity_tester, replaced threads by generators
2024-12-03 09:43:15 +01:00
wangtao@espressif.com
ad3be2f362
feat(wifi): update support esp32c2eco4 wifi lib
2024-12-03 15:12:09 +08:00
wangtao@espressif.com
4014565cd1
feat(wifi): support esp32c2 eco4 wifi bringup sync head
2024-12-03 15:08:00 +08:00
wangtao@espressif.com
0519619e26
feat(wifi): support esp32c2 eco4 wifi bringup
2024-12-03 14:38:40 +08:00
Sarvesh Bodakhe
fca3fab225
fix(wifi): Fix wrong wifi reason codes reported on station and softAP
...
- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes
2024-11-26 23:36:54 +05:30
Sarvesh Bodakhe
79f13ab9d8
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE
2024-11-26 23:36:52 +05:30
wangtao@espressif.com
8626e5f400
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-11-22 16:49:41 +08:00
yinqingzhao
40aac77060
fix(wifi): fix some wifi bugs
2024-11-20 19:17:40 +08:00
yinqingzhao
8f324ba6ba
feat(twt): twt add parameter to enable keep alive
2024-11-20 19:08:56 +08:00
liuning
f926cd0007
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
2024-11-18 14:20:31 +08:00
liuning
35e0bea829
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
2024-11-18 14:17:51 +08:00
Jiang Jiang Jian
d4b7c38d79
Merge branch 'fix/wifi_netif_null_deref_v5.2' into 'release/v5.2'
...
esp_wifi: Add null pointer checks to WiFi-netif APIs (v5.2)
See merge request espressif/esp-idf!34159
2024-11-18 11:17:50 +08:00
zhangyanjiao
5a354837a8
fix(wifi): Optimization for wifi components
...
1. fix(wifi/pm): Fixed the tbtt interval update error when AP's beacon interval changed
Closes https://github.com/espressif/esp-idf/issues/14720
2. fix(wifi/mesh): Enlarge the mesh TX task stack
3. fix(wifi/espnow): Added check for espnow type and length on v1.0
4. fix(wifi/mesh): Fixed delete group id error in wifi mesh
Closes https://github.com/espressif/esp-idf/issues/14735
2024-11-14 10:42:42 +08:00
zhangyanjiao
f9ef78528e
docs(wifi/espnow): Update the description for ESP-NOW frame
2024-11-14 10:25:56 +08:00
David Cermak
d86c7ce118
fix(esp_wifi): Add null pointer checks to WiFi-netif APIs
...
Added null pointer checks to WiFi-netif API functions to prevent potential
crashes from invalid arguments, updated unit tests.
Closes https://github.com/espressif/esp-idf/issues/8702
2024-11-11 23:55:17 +08:00
zhangyanjiao
d47ed7d6f8
fix(wifi): Support AES IV with random value in esptouch v2
2024-11-11 15:37:32 +08:00
xuxiao
402911dfae
fix(wifi): fix some bss color issues
2024-11-04 11:52:17 +08:00
akshat
ade9d53fbb
fix(esp_wifi): Handle missing error propagation in esp_wifi_set_mode
2024-10-30 12:48:04 +05:30
Jiang Jiang Jian
288e8c6cc5
Merge branch 'feature/ftm_calibration_esp32c6_v5.2' into 'release/v5.2'
...
feat(ftm): Add ftm calibration values for esp32c6 (Backport v5.2)
See merge request espressif/esp-idf!34476
2024-10-29 15:17:55 +08:00
Jiang Jiang Jian
8763953601
Merge branch 'change/improve_some_wifi_releated_introduction_v52' into 'release/v5.2'
...
change(wifi):improve some wifi releated introduction v52
See merge request espressif/esp-idf!34278
2024-10-29 15:16:17 +08:00
Sajia
1ed8e4b406
feat(ftm): Add ftm calibration values for esp32c6
2024-10-28 16:32:19 +05:30
Jiang Jiang Jian
cdd9996fa3
Merge branch 'bugfix/ftm_apsta_bw_issue_v5.2' into 'release/v5.2'
...
fix(esp_wifi): Fix FTM issues in AP-STA mode (Backport v5.2)
See merge request espressif/esp-idf!33701
2024-10-28 17:20:19 +08:00
wangtao@espressif.com
98a65c0538
change(wifi):improve some wifi releated introduction
2024-10-28 13:37:32 +08:00
Nachiket Kukade
643a1c2204
fix(esp_wifi): Fix FTM issues in AP-STA mode
...
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
while in-AP is in 40MHz
2024-10-27 19:26:46 +05:30
aditi
3c92d707bf
fix(wpa_supplicant): Add few fixes in NAN task
2024-10-25 14:42:41 +05:30
muhaidong
13946e1c52
fix(wifi): fixed association refused temporarily lead auth timeout issue
2024-10-17 15:13:29 +08:00
Aditi
6f0abe238c
fix(esp_wifi): Fix reason code for sta not supporting GCMP
...
Add fix for returning correct reason code when sta doesn't
support GCMP to ensure consistent behaviour for all chips.
2024-09-11 14:08:32 +05:30
Jiang Jiang Jian
c8c6fd1413
Merge branch 'bugfix/psram_fallback_in_wifi_osi_v5.2' into 'release/v5.2'
...
fix(wifi): Add PSRAM failure fallback in WiFi Queue API's (backport v5.2)
See merge request espressif/esp-idf!33346
2024-09-09 19:53:25 +08:00
xuxiao
062cf21381
fix(wifi): fix some wifi bugs (v5.2)
2024-09-06 19:04:21 +08:00