22 Commits

Author SHA1 Message Date
f3ea158d7c fix(wifi): Do not attempt re-connection if sta issues disconnect with esp_wifi_disconnect (13d98f03) 2024-09-30 17:02:59 +05:30
dde71a69c5 fix(wifi): fix ampdu to normal cause free buffer twice issue(10e68d50) 2024-09-30 12:04:18 +08:00
e622b6256d fix(wifi): fixed association refused temporarily issue(5b9c2d84) 2024-09-29 19:09:48 +08:00
43c2ddb15a feat(wifi/espnow): Support longer data length in espnow (85291439) 2024-09-27 14:18:53 +08:00
53321dadb5 fix(wifi): modify the scan channels on 5g for smartconfig (45c9808a) 2024-09-25 08:51:58 +08:00
7f7c8fb314 fix(esp_wifi): Handle missing error propagation in set_mode (6d67723a) 2024-09-24 16:56:30 +05:30
eae9d940fc fix(wifi): modify some SOC_WIFI_SUPPORT_5G to CONFIG_SOC_WIFI_SUPPORT_5G(3dbda2f0) 2024-09-24 13:13:02 +08:00
80250846cb feat(ftm): add ftm calibration values for esp32c6 (05145de7) 2024-09-23 18:58:06 +05:30
8fb10b39ba refactor(esp_wifi): Cleanup of wifi crypto funcs within wifi libs(9f408925)
- Remove unnecessary funcs from wpa_crypto_funcs_t and consolidate some
  of their usages in wifi libs
2024-09-23 14:19:05 +05:30
4b6a82d33d change(pm): optimize wifi power save parameters for esp32c61 (d0270314) 2024-09-21 15:41:36 +08:00
ad8411567d change(pm): modify wifi modem state phy link number to 4 and optimize wifi power save parameters (643903f1) 2024-09-19 20:02:42 +08:00
6b249f7335 feat(wifi):wifi add channel bit definition(cf504443) 2024-09-18 19:05:32 +08:00
efa80057b0 feat(wifi): optimize connectionless coexist pwr (5319b2c) 2024-09-13 19:34:51 +08:00
473674948f fix(wifi): fix some wifi issues(ac7f297e)
1. fixed softap rx bar from null bss issue
2. fixed multi country info issue
2024-09-12 17:42:52 +08:00
d44e167813 feat(wifi): add support for ap choose between different band (d7bc7803) 2024-09-11 17:56:18 +08:00
f78422a3cb fix(esp_wifi): Stops roaming app upon application initiated disconnect(fd848e47) 2024-09-10 18:41:05 +05:30
e809681ae3 feat(wifi): add protect for softap send no bss deauth(3f3d805b) 2024-09-10 14:22:28 +08:00
3b8ae052ea feat(wifi): support wifi/coex GPIO debug (be20e016) 2024-09-09 10:48:32 +08:00
c003d779c5 fix(wifi): Fix FTM bandwidth issues in AP-STA mode (2995ee48)
1. Use connected AP's bandwidth in FTM Request instead of own
2. Support FTM bandwidth downgrade in both Initiator and Responder
3. When AP in AP-STA mode is 40MHz, and STA is initiating FTM with
   in 20MHz use separate PHY compensation
2024-09-05 14:03:19 +05:30
48e6c59f08 fix(wifi): fix esp32c2 eco4 build issue(df2deb7c) 2024-09-04 19:55:28 +08:00
9e3b687fe2 feat(wifi):support esp32c2 eco4 wifi(a25e26a3) 2024-09-04 10:30:25 +08:00
e66a47c0ba feat(wifi): add wifi support for esp32c5 mp (e2b70f6e) 2024-08-30 21:01:37 +08:00