Kapil Gupta
3c7ca8f2c9
Merge branch 'bugfix/11kv_config_break' into 'master'
...
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
Closes WIFIBUG-1065
See merge request espressif/esp-idf!37451
2025-03-05 18:28:26 +08:00
Kapil Gupta
4cdd5087ef
Merge branch 'feature/github_pull_15073' into 'master'
...
feat(wpa_supplicant): Add optimized PSK implementation
See merge request espressif/esp-idf!36229
2025-03-05 16:28:16 +08:00
Kapil Gupta
1ee5551004
fix(esp_wifi): Prevent flushing of FT data mistakenly
2025-03-05 12:24:18 +05:30
Kapil Gupta
c058048085
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
2025-03-05 12:24:11 +05:30
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00
Kapil Gupta
a8e5fd4b86
fix(ci): Update UT to verify fast psk calculations
...
Also update some comments
2025-03-03 14:16:32 +05:30
harshal.patil
700f62e206
feat(wpa_supplicant): Support all targets generically in fastpsk
2025-03-03 14:04:45 +05:30
Kapil Gupta
e02e6fe5ca
fix(esp_wifi): Add some comments in github PR 15073
...
Closes https://github.com/espressif/esp-idf/pull/15073
2025-03-03 14:04:44 +05:30
Chien Wong
03311c6867
feat(wpa_supplicant): Add optimized PSK impl
...
Signed-off-by: Chien Wong <m@xv97.com>
2025-03-03 14:04:44 +05:30
Sarvesh Bodakhe
3d5bf355c3
fix(wifi): Fix wrong PMKSA cache entry being used when wifi password is changed
2025-02-21 10:54:57 +05:30
Jiang Jiang Jian
403cc24a47
Merge branch 'bugfix/skip_memory_reordering_wpa2_semaphr' into 'master'
...
fix(esp_wifi): fixed stack corruption in WiFi tasks
Closes IDFGH-14617
See merge request espressif/esp-idf!36905
2025-02-14 14:02:12 +08:00
Kapil Gupta
b5eadb56e7
fix(esp_wifi): Fix stack corruption in wpa3 task
2025-02-12 23:14:53 +05:30
Kapil Gupta
534fce5fbf
fix(esp_wifi): fixed Stack corruption in DPP task
2025-02-12 21:35:11 +05:30
Kapil Gupta
e48122f4a8
fix(esp_wifi): fixed Stack corruption in WPS processing
2025-02-12 21:34:53 +05:30
Kapil Gupta
4d83458e6b
fix(esp_wifi): Fixed memory corruption in wifi enterprise
...
Closes https://github.com/espressif/esp-idf/issues/15370
2025-02-12 20:37:12 +05:30
Shreyas Sheth
6847670a72
fix(wifi): Fixed memory leak occurring in SAE PK connection
2025-02-12 12:16:02 +08:00
akshat
e532499e5d
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
2025-02-10 17:56:52 +08:00
akshat
d83f210228
bugfix(wifi): Add missing brackets in the C++ guard
...
Closes https://github.com/espressif/esp-idf/issues/14991
2025-02-10 17:56:52 +08:00
Kapil Gupta
7bb6c67efe
Merge branch 'bugfix/wps_scan_freq' into 'master'
...
fix(esp_wifi): Reduce scan frequency in WPS
See merge request espressif/esp-idf!35866
2025-02-10 16:46:20 +08:00
Jiang Jiang Jian
548a0ef90e
Merge branch 'feature/add_test_for_wifi_with_external_bss_support_enabled' into 'master'
...
Add unit test for wifi+external bss support
Closes WIFI-6387
See merge request espressif/esp-idf!30514
2025-02-07 19:36:21 +08:00
aditi_lonkar
cb7e2f1d62
feat(wpa_supplicant): Add unit test for wifi operations
...
Add unit test for testing wifi operations when .bss segment is placed in external memory.
2025-02-07 12:54:20 +05:30
harshal.patil
7d8211bf87
feat(mbedtls): Support both SHA block and DMA modes during runtime
...
Dynamically switch the SHA operation modes based on the buffer operating length
2025-02-04 16:49:30 +05:30
Kapil Gupta
7a94d450e0
Merge branch 'bugfix/analyzer_issues_supplicant' into 'master'
...
fix(esp_wifi): fix some analyzer issues
Closes IDFGH-14306, IDFGH-14307, and IDFGH-14308
See merge request espressif/esp-idf!36100
2025-01-21 10:47:51 +08:00
Nachiket Kukade
60d935f15d
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-01-14 19:55:02 +08:00
wangtao@espressif.com
f546446d6d
fix(wifi): fix build issue when disable wpa3 sae
2025-01-14 15:02:05 +08:00
Kapil Gupta
a95406ad90
fix(esp_wifi): Add review comments and some cleanup
2025-01-14 14:35:00 +08:00
Kapil Gupta
22897aaf5b
fix(esp_wifi): fix some analyzer issues
...
Closes https://github.com/espressif/esp-idf/issues/15097
Closes https://github.com/espressif/esp-idf/issues/15098
Closes https://github.com/espressif/esp-idf/issues/15099
2025-01-14 14:35:00 +08:00
Kapil Gupta
80132653c7
fix(esp_wifi): Address some review comments
2025-01-03 16:47:00 +05:30
Aditi
2ecc3c3bc7
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-01-03 16:46:25 +05:30
Aditi
5948413c0e
fix(wpa_supplicant): Fix for sending alternate ft-auth in roaming
2025-01-03 16:44:50 +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
Aditi
6c2bbadeaf
fix(esp_wifi): Add fix for error handling for FT-Auth
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
Jiang Jiang Jian
c07555437e
Merge branch 'bugfix/enable_eap_workarounds' into 'master'
...
fix(esp_wifi): Enable EAP workarounds by default
See merge request espressif/esp-idf!35860
2025-01-02 20:27:15 +08:00
Kapil Gupta
afeefc9e1e
Merge branch 'bugfix/coverity_issue_supplicant' into 'master'
...
esp_wifi: Fix coverity issues
Closes IDF-11716 and IDF-11751
See merge request espressif/esp-idf!35865
2025-01-02 18:03:34 +08:00
Kapil Gupta
b3b1c19ed3
fix(esp_wifi): Enable EAP workarounds by default
...
Enabling this will make sure our behavior is same as upstream
wpa_supplicant.
2025-01-02 15:05:12 +08:00
Kapil Gupta
2577769813
fix(esp_wifi): Some more cleanup for 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
Shreyas Sheth
81940d44bc
fix(wifi): Resolve comments for softap fixes
2024-12-27 16:21:52 +05:30
Shreyas Sheth
d0631ec21d
fix(wifi): Resolve comments on feature/softap_fixes_for_ceritification
2024-12-27 15:58:47 +05:30
Shreyas Sheth
d6054570e9
fix(wifi): Make sure auth is sent after sae process
2024-12-27 15:58:47 +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
Kapil Gupta
b72d39ab3e
fix(esp_wifi): Fix coverity issue CID: 470126
2024-12-21 12:22:11 +08:00
Kapil Gupta
63e6ed35cb
fix(esp_wifi): Fix coverity issue (CID:470090)
2024-12-21 12:22:11 +08:00
Kapil Gupta
472bf888e6
fix(esp_wifi): Reduce scan frequency in WPS
2024-12-21 09:39:08 +05:30
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
Alexey Lapshin
22a38779fb
fix(wpa_supplicant): remove duplicated code (endian.h) that exists in newlib component
2024-12-02 20:26:26 +07:00
Nachiket Kukade
1810e7bbe3
fix(wpa_supplicant): Add an exception in wpa_supplicant sbom.yml
2024-11-21 12:12:17 +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