yinqingzhao
7a8a4741c8
fix(wifi): fix esp32c5 schan and nchan not take effect on 2.4G
2024-11-28 19:10:59 +08:00
xuxiao
0b7a19c211
fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address) matches its own address
2024-11-26 14:10:43 +08:00
Jiang Jiang Jian
1f947551c0
Merge branch 'feat/sleep_retention_expand_module_bitmap' into 'master'
...
expand the number of sleep retention modules supported on different chips
Closes PM-230
See merge request espressif/esp-idf!33755
2024-11-20 14:50:35 +08:00
yinqingzhao
f40c2cbc72
feat(wifi): avoid compiling components related to wifi when wifi is not supported
2024-11-19 11:02:09 +08:00
Li Shuai
8eea8a8ef3
change(esp_hw_support): update some modules sleep retention init dependency bitmap
2024-11-18 15:40:47 +08:00
Ivan Grokhotkov
4d75d2d487
Merge branch 'bugfix/protocols_examples_common_driver_dep' into 'master'
...
remove leftover dependencies on `driver` component
See merge request espressif/esp-idf!33548
2024-11-14 22:21:57 +08:00
Ivan Grokhotkov
68e9bcbf1e
fix(build): clean up dependencies on driver component
2024-11-07 13:09:23 +01:00
wangtao@espressif.com
db579962b6
change(wifi): change softap default dtim period to 1
2024-11-07 15:33:11 +08:00
zhangyanjiao
670d34e363
fix(wifi/pm): Fixed the tbtt interval update error when AP's beacon interval changed
...
Closes https://github.com/espressif/esp-idf/issues/14720
2024-11-06 16:55:06 +08:00
yinqingzhao
34ba72a431
feat(twt): twt add parameter to enable keep alive
2024-11-05 14:12:02 +08:00
yinqingzhao
93e77a4df6
fix(wifi): modify bandwidth in wifi_ap_record_t
2024-11-04 20:32:34 +08:00
zhangyanjiao
02f6738d22
fix(wifi/mesh): Enlarge the mesh TX task stack
2024-11-04 11:08:56 +08:00
zhangyanjiao
8fb28dcedc
fix(wifi): Support AES IV with random value in esptouch v2
2024-11-01 16:23:37 +08:00
sibeibei
7e5741953d
fix(wifi): fix some wifi issues 241031
...
1. fix cant sleep if reconnect to connected ap
2. clear pmk in internal reconnection
3. update connect status for init-->auth
4. add protection for probe request when wifi band is 5g
2024-10-31 19:03:01 +08:00
wangtao@espressif.com
d74b584427
fix(wifi): fix spiram ignore issue
2024-10-30 10:58:28 +08:00
xuxiao
d092c1ba55
feat(wifi): add wifi support for esp32c5 eco1
2024-10-28 19:19:18 +08:00
zhangyanjiao
5a89693c3f
fix(wifi/mesh): Fixed delete group id error in wifi mesh
...
Closes https://github.com/espressif/esp-idf/issues/14735
2024-10-28 09:53:29 +08:00
wangtao@espressif.com
e65acc9510
feat(wifi): fix SPIRAM_IGNORE_NOTFOUND releated config
2024-10-24 19:49:57 +08:00
Linda
a68cf1418b
docs: add esp_wifi_types_generic.h to esp_wifi.rst
2024-10-24 09:49:15 +08:00
zhangyanjiao
64c2c99a8a
docs(wifi/mesh): make it clear that the root node does not automatically forward IP packets to the external address
2024-10-24 09:49:15 +08:00
zhangyanjiao
f2a5280031
fix(wifi): update comments in esp_wifi_types_generic.h
2024-10-23 19:35:37 +08:00
zhangyanjiao
3c72dce383
docs(wifi/espnow): update the documentation for EPS-NOW ERSU and phy rate
...
Closes https://github.com/espressif/esp-idf/issues/12216
2024-10-23 17:10:00 +08:00
yinqingzhao
230f82cf6b
fix(wifi): fix cache assess error when enable tx/rx stats when psram is enabled
2024-10-22 10:58:35 +08:00
Sarvesh Bodakhe
6797c86135
fix(wifi): Fix wrong wifi reason codes reported on station and softAP
...
- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes
2024-10-21 11:31:17 +08:00
zhangyanjiao
d91e24758e
fix(wifi/espnow): Fixed espnow receive fail after setting peer rate config
2024-10-18 12:07:52 +08:00
Sarvesh Bodakhe
61a13d7e3b
fix(wifi): Add support to recongize different WPA3 Authentication modes from specs
...
Add support to recognize APs supporting 'WPA3-Enterprise-Only Mode' and
'WPA3-Enterprise-Transition Mode' using authmodes WIFI_AUTH_WPA3_ENTERPRISE
and WIFI_AUTH_WPA2_WPA3_ENTERPRISE, respectively.
2024-10-17 11:12:29 +05:30
xuxiao
daf7882421
fix(wifi): fix can not tx in low rssi during iperf test
2024-10-16 20:50:29 +08:00
liuning
99dbcf536c
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
2024-10-16 10:26:55 +08:00
xuxiao
02a88eed4e
fix(wifi): add bss color support for softap
2024-10-12 10:34:25 +08:00
akshat
2c500dd5eb
fix(wifi): Prevent overwriting of scan parameters in consecutive scans
2024-10-10 11:19:44 +05:30
Sarvesh Bodakhe
2d6188ea76
feat(wifi): Add checks for public headers for esp32c5, esp32c61 and esp32_host
...
Add md5sum integrity check for public header files for esp32c5, esp32c61
and esp32_host libraries.
2024-10-09 23:11:09 +08:00
wangtao@espressif.com
71dfc8ea17
fix(wifi): fix send deauth mac list lock free issue
2024-10-09 11:36:56 +08:00
sibeibei
02e9c850d8
fix(wifi): fix wifi bugs 240919
2024-10-08 15:43:45 +08:00
Sarvesh Bodakhe
463149cad2
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE
2024-10-07 16:31:43 +05:30
Jiang Jiang Jian
d4c16efcd3
Merge branch 'bugfix/retry_count_when_sta_disconnect' into 'master'
...
fix(wifi): Do not attempt re-connection as per 'failure_retry_cnt' when sta itself issues disconnect in between of connection establishment
Closes WIFIBUG-635, WIFIBUG-704, and WIFIBUG-690
See merge request espressif/esp-idf!32128
2024-10-07 15:23:15 +08:00
David Cermak
5bb10bc10d
fix(esp_wifi): Add null pointer checks to WiFi-netif APIs
...
Added null pointer checks to WiFi-netif API functions to prevent potential
crashes from invalid arguments, updated unit tests.
Closes https://github.com/espressif/esp-idf/issues/8702
2024-10-01 11:37:54 +02:00
Sarvesh Bodakhe
5a1dd12513
fix(wifi): Do not try re-connection when sta disconnects with esp_wifi_disconnect()
...
Do not follow wifi_config::wifi_sta_config::failure_retry_cnt logic when
station itself issues a disconnect from AP/Router using
esp_wifi_disconnect()
2024-09-30 17:04:01 +05:30
wangtao@espressif.com
d618d1d934
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-09-30 12:09:45 +08:00
muhaidong
9ec9071876
fix(wifi): fixed association refused temporarily lead auth timeout issue
2024-09-29 19:11:34 +08:00
Jiang Jiang Jian
2b97653f0b
Merge branch 'bugfix/wpa2_ent_fixes' into 'master'
...
Few fixes in wpa_supplicant
Closes WIFI-6676
See merge request espressif/esp-idf!33017
2024-09-29 17:06:25 +08:00
zhangyanjiao
b4d102796f
docs(wifi/espnow): Update the description for ESP-NOW frame
2024-09-29 09:40:57 +08:00
zhangyanjiao
f0499cc288
feat(wifi/espnow): Support longer data length in espnow
...
Closes https://github.com/espressif/esp-idf/issues/9453
2024-09-29 09:29:34 +08:00
aditi
bc2354b1b8
fix(wpa_supplicant): Add few fixes in NAN task
2024-09-27 14:00:24 +08:00
zhangyanjiao
f9bbf89ac2
fix(wifi): modify the scan channels on 5g for smartconfig
2024-09-26 09:03:51 +08:00
Shyamal Khachane
4834f6cf73
fix(esp_wifi): Handle missing error propagation in esp_wifi_set_mode
2024-09-25 15:47:13 +08:00
yinqingzhao
a8ede32979
fix(wifi): modify some SOC_WIFI_SUPPORT_5G to CONFIG_SOC_WIFI_SUPPORT_5G
2024-09-24 13:14:51 +08:00
Sajia
ff2e9a4523
feat(ftm): Add ftm calibration values for esp32c6
2024-09-23 19:58:02 +05:30
jgujarathi
52bcdb9400
refactor(esp_wifi): Cleanup of wifi crypto funcs within wifi libs
...
- Remove unnecessary funcs from wpa_crypto_funcs_t and consolidate some
of their usages in wifi libs
2024-09-23 14:24:08 +05:30
Li Shuai
64c80be521
change(soc): enable wifi soc wakeup and support wifi legacy sleep for esp32c61
2024-09-21 16:37:37 +08:00
Li Shuai
d63beec095
change(esp_wifi): support legacy wifi power save for esp32c5
2024-09-19 20:04:41 +08:00