Commit Graph

390 Commits

Author SHA1 Message Date
akshat
0977dd4f92 fix(wifi): Do not attempt re-connection if sta issues disconnect with esp_wifi_disconnect (270c7584) 2024-12-04 12:58:40 +05:30
wangtao@espressif.com
e63554415e feat(wifi): update support esp32c2eco4 wifi lib(89785c64) 2024-12-03 15:10:47 +08:00
Sarvesh Bodakhe
12538105bc Update wifi libs (dd443ef)
1. Fix bug in wrong profile checking of AP's RSNXE IE
2. Fix wrong reason code used when softAP application issues a disconnect for station
2024-11-26 23:35:13 +05:30
sibeibei
c3542aed20 fix(wifi): fix some wifi bugs 241122(53d98ccc2) 2024-11-22 16:35:45 +08:00
yinqingzhao
172c1c5072 fix(wifi): fix some wifi bugs 241030(ed2b27ce) 2024-11-20 19:16:47 +08:00
liuning
e7747d4ec5 fix(wifi): fix some coexist bugs 20241105 (352cf96) 2024-11-18 14:19:40 +08:00
zhangyanjiao
e0f9d9d333 update wifi lib (13b7ec0d):
1. Add check for espnow type and length on v1.0
2. Fixed delete group id error in wifi mesh
3. Fixed the tbtt interval update error when AP's beacon interval changed
4. Enlarge the mesh TX task stack
2024-11-14 10:41:21 +08:00
zhangyanjiao
caa74e6d3d fix(wifi): Support AES IV to random value for esptouch_v2 (e21b4297) 2024-11-11 15:35:31 +08:00
xuxiao
a38efcace9 fix(wifi): fix some bss color issues (756642b8) 2024-11-01 16:58:21 +08:00
akshat
c649dd1309 fix(esp_wifi): Handle missing error propagation in set_mode (aab16a69) 2024-10-30 12:41:00 +05:30
Sajia
25f367838e feat(ftm): Add ftm calibration values for esp32c6(32aaaf76) 2024-10-28 16:26:08 +05:30
Sajia
f14c41dc34 fix(wifi): Fix FTM bandwidth issues in AP-STA mode (89eb2041) 2024-10-27 19:25:00 +05:30
muhaidong
e70e504d1f fix(wifi): fixed association refused temporarily lead auth timeout issue(f49ec3df) 2024-10-17 15:11:02 +08:00
Aditi
81688730aa fix(esp_wifi): Fix reason code for sta not supporting GCMP(82f54d2)
Add fix for returning correct reason code when sta doesn't
     support GCMP to ensure consistent behaviour for all chips.
2024-09-09 14:02:48 +05:30
xuxiao
3f6fba9d0a fix(wifi): fix some wifi bugs (0b80af58) 2024-09-06 19:03:19 +08:00
sibeibei
1eb6201f21 fix(wifi): fix wifi bugs 240828 v5.2(4ed91226)
1.fix(pm): ssn update failed when dut wakeup from lightsleep
2.fix(wifi): add bar check for connection traffic and check ap_eb in txq
2024-08-29 14:09:36 +08:00
wangtao@espressif.com
3bcf1c1c61 fix(wifi): fix esp32s2 get ack rssi issue v5.2(a298d606) 2024-08-28 10:24:39 +08:00
Li Shuai
cf8d44d37c fix(pm): fix the issue of station fail to connect to softap caused by abnormal rf flag signal (c2ae8d18) 2024-08-27 13:19:33 +08:00
liuning
99f2732239 fix(coex): fix esp32 crash due to late tbtt, fix esp32c6 rx issue due to rx buffer full (6c13a055) 2024-08-26 14:11:05 +08:00
zhangyanjiao
b0bb937e26 update the wifi lib (b75a821a):
1. fix(wifi/mesh): clear the rootless state in mesh ie when changing from leaf to root
2. fix(wifi/mesh): fixed the root conflict issue
2024-08-23 11:33:37 +08:00
muhaidong
8b791fef0a fix(wifi): fix some wifi bugs 240821(7ee9d153)
1. fixed association refused temporarily issue.
2. give some information when password length mismatch authmode threshold.
3. fix reset connection fail issue.
2024-08-21 19:25:26 +08:00
xuxiao
596bdcf09f fix(wifi): fix some wifi bugs and support btwt (53154ba3) 2024-08-20 12:16:37 +08:00
Nachiket Kukade
873b517021 fix(wifi): Avoid internal retries for offchannel FTM Requests (5cb4e100) 2024-08-14 15:24:27 +05:30
zhangyanjiao
43682bd0f1 fix(wifi/mesh): fix the beacon timeout issue in mesh (e60360a) 2024-07-30 14:35:09 +08:00
wangtao@espressif.com
ecc006130d fix(wifi):fix get softap dtim and csa config err(4cb48dab) 2024-07-24 17:21:40 +08:00
aditi_lonkar
e8303ca29a fix(wpa_supplicant):Fix for setting wps status fail when connection fails(b67b375) 2024-07-22 15:25:36 +05:30
Shreyas Sheth
4d3eea1727 fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig (1eca1b7) 2024-07-18 18:23:59 +05:30
zhangyanjiao
755ef0f286 fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (897e58f) 2024-07-17 19:05:18 +08:00
muhaidong
768a789155 fix(wifi): fix some wifi bugs 240715(ef7bb393)
1. fix disable gcmp choose pairwise cipher wrong issue
2. fix sta may join bad signal ap when set by signal
2024-07-15 21:19:29 +08:00
Sarvesh Bodakhe
2ba34ebd54 fix(wifi): Fix issue of supplicant using wrong parameters to confiure bss while connecting (abee809f) 2024-07-12 08:06:32 +05:30
wangtao@espressif.com
21b94ecb03 change(wifi):add some wifi features and fix some bugs(ac9b81de814) 2024-07-05 14:08:18 +08:00
yinqingzhao
b427dba32c fix(wifi):fix some wifi bugs(4a30efa7) 2024-07-04 15:28:28 +08:00
aditi_lonkar
97850a8646 fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(9641da4) 2024-07-02 11:25:29 +05:30
Shyamal Khachane
5cd9c695cc fix(esp_wifi): Fix issues in NAN datapath establishment(659ca75a) 2024-07-01 12:09:25 +05:30
liuning
73422634cd feat(wifi): fix esp32 cant tx issue, support coex pwr, fix tbtt intr miss issue (87a4f3ee) 2024-06-28 14:26:59 +08:00
jgujarathi
512bf60b7b fix(esp_wifi): Fixes issues with connecting to FT APs(73edce8b)
- Fix issues with connecting to FT APs.
2024-06-26 12:03:26 +05:30
Sarvesh Bodakhe
3f8f4aab76 station: fix issue of PMF not getting reset when disconnecting from PMF connection (6259a1e3) 2024-06-25 13:53:52 +05:30
Shyamal Khachane
1a39fdc745 fix(esp_wifi): Drop any received auth responses that use a different algorithm than the one currently in use(d0441f3f) 2024-06-21 11:27:19 +05:30
zhangyanjiao
9ddbd6cb0a fix(wifi/mesh): do not send NULL data when scan start/done for mesh (803d274) 2024-06-06 17:51:09 +08:00
zhangyanjiao
2ebef7a81b update wifi lib (5b91115):
1. Fixed sniffer dump fcs error fail
2. Fixed the ESP-NOW priv parameter get error
2024-06-03 11:26:55 +08:00
Sarvesh Bodakhe
d9a4b032ef fix(wifi): Add back WIFI_AUTH_WPA3_EXT_PSK and WIFI_AUTH_WPA3_EXT_PSK_MIXED_MODE (3e0076f1)
Add back above authmodes instead of merging them with WIFI_AUTH_WPA3_PSK in minor releases
during v5.x.

These authmodes will be removed from v6.0
2024-05-30 18:08:26 +05:30
wangtao@espressif.com
d5839dc6b7 fix(wifi): fix(wifi): fix send mgmt err when eapol process backport for v5.2 (42df1878) 2024-05-27 20:06:52 +08:00
Nachiket Kukade
8594ab916d fix(wifi): Fix selecting FTM compensation with external AP (afab2293) 2024-05-13 17:59:31 +05:30
zhangyanjiao
bfb71b0513 fix the tx issue when mesh lifetime equal zero (7c4ce92) 2024-05-13 10:40:57 +08:00
Sarvesh Bodakhe
e2744b5b59 Fix issue of wrong Rx control information of espnow packets for esp32 and esp32s2 (2dfe8ba5)
Fixes regression caused by 6a55cb409b
2024-05-09 16:24:28 +05:30
xuxiao
3da9988627 fix(wifi): fix trc_ampdu_stop_rateidx value errors when DUT under softap + sta mode (144bf4dd) 2024-05-09 11:04:23 +08:00
Nachiket Kukade
da48b2df73 fix(wifi): Update FTM PHY compensation (21e875d9) 2024-05-08 18:03:39 +05:30
Sarvesh Bodakhe
d6a145b6f1 Fix authmode scanning issue when AP advertises both WPA and WPA2 with SAE PK (1b06bd11) 2024-05-08 16:13:50 +05:30
xuxiao
4fba9c81ba fix(wifi): fix some esp32c6 wifi bugs (92471a3f) 2024-04-24 14:13:54 +08:00
Sarvesh Bodakhe
6a55cb409b fix(wifi): Fix encryption/decryption issue for mgmt packets (89a49a4d)
* 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
2024-04-24 01:45:41 +05:30