Jiang Jiang Jian
0a0b9bf02d
Merge branch 'bugfix/wps_msg_timeout_increase_v5.3' into 'release/v5.3'
...
fix(esp_wifi): Increase WPS message timeout (v5.3)
See merge request espressif/esp-idf!38876
2025-05-06 16:38:35 +08:00
Kapil Gupta
c2560ed96d
fix(esp_wifi): Flush PMK when EAP config is changed
2025-04-30 15:34:16 +05:30
Kapil Gupta
b3baf8c026
fix(esp_wifi): Code cleanup for PR#15550 PR#15551
...
Closes https://github.com/espressif/esp-idf/pull/15550
Closes https://github.com/espressif/esp-idf/pull/15551
2025-04-30 17:57:37 +08:00
Michael Stoll
05a6990049
fix: Force validate when using the default crt bundle
2025-04-30 17:57:37 +08:00
Michael Stoll
90b7cd0971
feat(esp_wifi): Implement esp_eap_client_set_domain_match
2025-04-30 17:57:37 +08:00
akshat
2922213f7d
bugfix(wpa_supplicant): Fix build errors when Supplicant logs are enabled
2025-04-30 15:25:10 +05:30
Kapil Gupta
b6cc3a4abc
fix(esp_wifi): Increase WPS timeout
2025-04-30 15:25:10 +05:30
Kapil Gupta
adfec6463d
fix(esp_wifi): Use supplicant's internal SHA1 if not available from IDF
2025-04-29 11:21:34 +05:30
harshal.patil
031ca5cc9b
fix(wpa_supplicant): Disable fastpbkdf2 when s/w and h/w SHA1 is disabled
2025-04-29 11:20:18 +05:30
harshal.patil
86fb48da77
fix(esp-tls): Fix build failure when CONFIG_MBEDTLS_SHA1_C is disabled
2025-04-29 11:17:27 +05:30
Kapil Gupta
502229f409
fix(esp_wifi): Add alternate SHA1 APIs in WiFi
...
Add alternate SHA1 APIs to handle cases when
`CONFIG_MBEDTLS_SHA1_C` is disabled.
2025-04-29 11:17:27 +05:30
tarun.kumar
155f41760a
fix(esp_wifi): Modifying os_time_t datatype for platform and compiler independence
2025-04-25 12:26:38 +05:30
Jiang Jiang Jian
0ac4b9a486
Merge branch 'bugfix/sae_send_confirm_v5.3' into 'release/v5.3'
...
fix(esp_wifi): Fix send_confirm according to specification provided by IEEE 802.11 (v5.3)
See merge request espressif/esp-idf!38435
2025-04-22 10:21:13 +08:00
Sarvesh Bodakhe
04a0e6304b
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed
...
Co-authored-by: yinqingzhao <yinqingzhao@espressif.com >
2025-04-19 16:39:56 +05:30
Jiang Jiang Jian
10a20f3388
Merge branch 'ci/add_test_for_ecos_wifi_enterprise_v53' into 'release/v5.3'
...
ci(c2/c3): add major eco version tests(v5.3)
See merge request espressif/esp-idf!37806
2025-04-17 10:56:45 +08:00
Shreyas Sheth
08993cd527
fix(esp_wifi): Fix send_confirm according to specification provided by IEEE 802.11
2025-04-16 11:56:31 +05:30
Jiang Jiang Jian
02dcf4f33d
Merge branch 'feature/github_pull_15073_v5.3' into 'release/v5.3'
...
feat(wpa_supplicant): Add optimized PSK implementation (v5.3)
See merge request espressif/esp-idf!38105
2025-04-15 10:25:53 +08:00
luaijun
2f749a21e7
ci(c2/c3): add major eco version tests
2025-04-08 10:34:19 +08:00
Kapil Gupta
2aa64cefae
fix(esp_wifi): Some more cleanup for roaming app
2025-04-07 18:58:08 +08:00
Kapil Gupta
9e6700110a
fix(wifi): Fix some issues observed in roaming app
2025-04-07 18:58:08 +08:00
Kapil Gupta
e7480577f0
fix(ci): Update UT to verify fast psk calculations
...
Also update some comments
2025-04-07 18:56:56 +08:00
Kapil Gupta
2a2f77b5b5
fix(esp_wifi): Add some comments in github PR 15073
...
Closes https://github.com/espressif/esp-idf/pull/15073
2025-04-07 18:56:56 +08:00
Chien Wong
06c2fd5ffe
feat(wpa_supplicant): Add optimized PSK impl
...
Signed-off-by: Chien Wong <m@xv97.com >
2025-04-07 18:56:56 +08:00
Kapil Gupta
31bb54373d
fix(wifi): Fixed compilation error when 11R is enabled without 11KV
2025-03-19 12:42:12 +05:30
Sarvesh Bodakhe
c80ed51aac
fix(wifi): Resolved WPS connectivity issue with pre-connected stations
...
This fixes the issue where station was not able connect using WPS if it was
already in connected state.
wifi_wps_scan_done() issues an esp_wifi_disconnect() before
calling esp_wifi_connect() to associate with the newly discovered AP. This
behavior incorrectly triggered a failure event (WIFI_EVENT_STA_WPS_ER_FAILED)
even though the disconnection was part of the normal WPS flow. This commit
prevents sending the false failure event, ensuring expected WPS behavior.
2025-03-10 15:16:22 +05:30
Aditi
22296cb613
fix(wpa_suppplicant): Add fix for issue in wps reconnection
2025-03-10 15:16:17 +05:30
Kapil Gupta
1c5d468279
fix(esp_wifi): Prevent flushing of FT data mistakenly
2025-03-05 12:39:23 +05:30
Kapil Gupta
91622962fc
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
2025-03-05 12:39:11 +05:30
Kapil Gupta
5a9b16d754
fix(esp_wifi): Address some review comments
2025-02-28 11:35:22 +08:00
Aditi
30264132b5
fix(wpa_supplicant): Remove the btm_rrm task from supplicant
...
This commit removes btm_rrm_t task and CONFIG_SUPPLICANT_TASK from
wpa_supplicant and make the functions work in wifi task's context.
2025-02-28 11:35:22 +08:00
Aditi
041bc41ccf
fix(wpa_supplicant): Fix for sending alternate ft-auth in roaming
2025-02-28 11:35:22 +08:00
Aditi
4724d7c5e7
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-02-28 11:35:22 +08:00
Aditi
b2abac0a4e
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-02-28 11:35:22 +08:00
Aditi
9e168a1480
fix(esp_wifi): Add fix for error handling for FT-Auth
2025-02-28 11:35:22 +08:00
Nachiket Kukade
76235525a6
fix(wpa_supplicant): Fix some coverity issues in wpa_supplicant
...
1. Fix leak in SoftAP while sending SAE Confirm
2. Move NULL check before pointer is getting used
3. Remove some dead code
2025-02-28 11:35:22 +08:00
wangtao@espressif.com
f1f420ad05
fix(wifi): fix build issue when disable wpa3 sae
2025-02-28 11:35:22 +08:00
Shreyas Sheth
e71a1290d6
fix(wifi): Resolve comments for softap fixes
2025-02-28 11:35:22 +08:00
Shreyas Sheth
fedcf1a524
fix(wifi): Resolve comments on feature/softap_fixes_for_ceritification
2025-02-28 11:35:22 +08:00
Shreyas Sheth
bdd9c2a0f1
fix(wifi): Make sure auth is sent after sae process
2025-02-28 11:35:22 +08:00
Shreyas Sheth
d402b239d6
feat(wifi): Add support for transition_disable for softAP
...
Bugfix rsnxe len for assoc req
2025-02-28 11:35:22 +08:00
akshat
f8c552b560
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
2025-02-27 11:09:30 +08:00
akshat
1c231b4401
bugfix(wifi): Add missing brackets in the C++ guard
...
Closes https://github.com/espressif/esp-idf/issues/14991
2025-02-27 11:09:30 +08:00
Kapil Gupta
746abfa199
fix(esp_wifi): Fix stack curruption in btm task (v5.3)
2025-02-14 12:53:59 +05:30
Jiang Jiang Jian
2ff653bc56
Merge branch 'bugfix/skip_memory_reordering_wpa2_semaphr_v5.3' into 'release/v5.3'
...
fix(esp_wifi): fixed stack corruption in WiFi tasks (v5.3)
See merge request espressif/esp-idf!36937
2025-02-14 14:31:29 +08:00
Kapil Gupta
135a320b3c
fix(esp_wifi): Fix stack corruption in wpa3 task
2025-02-13 14:23:35 +05:30
Kapil Gupta
70ad8d04ed
fix(esp_wifi): fixed Stack corruption in DPP task
2025-02-13 14:23:35 +05:30
Kapil Gupta
d6dec98447
fix(esp_wifi): fixed Stack corruption in WPS processing
2025-02-13 14:23:35 +05:30
Kapil Gupta
565b8914ae
fix(esp_wifi): Fixed memory corruption in wifi enterprise
...
Closes https://github.com/espressif/esp-idf/issues/15370
2025-02-13 14:23:35 +05:30
Shreyas Sheth
467524f067
fix(wifi): Fixed memory leak occurring in SAE PK connection
2025-02-13 12:03:16 +05:30
Jiang Jiang Jian
a46ac40ca8
Merge branch 'bugfix/wps_scan_freq_v5.3' into 'release/v5.3'
...
fix(esp_wifi): Reduce scan frequency in WPS (v5.3)
See merge request espressif/esp-idf!36820
2025-02-12 16:15:57 +08:00