27 Commits

Author SHA1 Message Date
tarun.kumar cde32e0a50 fix(wifi) : Add Mode/threshold checks in esp_wifi_disable_pmf_config()(33352cbd) 2026-05-25 15:32:56 +05:30
Shreyas Sheth e8218e5e8e feat(wifi): Allow offchan tx and roc for DPP network introduction protocol (31cb112)
- Fix PM reference counting imbalance for offchannel operations
2026-05-23 10:51:48 +05:30
Shreyas Sheth 55636e0b8b feat(esp_wifi): Add improvements for privacy extension (56f281e) 2026-05-22 14:28:44 +05:30
Nachiket Kukade b83b04d03d Add NAN Pairing and PASN Support (2a65133)
- Support Tx / Rx of PASN Auth frames
- Support robust NAN SDF and Actions frames, manage nan keys
- Support Bootstrapping, NIRA, Shared Key attributes
2026-05-22 11:26:13 +05:30
sibeibei e61a56b9e6 feat(wifi): add sleep retention attach/detach in hw start/stop(35d84790) 2026-05-20 20:01:18 +08:00
Nachiket Kukade bf7ccb11fe feat(nan): add NAN secure datapath support (40bd4d8)
- Add security config types, attribute helpers, NDP responder handshake
  (M1-M4) with pairwise crypto, dynamic CSIA/SCIA construction for
  multi-cipher support, and NDL/CRB schedule negotiation improvements.
- Add support to counter NDL schedule for better overlap
2026-05-19 10:43:57 +05:30
muhaidong 4bc9760929 docs: update wifi scan threshold docs(472fc606) 2026-05-18 14:33:42 +08:00
muhaidong e865741508 fix(wifi): support weak func for wifi lmac assert(789d579e) 2026-05-15 14:46:42 +08:00
Nachiket Kukade 4088f42e77 fix(nan): Add mulitple NAN improvements (e8aa023a)
1. Add country code, vendoir IE support
2. Parse multiple Availability, SDA Attributes
3. Parsing of SRF and bloom filter generation
4. Add support for NDPE Extension attribute
2026-05-13 12:07:04 +05:30
muhaidong 2eed7daab0 fix(wifi): fix hidden ap rssi update and owe beacon timeout issue(5a8b6299) 2026-05-13 10:52:45 +08:00
yinqingzhao ece111e4a5 fix(wifi): fix dfs channel check wrong(29f37e6b) 2026-05-12 16:05:08 +08:00
sibeibei 22aa232ea2 fix(wifi): IRAM for regdma path used in modem pd light sleep(f011eff1) 2026-05-09 14:47:51 +08:00
Sarvesh Bodakhe 925459f52b fix(wifi): stop NAN timers from re-arming after esp_wifi_stop (40710db) 2026-05-08 18:40:07 +05:30
Akshat Agrawal a80c0f4923 fix(nan): Prevent overwriting of matching filter by SSI(9573a810) 2026-05-08 11:36:22 +05:30
yinqingzhao 05ac6ccb42 feat(regdomain): update regdomain according to wireless-regdb(bc0b280d) 2026-05-08 12:44:00 +08:00
Nachiket Kukade ba511a1ad5 refactor(ftm): Use internal ROC framework for offchannel FTM (cbc1a19b)
- Use internal ROC framework for offchannel FTM
- Move internal calibration values to IDF
- Use dynamic allocation for FTM reports
2026-05-07 18:48:50 +05:30
yinqingzhao 6139fb7f86 feat(wifi): support disable 11ac and 11ax in efuse(d5cd87bb) 2026-05-07 12:26:54 +08:00
muhaidong baa228bd4d fix(wifi): fix max connection number issue(064eba79) 2026-05-06 20:46:13 +08:00
tarun.kumar 694f70f614 feat(wifi) : Add OWE support on softAP(59cd1d42) 2026-05-06 12:09:02 +05:30
Kapil Gupta 5bc1b23488 fix(esp_wifi): Drop broadcast fragmented frames (036ed58c) 2026-05-05 13:48:28 +05:30
yinqingzhao fa38de5e09 feat(wifi): Add DFS channel handling and CSA support(4aaf952f) 2026-04-30 14:48:26 +08:00
Shreyas Sheth 681d3c4229 fix(wifi): Fix skipping usage of supp pmk caching for some cases (682cebf) 2026-04-27 16:42:51 +05:30
wangtao@espressif.com 56d676f092 fix(wifi): fix blacklist beacon timeout issue(9c68af62) 2026-04-24 15:21:48 +08:00
sibeibei f566e6bbf8 fix(wifi): update wifi libs(c4521899)
1.fix(wifi): fix modem sleep flag clear failed
2.fix(pm): fix crash when dtim=0, support coex beacon drop
3.fix(pm): fix coexist force wake behaviour with offchannel to optimize performance at returning home channel
2026-04-23 20:38:14 +08:00
muhaidong 200f265f07 fix(wifi): fix gi g_wifi_coex_basic_md5 check fail issue(e2bf6b12) 2026-04-22 21:06:20 +08:00
Sarvesh Bodakhe 71994a8dff fix(wifi): use reason 210 when AP found but security incompatible (45e1b97)
When an AP is found during a connecting scan but filtered out due to security
mismatch (FT-PSK only with FT disabled, WPA3 without PMF-required,
OWE without MFPR), set authmode_incompatible flag so the disconnect
reason is WIFI_REASON_NO_AP_FOUND_W_COMPATIBLE_SECURITY (210) instead
of WIFI_REASON_NO_AP_FOUND (201).
2026-04-21 18:19:28 +05:30
yinqingzhao be8700b2cd feat(wifi): add esp32s31 wifi support(5da3bdf9) 2026-04-16 19:44:39 +08:00