wangtao@espressif.com
f88ec14645
fix(wifi): backport some feature and bugfix(d7f251b8)
2024-12-24 15:38:11 +08:00
Sarvesh Bodakhe
8817fc7b73
update wifi libs (55a1cdf)
...
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-12-10 20:06:56 +05:30
zhangyanjiao
75710820e8
update wifi lib (b0fd6006):
...
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
5. Fixed cant sleep if reconnect to connected ap
2. Clear pmk in internal reconnection
3. Update connect status for init-->auth
2024-11-15 09:31:47 +08:00
yinqingzhao
564eb0c3a9
fix(wifi): fix some wifi bugs 241030(08e71c08)
2024-11-14 14:07:51 +08:00
xuxiao
4281c0eccc
fix(wifi): fix some bss color bugs (f43350b8)
2024-10-28 14:21:24 +08:00
tarun.kumar
c995ba4a0f
Stop roaming app when wifi stops(50a6ec4d)
2024-10-25 23:37:47 +05:30
akshat
dc041af514
fix(wifi): Do not attempt re-connection if sta issues disconnect with esp_wifi_disconnect (bbde3736)
2024-10-25 15:57:40 +05:30
wangtao@espressif.com
39515d58b3
fix(wifi): backport some wifi bug fixs(09cbaa6c)
2024-10-25 14:36:58 +08:00
sibeibei
b45189fc03
fix(wifi): fix some wifi bugs 241024 v5.3(b70a543b)
2024-10-24 19:05:39 +08:00
liuning
dc710ebcb5
fix(wifi): fix some coexist bugs (c7f00e6b)
2024-10-24 15:12:49 +08:00
wangtao@espressif.com
2e3a97ddfe
feat(wifi):support esp32c2 eco4 wifi(e55809df)
2024-10-18 18:04:28 +08:00
Aditi
2c8e353382
fix(esp_wifi): Fix reason code for sta not supporting GCMP(6f4dea5)
...
Add fix for returning correct reason code when sta doesn't
support GCMP to ensure consistent behaviour for all chips.
2024-09-19 11:28:06 +05:30
zhangyanjiao
7f021d55dd
update the wifi lib (b63e3225):
...
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-06 14:50:13 +08:00
Nachiket Kukade
d1df171e4c
fix(wifi): Avoid internal retries for offchannel FTM Requests (ccaebfac)
2024-08-02 10:41:06 +05:30
xuxiao
7ab37c97e2
fix(wifi): fix esp32c3 can not recevie frame size bigger then 1600 (2a3394dc)
2024-07-31 20:34:55 +08:00
liuning
ce181b3e94
fix(coex): fix esp32 crash due to late tbtt, fix esp32c6 rx issue due to rx buffer full (20532136)
2024-07-19 19:20:32 +08:00
sibeibei
eff8552fc2
fix(pm): ssn update failed when dut wakeup from lightsleep(59e188af)
2024-07-15 16:03:15 +08:00
muhaidong
76bdd0b967
fix(wifi): fix sta may join bad signal ap when set by signal(083a3fa5)
2024-07-12 17:49:28 +08:00
muhaidong
08b353273e
fix(wifi): fixed association refused temporarily issue(365b0aef)
...
1. fixed association refused temporarily issue.
2. give some information when password length mismatch authmode threshold
2024-07-10 16:42:15 +08:00
zhangyanjiao
d61cf9d3dd
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (e543513)
2024-07-08 13:58:12 +08:00
aditi_lonkar
7fbc7d9f5a
fix(wifi):Fix for setting wps status fail when connection fails(c66883a)
2024-07-04 14:45:47 +05:30
muhaidong
17509c30ae
fix(wifi): fix esp32 host lack of lmac api issue(0caa8194)
2024-07-03 19:56:45 +08:00
Sarvesh Bodakhe
73ed5e75a6
fix(wifi): Fix issue of supplicant using wrong parameters to confiure bss while connecting (b92ffe5e)
2024-07-01 12:15:58 +05:30
Shyamal Khachane
eacd07f165
fix(esp_wifi): Drop any received auth responses that use a different algorithm than the one currently in process(1026ae2b)
2024-06-20 11:37:08 +05:30
Li Shuai
fda241ceff
fix(wifi): fix the issue of tbtt interrupt miss caused by beacon monitor (0ae8b583)
2024-06-12 22:17:12 +08:00
aditi_lonkar
70c2d7f46d
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(0de7290)
2024-06-12 12:34:33 +05:30
wangtao@espressif.com
7f676ffedd
fix(wifi): fix sta scan when connected cause bcn timeout loop issue (2aed3dce)
2024-06-11 16:20:25 +08:00
muhaidong
21d34cbbf1
fix(wifi): fix configure gcmp failure issue(512476e6)
2024-06-07 14:02:10 +08:00
muhaidong
e16a9ee1b2
fix(wifi): fix disable gcmp choose pairwise cipher wrong issue(eb97ceda)
2024-06-03 14:49:35 +08:00
yinqingzhao
cb49ddb64b
fix(wifi):fix data len not correct in he actions(f671f485)
2024-05-31 18:13:38 +08:00
Sarvesh Bodakhe
6dc9bf9eb5
fix(wifi): Deprecate WIFI_AUTH_WPA3_EXT_PSK and WIFI_AUTH_WPA3_EXT_PSK_MIXED_MODE (26baab11)
...
Deprecate 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-29 18:32:03 +05:30
Li Shuai
a89846e501
fix(esp32c6): update wifi mac retention register context configuration for esp32c6 (f9a71af5)
2024-05-21 21:31:31 +08:00
liuning
71c676dbf6
feat(wifi): support coex pwr feature (ef7faf8)
2024-05-21 14:13:23 +08:00
wangtao@espressif.com
ab8a1f6d51
feat(wifi): add softap csa&dtim&wait_bcast_data setting (3380c62c)
2024-05-20 13:57:35 +08:00
Sarvesh Bodakhe
482ab97ae3
fix(wifi): Add some bugfixes and cleanup in softAP (6d41e1c5)
...
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
2024-05-18 18:31:48 +05:30
liuning
4816d356ad
fix(wifi): fix esp32 unrecoverable m f issue (2e555c969)
2024-05-16 10:36:48 +08:00
zhangyanjiao
11a226dcb4
update wifi lib (e717c44):
...
1. Fixed sniffer dump fcs error fail
2. Fixed the ESP-NOW priv parameter get error
2024-05-15 11:46:06 +08:00
Nachiket Kukade
1221569e8f
fix(wifi): Update FTM PHY compensation (feaf82d9)
2024-04-29 14:33:21 +05:30
xuxiao
e09543aef5
fix(wifi): fix trc_ampdu_stop_rateidx value errors when DUT under softap + sta mode (8a25ce66)
2024-04-28 15:53:18 +08:00
alanmaxwell
d8e20e3cf3
clear wifi buffer to fix ampdu compatibility issue(ef2fedcd)
2024-04-24 11:24:35 +08:00
xuxiao
0565ffa695
fix(wifi): fixed itwt crash issues (cf9b4550)
2024-04-19 20:02:37 +08:00
jgujarathi
308c592b14
feat(esp_wifi): Adds a new API to set default scan parameters(351c534a)
...
- esp_wifi_set_scan_parameters() : Used to set the default scan parameters to be used
while scanning. These parameters will be used for all scans conducted by station
including connect scan. Parameters provided through esp_wifi_scan_start() override the
default parameters for that scan only
- esp_wifi_get_scan_parameters(): Used to get the current default scan parameters.
2024-04-18 16:03:45 +05:30
Kapil Gupta
d935da0725
fix(wifi): Fix encryption/decryption issue for mgmt packets (e4f2ba6a)
...
* 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-16 19:46:09 +05:30
muhaidong
49c8e2d99d
fix(wifi): fixed lmacStopTransmit issue(edc80c92)
2024-04-11 11:52:23 +08:00
xuxiao
a5af5288b1
feat(wifi): add esp32c5 beta3 support wifi (c9dba424)
2024-04-10 14:07:01 +08:00
Kapil Gupta
1b1ab64e64
feat(scan): Add channel bitmaps to the scan config(9e67852f)
...
- Add the ability to specify the specific channels that need to be scanned.
- Adds a warning that discourages from setting bssid and channel in
sta_config if btm is enabled and supported by the network.
- Includes wifi_types.h changes needed for adding the event when
neighbor reports are recieved from AP.
- Fixes issues with reporting authmodes of FT APs
2024-04-01 17:22:31 +05:30
xiehang
1fbf7cd430
feat: Supports external WiFi connections for ESP32p4 and other espressf chips (b3548b43)
2024-04-01 11:26:30 +08:00