Sarvesh Bodakhe
e2d73046b3
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-12-10 20:08:00 +05:30
Sarvesh Bodakhe
38b015eb77
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE
2024-12-10 20:07:34 +05:30
yinqingzhao
f74a170a2d
fix(wifi): fix ap bandwidth is unknown in scan results
2024-11-18 20:09:53 +08:00
sibeibei
64067f4cf0
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
2024-11-15 16:35:50 +08:00
Linda
6ba7a20e9f
docs: add esp_wifi_types_generic.h to esp_wifi.rst
2024-11-15 16:35:50 +08:00
zhangyanjiao
37674bf1b1
docs(wifi/mesh): make it clear that the root node does not automatically forward IP packets to the external address
2024-11-15 16:35:50 +08:00
zhangyanjiao
5d04427d26
fix(wifi): update comments in esp_wifi_types_generic.h
2024-11-15 16:35:50 +08:00
zhangyanjiao
43afca49b4
docs(wifi/espnow): update the documentation for EPS-NOW ERSU and phy rate
...
Closes https://github.com/espressif/esp-idf/issues/12216
2024-11-15 16:35:50 +08:00
zhangyanjiao
8004824d30
docs(wifi/espnow): Update the description for ESP-NOW frame
2024-11-15 16:35:50 +08:00
yinqingzhao
62a926857e
fix(wifi): fix some wifi bugs
2024-11-14 14:09:55 +08:00
yinqingzhao
87bdd572c7
fix(wifi): modify the comment of bandwidth in wifi_ap_record_t
2024-11-14 14:03:39 +08:00
yinqingzhao
439cb125c5
feat(twt): twt add parameter to enable keep alive
2024-11-14 14:03:13 +08:00
zhangyanjiao
fd224e83bb
fix(wifi): Support AES IV with random value in esptouch v2
2024-11-13 17:29:23 +08:00
xuxiao
9266b5a6a1
fix(wifi): fix some bss color bugs (v5.3)
2024-10-28 14:21:56 +08:00
Kapil Gupta
baed5ea1e9
fix(esp_wifi): Stop roaming app when station stops
2024-10-25 23:39:05 +05:30
jgujarathi
74bb92cc5f
fix(esp_wifi): Stops roaming app upon application initiated disconnect
...
Stops roaming app when the application initiates a disconnect.
Roaming app if enabled will be restarted when the station reconnects again.
2024-10-25 23:32:14 +05:30
Jiang Jiang Jian
e071521943
Merge branch 'fix/wifi_netif_null_deref_v5.3' into 'release/v5.3'
...
esp_wifi: Add null pointer checks to WiFi-netif APIs (v5.3)
See merge request espressif/esp-idf!34158
2024-10-26 01:58:45 +08:00
akshat
a9bdb4a2c9
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-10-25 16:00:09 +05:30
David Cermak
5438287fd5
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-25 17:40:36 +08:00
wangtao@espressif.com
2397ca90cc
fix(wifi): backport some wifi bug fixs v53
2024-10-25 14:39:46 +08:00
wangtao@espressif.com
2b894fca0f
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-10-24 19:49:20 +08:00
liuning
d7d4dc7817
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
2024-10-24 15:14:01 +08:00
liuning
36ff167161
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
2024-10-24 15:10:20 +08:00
Jiang Jiang Jian
3eef7a1d92
Merge branch 'bugfix/wpa2_ent_fixes_v53' into 'release/v5.3'
...
Few fixes in wpa_supplicant(v5.3)
See merge request espressif/esp-idf!34275
2024-10-24 13:03:03 +08:00
Jiang Jiang Jian
8e9226f7f8
Merge branch 'feature/ftm_calibration_esp32c6_v5.3' into 'release/v5.3'
...
feat(ftm): Add ftm calibration values for esp32c6 (Backport v5.3)
See merge request espressif/esp-idf!34406
2024-10-24 11:59:39 +08:00
Jiang Jiang Jian
2eec7053f2
Merge branch 'change/improve_some_wifi_releated_introduction_v53' into 'release/v5.3'
...
change(wifi):improve some wifi releated introduction v53
See merge request espressif/esp-idf!34277
2024-10-24 11:19:41 +08:00
Sajia
e5079b6bd1
feat(ftm): Add ftm calibration values for esp32c6
2024-10-23 17:00:49 +05:30
wangtao@espressif.com
87bb09d746
change(wifi):improve some wifi releated introduction
2024-10-23 13:57:46 +08:00
Sarvesh Bodakhe
1298cac4e7
feat(wifi): Add checks for public headers for esp32c5 and esp32_host
...
Add md5sum integrity check for public header files for esp32c5 and esp32_host libraries.
2024-10-23 11:16:47 +08:00
wangtao@espressif.com
21f893b038
feat(wifi): update support esp32c2eco4 wifi lib
2024-10-22 17:05:13 +08:00
wangtao@espressif.com
2b63725383
feat(wifi): support esp32c2 eco4 wifi bringup sync head
2024-10-22 17:05:13 +08:00
wangtao@espressif.com
71bb752d98
feat(wifi): support esp32c2 eco4 wifi bringup
2024-10-22 17:05:13 +08:00
aditi
79bbcd5952
fix(wpa_supplicant): Add few fixes in NAN task
2024-10-18 11:25:39 +05:30
muhaidong
48bbf278c9
fix(wifi): fixed association refused temporarily lead auth timeout issue
2024-10-17 14:24:21 +08:00
akshat
e5a7ee16f7
fix(esp_wifi): Handle missing error propagation in set_mode
2024-10-12 17:33:49 +08:00
Nachiket Kukade
7a7ad4a62e
fix(esp_wifi): Fix FTM issues in AP-STA mode
...
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
while in-AP is in 40MHz
2024-10-08 16:06:30 +08:00
Aditi
f1468c2ca3
fix(esp_wifi): Fix reason code for sta not supporting GCMP
...
Add fix for returning correct reason code when sta doesn't
support GCMP to ensure consistent behaviour for all chips.
2024-09-19 11:29:20 +05:30
Jiang Jiang Jian
b3a29daa8c
Merge branch 'bugfix/fix_wifi_bugs_240904_v5.3' into 'release/v5.3'
...
fix(wifi): fix wifi bugs 240904 v5.3(Backport v5.3)
See merge request espressif/esp-idf!33383
2024-09-11 16:36:07 +08:00
Jiang Jiang Jian
ab11ab7769
Merge branch 'bugfix/fix_some_esp32_host_issues_v5.3' into 'release/v5.3'
...
Bugfix/fix some esp32 host issues(Backport v5.3)
See merge request espressif/esp-idf!32681
2024-09-09 17:28:52 +08:00
Jiang Jiang Jian
0c7e957636
Merge branch 'bugfix/psram_fallback_in_wifi_osi_v5.3' into 'release/v5.3'
...
fix(wifi): Add PSRAM failure fallback in WiFi Queue API's (backport v5.3)
See merge request espressif/esp-idf!33345
2024-09-09 14:08:48 +08:00
sibeibei
5ee415a5f5
fix(wifi): fix wifi bugs 240904 v5.3
2024-09-09 11:14:09 +08:00
Nachiket Kukade
cfbb9c0115
fix(wifi): Add PSRAM failure fallback in WiFi Queue API's
2024-09-05 14:38:00 +05:30
Chen Yu Dong
4e7a7b60c1
fix(ci): update iperf build ci condition
...
Co-authored-by: Chen Yu Dong <chenyudong@espressif.com>
2024-09-05 09:57:08 +08:00
alanmaxwell
821c94ddd5
fix(wifi_host): support esp32p4 host get mac addr from target
2024-09-05 09:56:56 +08:00
zhangyanjiao
ed831645ad
fix(wifi/mesh): clear the rootless state in mesh ie when changing from leaf to root
...
Closes https://github.com/espressif/esp-idf/issues/14063
2024-08-06 14:51:55 +08:00
Nachiket Kukade
de1050b810
fix(wifi): Avoid internal retries for offchannel FTM Requests
2024-08-02 10:41:49 +05:30
Jiang Jiang Jian
9775832c8c
Merge branch 'bugfix/deinit_roaming_app_crash_v5.3' into 'release/v5.3'
...
fix(esp_wifi): Fix crash in wifi deinit due to roaming neighbor list (v5.3)
See merge request espressif/esp-idf!32472
2024-08-01 13:52:30 +08:00
xuxiao
4cc7eecf4f
fix(wifi): fix some wifi bugs (v5.3)
2024-07-31 20:35:47 +08:00
Shreyas Sheth
5dac537f6b
fix(esp_wifi): Fix crash in wifi deinit due to roaming neighbor list
2024-07-31 14:47:52 +05:30
zhangyanjiao
fa7fb662c1
fix(wifi/mesh): fix the beacon timeout issue in mesh
2024-07-30 16:44:37 +08:00