Commit Graph

1134 Commits

Author SHA1 Message Date
muhaidong
21a4037d68 fix(wifi): add lib target git reversion message 2025-07-18 19:01:41 +08:00
Jack
49d2500723 Merge branch 'master' into support/v5.5_merge_master(db0a831)
fix(wifi): Fix crash due to BIP when ap mode change (db0a831)
2025-07-17 19:24:27 +08:00
Shreyas Sheth
8a1b7bbc00 fix(wifi): Fix crash due to BIP when ap mode change (f3dbad7) 2025-07-14 14:24:50 +05:30
Shreyas Sheth
b5a18396ab fix(wifi): Fix crash due to BIP when ap mode change (db0a831) 2025-07-14 12:15:48 +05:30
yinqingzhao
8935edbf3a fix(wifi): fix 11a rate index and twt sleep issue(e8c5e3f8) 2025-07-05 18:02:59 +08:00
yinqingzhao
61cdea8dbc fix(wifi): fix 11a rate index and twt sleep issue(7ae8ae99) 2025-07-04 19:50:52 +08:00
Kapil Gupta
5fccd88153 esp_wifi: Set akm to wpa2 when AP not broadcasting in RSNE (83aef7fd) 2025-07-04 09:18:38 +05:30
Kapil Gupta
6bd7987d2e esp_wifi: Set akm to eap when AP not broadcasting in RSNE (4894b0e7) 2025-07-03 14:31:31 +05:30
yinqingzhao
38709b89a7 feat(wifi): add esp32c61 eco3 wifi support(4aef8e9e) 2025-06-27 14:03:43 +08:00
zhangyanjiao
561f3904ef update wifi lib (956d8119):
1. fixed the mesh crash issue when changing mesh AP's authmode
2. fixed the esp_mesh_scan_get_ap_record() error in chain toplogy
2025-06-26 14:53:04 +08:00
liuning
ead6707574 fix(pm): fix duplicated offchan error (dcefd184) 2025-06-24 16:22:11 +08:00
yinqingzhao
b08bd88c83 fix(wifi): fix compatibility issues(5759a7b4)
1. enable spectrum mangement bit and add support channels element
    2. add limition when set bandwidths and protocols
    3. fix assert issue when country code of ap do not support
    4. fix assert issue when htinfo not included in beacon/assoc response
2025-06-20 16:00:14 +08:00
sibeibei
583c685668 feat(coex): support backgorund scan for coex, fix some issues of scan when connected(2dcd4f50) 2025-06-18 10:55:46 +08:00
zhangyanjiao
b60fa94e4b fix(wifi/mesh): fixed the mesh STA sends data error on c5 (b2000c38) 2025-06-09 17:49:20 +08:00
wangtao@espressif.com
caadaf7b99 fix(wifi): add check for esp_wifi_set_config(ab5e06dd) 2025-06-09 11:50:49 +08:00
liuning
7587592417 fix(pm): fix cant sleep if connection breaks during sending probe (35ceb4f1) 2025-06-05 20:47:57 +08:00
Kapil Gupta
bef6a32b6d fix(esp_wifi): Update wifi header for DPP events (0bb2cf30) 2025-06-04 15:38:17 +05:30
tarun.kumar
ddc2cd5f6a fix(wifi): Made changes in api for sending bcast deauth frames(bd0c34b2) 2025-05-30 16:41:10 +05:30
Sarvesh Bodakhe
1b748a8bae fix(wif): Prevent NON-PMF STA from retrying connection if esp_wifi_disconnect() is called (9fd22da)
Ensure that NON-PMF station does not attemp connection retries when
'esp_wifi_disconnect()' is called before the 4-way-handshake is
completes, even if 'failure_retry_cnt' allows retries.
2025-05-29 21:45:45 +05:30
zhangyanjiao
c163646647 fix(wifi): Added more check when receiving espnow data (cc379564) 2025-05-29 14:29:59 +08:00
yinqingzhao
8458b90f45 fix(bss_max_idle): fix some wifi bugs related to bss max idle(cb48dad0) 2025-05-23 17:01:22 +08:00
tarun.kumar
265486dd52 fix(softAP): Add config param for gtk rekeying on softAP side(d88df9f) 2025-05-20 15:31:25 +05:30
sibeibei
0a6b4ae17b fix(wifi): rx bcn failed when sta off channel under modem state(2db94317) 2025-05-19 19:52:24 +08:00
Nachiket Kukade
3762369c54 feature(ftm): Calibrate C5(ECO2) for FTM and add 5Ghz support (6a586ba7) 2025-05-16 11:04:50 +05:30
tarun.kumar
653c839e56 fix(softAP): Adjusted authentication mode for wpa-eap version 1(4bd7dbe) 2025-05-14 18:13:47 +05:30
tarun.kumar
598507db92 fix(wifi): Sending disconnect event in connect fail and add enterprise check in Suite-B 192-bit certification(65c9afd) 2025-05-14 11:59:26 +05:30
yinqingzhao
643e8bfd44 fix(wifi): fix some wifi bugs(cdb30437)
1. fix txpower not update when country changes
    2. disable bandwidth signaling rts by default to resolve compatibility issuse
    3. fix the issue when the PS state machine becomes invalid after enabling max bss idle
2025-05-13 11:53:54 +08:00
Shreyas Sheth
fb55dc6289 fix(wifi): Fix locking in incorrect state when stop_scan is called after connect (f80f04e) 2025-05-12 18:01:35 +05:30
muhaidong
130d9aed0b fix(wifi): fix some external coex issues(c51f3124)
1. fix miss external coex force rx extension issue
2. fix coex schm get phase by idx return null issue
2025-05-12 11:52:44 +08:00
zhangyanjiao
196d186afe fix(wifi): fix the sta connection info loss lr info issue on C5 eco2 (e1b630f3) 2025-05-07 16:28:39 +08:00
zhangyanjiao
0a5e3a5d43 docs(wifi): fix the typo error in esp_wifi.h (448230ad) 2025-04-29 14:07:46 +08:00
yinqingzhao
045077064a feat(wifi): update wifi lib for esp32c5 eco2 support(825e26ff) 2025-04-27 20:04:07 +08:00
yinqingzhao
44035339a4 feat(wifi): update wifi lib for esp32c5 eco2 support(7a8f7b65) 2025-04-27 19:05:47 +08:00
yinqingzhao
423140b15e fix(wifi): fix lr issues that lr info does not exist in connect information(7d2994f4) 2025-04-18 14:00:34 +08:00
Sarvesh Bodakhe
a811fe5c3c fix(wifi): Avoid writing to NVS if station configuration is not changed (897a774)
Fixes the regression introduced by e70b43e3f1
2025-04-16 19:33:30 +05:30
wangtao@espressif.com
93c841f9b3 fix(wifi): fix wifi connect mem leakage(656db191) 2025-04-16 17:03:40 +08:00
liuning
095b42dab0 feat(pm): support beacon sample feature and beacon drop feature (8580bed) 2025-04-15 14:39:44 +08:00
zhangyanjiao
949c8d74bf 1. feat(wifi): Added tx callback function for 80211 tx (d259dd25)
2. fix(wifi): return more info for espnow tx callback
2025-04-10 11:24:11 +08:00
sibeibei
58ebdbff17 fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist(9a197395) 2025-04-09 11:41:00 +08:00
Nachiket Kukade
d152ee7b81 feat(wifi): Add bss max idle support on all chips (606f4fec) 2025-04-08 12:28:49 +05:30
yinqingzhao
3e289f371e feat(wifi): wifi support regdomain(ee7a70ea) 2025-04-07 15:26:24 +08:00
Nachiket Kukade
444e8af83d refactor(wifi) : Add SAE PT config flag and optimize wifi bin size for sta mode (a0177480) 2025-04-03 09:58:44 +05:30
yinqingzhao
17554ae784 fix(wifi): fix some wifi bugs related to 5g(80c82e97) 2025-04-02 16:27:31 +08:00
liuning
f52deef13a feat(coxist): update coexist_basic.h for SCO coexistence (21fc8af) 2025-03-28 19:26:45 +08:00
Sarvesh Bodakhe
481f448a61 fix(wifi): Fix connection failure for WPA-PSK keymgmt when password is changed (896528bf)
Fixes the regression introduced by e70b43e3f1
2025-03-28 13:50:07 +05:30
zhangyanjiao
1dc9cdbba0 1. fix(wifi): separate the lr bit for station and softap (3c3dba16)
2. fix(wifi): fix the noise floor error on C5/C61
2025-03-25 14:00:11 +08:00
tarun.kumar
bf5292507e feat(wifi): Add SAE-EXT-KEY feature on softAP(48cd1f8) 2025-03-24 19:58:14 +05:30
akshat
75ab1ccd8a fix(wifi): Fix occasional dropping of SA query responses by softAP (a3b9f30b) 2025-03-24 11:27:19 +05:30
Nachiket Kukade
7ddafa526a feat(esp_wifi) : Add DS parameter in probe requests from STA (d6750df5) 2025-03-20 23:56:38 +05:30
Nachiket Kukade
779ab6d361 feat(esp_wifi): Add SSI in SDEA support for NAN Services (37da9b4f) 2025-03-20 12:54:47 +05:30