Commit Graph

239 Commits

Author SHA1 Message Date
wangtao@espressif.com
56ded4e55f feat(wifi): support esp32c2 eco4 wifi lib(42e21409) 2024-12-03 11:24:37 +08:00
zhangyanjiao
e09a9a1e22 update wifi lib (ea3190f4):
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-13 20:05:49 +08:00
zhangyanjiao
2dcf520466 fix(wifi): Support AES IV to random value for esptouch_v2 (33bf03f0) 2024-11-04 09:36:26 +08:00
Sajia
258b079189 fix(wifi): Fix FTM bandwidth issues in AP-STA mode (48205d5a) 2024-10-29 10:48:00 +05:30
akshat
d152575aef fix(esp_wifi): Handle missing error propagation in esp_wifi_set_mode (6c0a56cb) 2024-09-27 11:17:15 +05:30
sibeibei
fe134d9cc2 fix(wifi): add bar check for connection traffic and check ap_eb in txq(eb392c87) 2024-08-30 17:25:22 +08:00
liuning
0ca27d447a fix(coex): fix esp32 crash due to late tbtt, fix rx issue due to rx buffer full (3a6451a3) 2024-08-27 15:28:22 +08:00
zhangyanjiao
fabfc67cb2 update the wifi lib (137b81a1):
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-21 19:05:21 +08:00
Nachiket Kukade
b18a334d59 fix(wifi): Avoid internal retries for offchannel FTM Requests (23fdf80f) 2024-07-31 22:35:21 +05:30
zhangyanjiao
146178b12b fix(wifi/mesh): fix the beacon timeout issue in mesh (2eda894) 2024-07-29 16:25:13 +08:00
liuning
e709a9ce68 fix(coex): fix coexist beacon monitor timer carsh issue (b7b73f1e) 2024-07-19 14:06:12 +08:00
zhangyanjiao
998bb05a2d fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (89583f4) 2024-07-17 11:16:49 +08:00
Shreyas Sheth
1cd42d0f9f fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig (7fe15aa) 2024-07-16 11:52:11 +05:30
muhaidong
8210349d41 fix(wifi): fix some wifi bugs(1d807338)
1. fixed association refused temporarily too many times issue
2. send auth after sae association refused temporarily
3. give some information when password length mismatch authmode threshold
4. send deauth when first connect and pmf disabled
5. fix sta may join bad signal ap when set by signal
2024-07-15 18:57:57 +08:00
aditi_lonkar
72dc39569c fix(wpa_supplicant):Fix for setting wps status fail when connection fails(3508407) 2024-07-11 17:58:48 +05:30
liuning
8e77aab969 feat(wifi): fix esp32 cant tx issue, support coex pwr, fix tbtt intr miss issue (9fb46f24) 2024-07-10 11:35:07 +08:00
wangtao@espressif.com
ef3ff9b9d4 fix(wifi): fix sta scan when connected cause bcn timeout loop issue(46233f7e) 2024-07-08 14:27:40 +08:00
Sarvesh Bodakhe
659f4ac8fd fix(wifi): Add support for WPA3 Transition disable and more updates (7e441ceb)
1. Add support for SAE-PK and WPA3-Enterprise transition disable
2. Add support to handle OWE transition disable indication from AP
3. refactor: Backport common changes in scan/connect path from 90cc6158
    - 90cc6158 adds support for Network Introduction Protocol in DPP
4. Fix issue of supplicant using wrong parameters to configure bss
    - Ensure that wpa_supplicant's state machine registers the requirement for rsnxe
      before deciding to add rsnxe to a assoc request.
2024-07-03 12:45:44 +05:30
muhaidong
50f5dc6d1b fix(wifi): fix disable gcmp choose pairwise cipher wrong issue(b4cdf508) 2024-07-03 10:32:53 +08:00
aditi_lonkar
30a9ad2f97 fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(30c1bdb) 2024-07-02 12:29:23 +05:30
Sarvesh Bodakhe
ca20e89439 fix(wifi): Fix some wifi bugs (68b27dc6)
1. Fix issues related to mgmt packets encryption in GCMP
2. Fix issue of wrong decryption of mgmt packets when PMF is enabled
3. Fix frame subtype in send_mgmt_frame
4. Fix issue of wrong Rx control information of espnow packets for esp32 and esp32s2
5. Fix send mgmt err when eapol process
2024-07-01 11:04:54 +05:30
liuning
87ac448921 fix(wifi): fix esp32 unrecoverable m f issue (3f9899be) 2024-06-28 15:24:09 +08:00
jgujarathi
989691cda2 fix(esp_wifi): Fix scanning and connecting to FT APs(57cc5bc9)
- Ensure that scanning and connecting to FT capable APs in FT mode works
  as expected.
2024-06-27 16:03:10 +05:30
Sarvesh Bodakhe
d420e3824d station: fix issue of PMF not getting reset when disconnecting from PMF connection (8c1d2d6d) 2024-06-25 14:23:12 +05:30
Shyamal Khachane
695ac5aea8 fix(esp_wifi): Drop any received auth response that uses a different algorithm than the one currently in use(74136ce3) 2024-06-21 16:38:15 +05:30
zhangyanjiao
634b283d88 fix(wifi/mesh): do not send NULL data when scan start/done for mesh (6c8c5e6) 2024-06-07 10:13:29 +08:00
jgujarathi
ac55d15c8e fix(esp_wifi): Send unicast probe requests if bssid is known during scan(a922ffbab) 2024-06-04 17:04:21 +05:30
zhangyanjiao
3e31174561 update wifi lib (9f44b57):
1. Fixed sniffer dump fcs error fail
2. Fixed the ESP-NOW priv parameter get error
2024-05-31 14:08:14 +08:00
Nachiket Kukade
e4d5243ed4 fix(wifi): Fix selecting FTM compensation with external AP (18c20eaa)
Also update FTM Compensation values with calibration
2024-05-29 16:07:46 +05:30
Sarvesh Bodakhe
4cbb797214 fix(esp_wifi): Update Wi-Fi libraries (c4cfc8ee)
* Improvements in scan and connect path as per specifications along with
  minor bugfixes
* When AP advertises all PSK modes (WPA, WPA2 and WPA3), make sure that
  station treats it as WPA2_WPA3_PSK mixed mode.
2024-05-23 17:13:22 +05:30
Sarvesh Bodakhe
5cebf92b39 fix(wifi): Add bugfix in 'esp_wifi_deauthenticate_internal' and other improvements (90f5791b) 2024-05-20 14:42:36 +05:30
muhaidong
e0ee52e2b6 fix(wifi): fixed some wifi bugs(e0b1e308)
1. fix esp_wifi_set_mode return error issue
2. fix qos encapsulated eapol issue
3. eapol arp and dhcp add flag PP_F_PER_PKT_RATE
4. fix lmac_stop_hw_txq issue
5. fix typo
6. limite number of amsdu  block in eb
7. fix recycle cache sub amsdu eb issue
8. update ba session store and restore rx ba num
9. fix multicast address qos frame by reset rx ba
10. fix lmacStopTransmit issue
11. sync multi antenna gpio register from IDF
12. clear eb to fix tx single AMPDU to some AP not reply BA when ampdu_entry single bit was set
13. fix internal set log level check fail issue
14. update esp_wifi_connect doc
15. update api esp_wifi_sta_get_rssi docs
16. add interupt lock during hardware reload of Rx link
2024-05-20 10:17:15 +08:00
zhangyanjiao
80294cd2b0 fix the tx issue when mesh lifetime equal zero (b1c02e6) 2024-05-13 17:14:42 +08:00
jgujarathi
934be5afd6 fix(rsnxe): Expands maximum size of RSNXE IE to 255(834c901a)
- Allows for RSNXE IE to be processed as a variable length upto
255 bytes, changing the earlier max of 20.
2024-04-05 11:35:36 +05:30
Nachiket Kukade
1e6059a118 feat(esp_wifi): Refactor and improve FTM code (9125cf7b)
1. Break FTM State Machine code into separate functions
2. Use dynamic allocation for FTM session to save memory
3. Add API to get FTM report instead of event based mechanism
4. Add FTM Request re-try and comeback support
5. Fix issues with duplicate FTM response, stale sessions and
   frequent failures to respond from SoftAP side
6. Update PHY FTM Compensation for all 40MHz cases
2024-04-03 11:23:55 +05:30
liuning
36c5c4cb9d feat(wifi): improve coex connect compatibility and fix coexist issue (89537b3c) 2024-03-28 20:47:02 +08:00
zhangyanjiao
3fdca7e317 update wifi lib (7069f85f):
1. fix(wifi/mesh): wait for child disconnect event when mesh deinit
2. fix(wifi): update scan ap number when clear scan ap records
2024-02-22 19:19:46 +08:00
muhaidong
4da242a030 fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue(dbb7b72e) 2024-01-24 16:34:12 +08:00
liuning
bf1b0903b5 fix(coex): fix potential ble scan request ifs timer error bug (6428ee28) 2024-01-19 19:40:47 +08:00
zhangyanjiao
ec2f29cad0 update wifi lib (28140477):
1. fix(wifi/mesh): fix the crash issue when mesh deinit
2. fix(wifi):fix when ap recv auth in sa query porcess will memset psq issue
2024-01-18 11:25:46 +08:00
muhaidong
ee6eae1464 fix(wifi): fix wpa3 connect fail issue(80d190de) 2024-01-12 16:33:44 +08:00
muhaidong
afef70fff2 fix(wifi): fix some wifi bugs (89ba5b5f)
1. support dump ACK frame for CSI
2. fix psram enabled but initialized fail issue
2024-01-11 17:47:49 +08:00
liuning
c85bf2a39e fix(pm): fix no sleep null after data sent (68a89432) 2024-01-10 13:17:33 +08:00
aditi_lonkar
9bb0eb783b fix(esp_wifi):Fix WDT when esp_supp_dpp_start_listen called multiple times(a3d840a) 2024-01-05 12:00:07 +05:30
xueyunfei
e8d4d2f241 esp_wifi:Add the missing header file to the wifi header files(8809d51f) 2024-01-03 10:38:08 +08:00
Shyamal Khachane
bbafaf3224 fix(esp_wifi): Fix timer index out of bound issue causing execution of timer function to fail (8a14babe) 2023-12-26 13:58:59 +05:30
zhangyanjiao
df0049279a update wifi lib (6f76f522):
1. feat(wifi): Add new API to get one scan ap record
2. fix(wifi): Fix the crash issue when clear scan ap list
1. fix(wifi/mesh): fix the bug that station can't found AP when the authmode is WPA
2. fix(wifi/mesh): fix wifi mode error when mesh start after station has connected to router
2023-12-11 18:03:04 +08:00
zhangyanjiao
7659c4dad1 fix(wifi): fix endless wake null at ps none mode (a23ccc42) 2023-11-23 14:22:08 +08:00
muhaidong
e162ae0d3d fix(wifi): fix some wifi bugs(5e1e3fef)
1. sta not pmf capable when ap requires should reject profile
2. fix softap set config issue
3. allow some special igtk keyindex to workaround faulty APs
2023-11-22 19:03:45 +08:00
alanmaxwell
7a2b9863c0 fix some wifi issue(9fdf51f1)
1. optimize BB filter timer to pass some corner case
2. fix parse beacon rsnx ie missed break
2023-11-09 21:49:28 +08:00