213 Commits

Author SHA1 Message Date
e66a47c0ba feat(wifi): add wifi support for esp32c5 mp (e2b70f6e) 2024-08-30 21:01:37 +08:00
f28ad22ab8 fix(esp_wifi): Fix reason code for sta not supporting GCMP(005e6c8)
Add fix for returning correct reason code when sta doesn't
    support GCMP to ensure consistent behaviour for all chips.
2024-08-29 18:29:29 +05:30
6b5946393a fix(wifi): fix esp32s2 get ack rssi issue(fa211dff) 2024-08-27 21:51:51 +08:00
ee40cd1ce4 fix(wifi): add bar check for connection traffic and check ap_eb in txq(4ea76bb5) 2024-08-27 14:12:42 +08:00
0de2d920bf fix(wifi): fix wifi rssi to snr issue(9a1851df) 2024-08-23 19:04:21 +08:00
67719288d8 fix(pm): fix the issue of station fail to connect to softap caused by abnormal rf flag signal (0f846772) 2024-08-22 21:52:20 +08:00
928e6cc71b fix(wifi): fix esp32c5 connect issues cause by change band mode to 5G only (597f61b1) 2024-08-19 21:16:47 +08:00
63dc7fc9af update wifi lib (cbdeb988):
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-02 14:44:03 +08:00
737f0bd50b fix(wifi): fix esp32c5 crash issues when connect with full channel scan (8d3e9901) 2024-08-01 20:20:34 +08:00
97c4666429 fix(wifi): Avoid internal retries for offchannel FTM Requests (a7e1b098) 2024-07-31 19:04:23 +05:30
ec883ad6b4 fix(wifi): fix softAP fill protocol element in 2G prob-response with 5G configuration (5ad28002) 2024-07-30 20:09:41 +08:00
f59680e78b fix(wifi/mesh): fix the beacon timeout issue in mesh (585a368) 2024-07-29 15:40:05 +08:00
e5174b16ab fix(wifi): fix esp32c3 compiler issues when call 'esp_wifi_set_band' (4ffe303a) 2024-07-26 19:15:59 +08:00
600bbfac04 feat(wifi): add wifi support for esp32c5 mp (5948cb1c) 2024-07-25 22:51:58 +08:00
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
eff8552fc2 fix(pm): ssn update failed when dut wakeup from lightsleep(59e188af) 2024-07-15 16:03:15 +08:00
76bdd0b967 fix(wifi): fix sta may join bad signal ap when set by signal(083a3fa5) 2024-07-12 17:49:28 +08:00
74f99e0833 fix(wifi): fix reset connection fail issue(857e8b81) 2024-07-11 17:09:20 +08:00
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
17ffa928bb fix(wifi):fix get softap dtim and csa config err(05df0a36) 2024-07-10 10:49:58 +08:00
4097d08195 fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig (14568a6) 2024-07-09 12:11:18 +05:30
d61cf9d3dd fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (e543513) 2024-07-08 13:58:12 +08:00
7fbc7d9f5a fix(wifi):Fix for setting wps status fail when connection fails(c66883a) 2024-07-04 14:45:47 +05:30
17509c30ae fix(wifi): fix esp32 host lack of lmac api issue(0caa8194) 2024-07-03 19:56:45 +08:00
73ed5e75a6 fix(wifi): Fix issue of supplicant using wrong parameters to confiure bss while connecting (b92ffe5e) 2024-07-01 12:15:58 +05:30
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
9693bfca0c station: fix issue of PMF not getting reset when disconnecting from PMF connection (1fe2402b) 2024-06-18 13:27:12 +05:30
fda241ceff fix(wifi): fix the issue of tbtt interrupt miss caused by beacon monitor (0ae8b583) 2024-06-12 22:17:12 +08:00
70c2d7f46d fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(0de7290) 2024-06-12 12:34:33 +05:30
7f676ffedd fix(wifi): fix sta scan when connected cause bcn timeout loop issue (2aed3dce) 2024-06-11 16:20:25 +08:00
21d34cbbf1 fix(wifi): fix configure gcmp failure issue(512476e6) 2024-06-07 14:02:10 +08:00
12fad1ea40 fix(wifi/mesh): do not send NULL data when scan start/done for mesh (40b55a0) 2024-06-06 10:19:53 +08:00
e16a9ee1b2 fix(wifi): fix disable gcmp choose pairwise cipher wrong issue(eb97ceda) 2024-06-03 14:49:35 +08:00
cb49ddb64b fix(wifi):fix data len not correct in he actions(f671f485) 2024-05-31 18:13:38 +08:00
fff3460aaf fix(wifi): Add back WIFI_AUTH_WPA3_EXT_PSK and WIFI_AUTH_WPA3_EXT_PSK_MIXED_MODE (6dbdc26d)
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 19:13:15 +05:30
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
deb0e65a74 fix(wifi): fix send mgmt err wjen eapol process (cf62605e) 2024-05-27 19:08:20 +08:00
a89846e501 fix(esp32c6): update wifi mac retention register context configuration for esp32c6 (f9a71af5) 2024-05-21 21:31:31 +08:00
71c676dbf6 feat(wifi): support coex pwr feature (ef7faf8) 2024-05-21 14:13:23 +08:00
ab8a1f6d51 feat(wifi): add softap csa&dtim&wait_bcast_data setting (3380c62c) 2024-05-20 13:57:35 +08:00
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
321823002f feat(wifi): add itwt teardown status (8ca03b75) 2024-05-17 18:15:43 +08:00
6aa93ec85d fix(wifi):esp32c6 wifi rx statistics is always zero(84e7fea1) 2024-05-16 19:19:18 +08:00
c230df3c50 fix(bss_color):fix bss color issues(4c465dba) 2024-05-16 14:38:58 +08:00
4816d356ad fix(wifi): fix esp32 unrecoverable m f issue (2e555c969) 2024-05-16 10:36:48 +08:00
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
8fd22ddcaf fix(esp_wifi): Fix issues in NAN datapath establishment(1331572c) 2024-05-14 11:24:09 +05:30
bcb739c215 fix(wifi): Fix selecting FTM compensation with external AP (b4ffa291) 2024-05-13 12:09:09 +05:30
ddb736ba7a fix the tx issue when mesh lifetime equal zero (2232aa84) 2024-05-10 16:23:38 +08:00
97373dacc2 Fix issue of wrong Rx control information of espnow packets for esp32 and esp32s2 (50adca94)
Fixes regression caused by d935da0725203542585ba981faa6d69f35480e9e
2024-05-08 17:10:07 +05:30