zhangyanjiao
43dce54bb4
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero
2024-05-13 17:16:50 +08:00
jgujarathi
598e99fd4d
fix(rsnxe): Expands maximum size of RSNXE IE to 255
...
- Allows for RSNXE IE to be processed as a variable length upto
255 bytes, changing the earlier max of 20.
2024-04-05 11:36:34 +05:30
Nachiket Kukade
252c6d5ca7
feat(esp_wifi): Refactor and improve FTM code
...
Update wifi libs with below -
1. Break FTM State Machine code into separate functions
2. Use dynamic allocation for FTM session to save memory
3. Add API to get FTM report instead of event based mechanism
4. Add FTM Request retry and comeback support
2024-04-03 11:25:49 +05:30
liuning
3a0cf2c03a
feat(coex): support to scan long time on channel, fix coexist sync issue
2024-03-28 21:09:28 +08:00
Simon H
515f085f70
fix(esp_wifi): Remove semicolon from SMARTCONFIG_START_CONFIG_DEFAULT
...
Removed rogue semicolon from SMARTCONFIG_START_CONFIG_DEFAULT() macro. This
fixes build issues when this macro is used via C++ brace initialization.
Closes https://github.com/espressif/esp-idf/pull/12867
[Darian Leung: Updated commit message]
Signed-off-by: Darian Leung <darian@espressif.com>
2024-02-29 17:59:51 +08:00
Jiang Jiang Jian
702853c00e
Merge branch 'bugfix/esp32c2_eap_auth_v5.0' into 'release/v5.0'
...
fix(wifi): Added low heap usage Kconfig option for eap enterprise (v5.0)
See merge request espressif/esp-idf!28826
2024-02-29 11:24:50 +08:00
zhangyanjiao
ce93d231e9
fix(wifi): fixed scan and mesh deinit issues
...
1. update scan ap number when clear scan ap records
2. wait for child disconnect when mesh deinit
2024-02-28 10:59:21 +08:00
Kapil Gupta
c62022b312
fix(wifi): add low memory options for eap enterprise
2024-02-28 10:37:40 +08:00
linruihao
bc5addf826
fix(esp_coex): fix circular dependency issue on esp32
...
Closes https://github.com/espressif/esp-idf/issues/13113
2024-02-22 16:52:37 +08:00
muhaidong
48b9fde3e3
fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue
2024-01-24 16:38:43 +08:00
linruihao
698c736c06
fix(esp_coex): Fixed potential BLE scan request ifs timer error bug
2024-01-19 19:42:32 +08:00
zhangyanjiao
8e8c240f84
fix(wifi): fix the crash and malloc fail issue
...
1. fix(wifi/mesh): fix the crash issue when mesh deinit
2. fix(wifi):fix when ap recv auth in sa query porcess will memset psq issue
2024-01-18 11:27:22 +08:00
muhaidong
ef3830b4d8
fix(wifi): fix wpa3 connect fail issue
2024-01-12 16:35:13 +08:00
muhaidong
be1be3c64a
fix(wifi): fix some wifi bugs
...
1. support dump ACK frame for CSI
2. fix psram enabled but initialized fail issue
2024-01-11 17:51:00 +08:00
alanmaxwell
93d1c3125e
feat(wifi): support dump 802.11 ACK frame for CSI
2024-01-11 16:41:55 +08:00
liuning
11f4f925bd
fix(coex): Fix esp32 ble scan not restart when wifi start stop, fix(wifi): Fix no sleep null after data sent
2024-01-11 11:42:12 +08:00
liuning
7a8230ef35
esp_wifi: support connectionless manually pwr mgmt
2024-01-11 11:42:12 +08:00
aditi_lonkar
5fbe36db0f
fix(esp_wifi):Fix WDT when esp_supp_dpp_start_listen called multiple times
2024-01-08 15:57:49 +05:30
xueyunfei
e0cdfe3590
Fix(esp_wifi): Add the missing header file to the wifi header files
2024-01-03 10:38:31 +08:00
Shyamal Khachane
bc866f36df
fix(esp_wifi): Fix timer index out of bound issue causing execution of timer function to fail
2024-01-02 11:26:13 +08:00
zhangyanjiao
82f409107c
feat(wifi): add new api to get one scan ap record
2023-12-11 18:09:13 +08:00
zhangyanjiao
192f9025fb
fix(wifi): fix issues in scan and wifi mesh
...
1. fix(wifi): fix the crash issue when clear scan ap list
2. fix the bug that station can't found AP when the authmode is WPA
2. fix wifi mode error when mesh start after station has connected to router
2023-12-11 18:05:55 +08:00
liuning
606360d33d
fix(wifi): fix wifi deinit s_wifi_modem_sleep_lock
2023-11-28 20:52:42 +08:00
zhangyanjiao
0b740b3b80
fix(wifi): fix endless wake null at ps none mode
2023-11-23 14:43:40 +08:00
Jiang Jiang Jian
cba997763d
Merge branch 'bugfix/fix_some_wifi_bugs_231121_v5.0' into 'release/v5.0'
...
fix(wifi): fix some wifi bugs(Backport v5.0)
See merge request espressif/esp-idf!27306
2023-11-23 14:41:40 +08:00
Jiang Jiang Jian
2166b5986e
Merge branch 'bugfix/fix_wifi_init_reentrant_issue_v5.0' into 'release/v5.0'
...
fix(wifi): fix wifi init reentrant issue (v5.0)
See merge request espressif/esp-idf!27175
2023-11-23 10:57:40 +08:00
muhaidong
2e5937286c
fix(wifi): fix some wifi bugs
...
1 sta not pmf capable when ap requires should reject profile
2 fix softap set config issue
3 allow some special igtk keyindx to workaround faulty APs
2023-11-22 19:04:43 +08:00
liuning
ac5ce8d02d
fix(wifi): fix wifi init reentrant issue
2023-11-22 16:58:55 +08:00
Jiang Jiang Jian
35f09a6ce6
Merge branch 'bugfix/connect_before_connected_v5.0' into 'release/v5.0'
...
fix(connect): Change second connect time to 730
See merge request espressif/esp-idf!26974
2023-11-22 10:48:38 +08:00
ding huan
856daf8a35
disable scan time set by esp_wifi_scan_start
2023-11-14 13:52:55 +08:00
ding huan
2542b74edd
fix(connect): Change second connect delay time to 730 and not depends on default value
2023-11-14 11:00:32 +08:00
alanmaxwell
5460d41b43
esp_wifi: backport some wifi fix
...
1. optimize BB filter timer to pass corner case
2. fix parse beacon rsnx ie missed break
2023-11-09 21:52:06 +08:00
ding huan
3c1ec70457
fix(connect): Change second connect time to 730
2023-11-07 19:48:49 +08:00
Jiang Jiang Jian
403ad764c8
Merge branch 'bugfix/backport_fix_1102' into 'release/v5.0'
...
fix(wifi): backport some wifi fix v5.0
See merge request espressif/esp-idf!26864
2023-11-03 16:35:27 +08:00
alanmaxwell
98d617b0dc
fix(wifi): optimize wifi bin size and fix some issue
...
1.Optimize bin size for STA only mode
2.Change fragment threshold to 256
3.Support fragment for LR mode
4.Fix rx fragment fail in Open mode.
5.Fix ampdu duration issue
2023-11-03 11:44:40 +08:00
Kapil Gupta
ea93f7620b
fix(esp_wifi): Fix key install issue in PTK renew
2023-11-02 19:20:17 +08:00
Jiang Jiang Jian
ea59318583
Merge branch 'bugfix/fix_phy_calibration_error_for_c2_v5.0' into 'release/v5.0'
...
fix(phy): fix phy calibration error in none mode for 26MHz XTAL ESP32C2 (backport v5.0)
See merge request espressif/esp-idf!26556
2023-11-02 15:12:06 +08:00
zhangyanjiao
49f02b3b43
fix(phy): Update phy lib to master
2023-11-01 17:56:48 +08:00
Sarvesh Bodakhe
c90353291c
fix(esp_wifi): Fix issue of station disconnecting immediately when AP RSSI is zero
2023-10-31 20:38:17 +08:00
liuning
728cd2489a
feat(esp_wifi): support ps-none mode at coexist
2023-10-31 20:38:17 +08:00
alanmaxwell
3d8915f2b3
feat(wifi): support esp32c3 v1.1 WiFi
...
1.bringup c3 v1.1 and sync func to c3 eco7 rom
2.support to set null&probe lifetime
3.support to adjust listen interval to dtim period
4.support tx pkt w/o wake null
5.allow to tx null0 if requtest to rx data
2023-10-31 20:38:05 +08:00
xueyunfei
1f5e7e33df
feat(esp_wifi):static buf for management,control,qos null,null data rx packet
2023-10-26 17:55:37 +08:00
alanmaxwell
555891bb54
fix(wifi): fix multi antenna issue
2023-10-26 17:54:35 +08:00
jgujarathi
6881b3fa33
fix(esp_wifi): Fixes issues in PMKSA and AID assignment
...
- Fix missing PMKSA flush scenarios.
- Fix wrong AID assigned to station when multiple stations try to connect
simultaneously with mixed order of auth-request and assoc-request frames.
2023-10-20 13:12:12 +05:30
Shreyas Sheth
5004647fb1
fix(wifi): Fix crash occuring when station SAE group is not set to SECP256R1
2023-10-17 14:11:19 +05:30
Shreyas Sheth
79e55b6e92
docs(wifi): Update wifi and wifi security documentation and bugfixes
...
1. Update documentation for WPA3 Enterprise and WPA3 Enterprise 192-bit
mode
2. Update documentation for WPA3 OWE and OWE transition mode
3. Update documentation related to SAE PK, SAE PWE and Transition Disable
4. Update documnetation for wifi connect API
5. Fix config paramter information for wifi scan start
6. Fix documentation related to scan threshold config setting
7. Replace ESP_ERR_WIFI_ARG error code as ESP_ERR_INVALID_ARG
8. Update documentation for 802.11R Fast transition
9. Fix sta connecting with wpa security in enterprise mode
2023-10-17 14:01:18 +05:30
Shyamal Khachane
437fbbc518
fix(esp_wifi): WPA3 enterprise 192 bit fix and config modification
...
1. Added SOC caps dependency for enabling 192 bit security in wifi enterprise example
2. Fixed authmode in log and connected event for WPA3 enterprise 192 bit security
2023-10-09 16:34:14 +05:30
Jiang Jiang Jian
1f870c8102
Merge branch 'feature/rename_wpa2_ent_to_eap_client_v5.0' into 'release/v5.0'
...
WiFi: Rename WPA2 enterprise APIs to EAP Client. (v5.0)
See merge request espressif/esp-idf!26098
2023-10-07 14:33:17 +08:00
Jiang Jiang Jian
acfe0474dd
Merge branch 'ci/connect_at_different_phase_v5.0' into 'release/v5.0'
...
ci(wifi): Test connect api at different phase (backport v5.0)
See merge request espressif/esp-idf!25673
2023-10-07 14:21:54 +08:00
Kapil Gupta
9562935813
change(wifi): Add dependency of group 19 for MbedTLS crypto
2023-09-25 10:57:57 +05:30