Roland Dobai
6a7e34997e
Merge branch 'fix/remove_duplicates_from_sdkconfig_renames' into 'master'
...
fix: remove duplicit lines from sdkconfig.rename files
Closes IDF-9604
See merge request espressif/esp-idf!35219
2025-01-13 15:53:41 +08:00
zhangyanjiao
fcb69ae5cd
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash
...
Closes https://github.com/espressif/esp-idf/issues/14095
2025-01-09 12:06:14 +08:00
Sarvesh Bodakhe
c9fb7769af
fix(wifi): Fix bug in authmode detection for wpa2/wpa3 enterprise
...
WPA3-Enterprise mandates the use of AKM suite selector
00:0F:AC:5 (IEEE80211 802.1X with SHA-256)
2025-01-08 12:44:05 +05:30
Jan Beran
92abdb88c8
fix: remove duplicit lines from sdkconfig.rename files
2025-01-06 10:17:09 +01:00
Kapil Gupta
80132653c7
fix(esp_wifi): Address some review comments
2025-01-03 16:47:00 +05:30
Aditi
a1631199dc
fix(wpa_supplicant): Add two separate flags for RRM and WNM
...
Added two separate flags CONFIG_RRM(80211k) and CONFIG_WNM(80211v)
flags under IEEE80211KV support flag.
2025-01-03 16:44:49 +05:30
Aditi
bf991b5911
fix(wpa_supplicant): Add some minor fixes in roaming
...
1) Add a fix in roaming example for 11kvr
2) Removed length constraint for neighbor report received.
2025-01-03 16:44:49 +05:30
Kapil Gupta
fbe9fcd7bf
Merge branch 'bugfix/roaming_app_issues' into 'master'
...
fix(wifi): Fix some issues observed in roaming app
Closes WIFIBUG-904, WIFIBUG-881, and WIFIBUG-905
See merge request espressif/esp-idf!34519
2025-01-03 12:47:18 +08:00
Kapil Gupta
5633f2f169
fix(esp_wifi): Removed unnecessary handlers to cleanup
2025-01-02 11:52:15 +05:30
Kapil Gupta
de28ee09d6
fix(esp_wifi): Roaming app, sync api naming
2025-01-02 11:47:18 +05:30
Kapil Gupta
2577769813
fix(esp_wifi): Some more cleanup for roaming app
2025-01-02 11:47:18 +05:30
Kapil Gupta
7028b8f573
fix(esp_wifi): moving around roaming app code a bit
2025-01-02 11:47:18 +05:30
Kapil Gupta
f61847b4b4
fix(roaming_app): Add get set config params for the app
2025-01-02 11:47:18 +05:30
Kapil Gupta
e028cc6952
fix(wifi): Provide a config option to skip IP renew during roam
2025-01-02 11:47:18 +05:30
Kapil Gupta
d2fde65545
fix(esp_wifi): Set minimum scan time to 30ms in roaming app
2025-01-02 11:47:18 +05:30
Kapil Gupta
6693354474
fix(wifi): Fix some issues observed in roaming app
2025-01-02 11:47:18 +05:30
yinqingzhao
f5b4187e50
feat(wifi): add wifi support for esp32c61 eco2
2024-12-30 10:40:58 +08:00
Shreyas Sheth
81940d44bc
fix(wifi): Resolve comments for softap fixes
2024-12-27 16:21:52 +05:30
Shreyas Sheth
484736976c
feat(wifi): Add support for transition_disable for softAP
...
Bugfix rsnxe len for assoc req
2024-12-27 15:58:47 +05:30
liuning
595c9f32f4
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set
2024-12-24 14:36:28 +08:00
Sarvesh Bodakhe
6fd082f8ac
feat(wpa_supplicant): Add WIFI_EVENT_AP_WRONG_PASSWORD in SoftAP
...
This event is triggered when external station tries connecting to softAP
with wrong password.
Currently supported softAP AUTH modes: WPA-PSK, WPA2-PSK and WPA3-PSK (SAE-auth)
2024-12-14 18:17:53 +05:30
yinqingzhao
58c1d39720
fix(wifi): expend bit width of channel in rxctrl
2024-12-09 19:52:36 +08:00
yinqingzhao
53e65c845b
feat(wifi): wifi support 80211tx using 11ax and 11ac rate
2024-12-04 14:24:19 +08:00
wangtao@espressif.com
6e509d8ac9
fix(wifi): fix hostap recv unassoc pspoll send deauth issue
2024-11-29 16:10:31 +08:00
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