feat(wifi): update esp32c2 eco4 wifi lib

This commit is contained in:
wangtao@espressif.com 2024-08-06 20:01:26 +08:00
parent f82c7ee4d1
commit 82a951447a
4 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/

View File

@ -830,6 +830,7 @@ typedef enum {
WIFI_EVENT_STA_BEACON_TIMEOUT, /**< Station beacon timeout */
WIFI_EVENT_CONNECTIONLESS_MODULE_WAKE_INTERVAL_START, /**< Connectionless module wake interval start */
/* Add next events after this only */
WIFI_EVENT_AP_WPS_RG_SUCCESS, /**< Soft-AP wps succeeds in registrar mode */
WIFI_EVENT_AP_WPS_RG_FAILED, /**< Soft-AP wps fails in registrar mode */

@ -1 +1 @@
Subproject commit e66a47c0ba36a6cf4edfe0dbf4d21588d07b374e
Subproject commit 9e3b687fe2ee597c8749e5ec760f51f04faf9633

View File

@ -597,3 +597,10 @@ void esp32c2_eco4_rom_ptr_init(void)
}
#endif
#endif
#ifndef CONFIG_ESP_WIFI_SLP_SAMPLE_BEACON_FEATURE
void pm_beacon_offset_funcs_init(void)
{
/* Do not remove, stub to overwrite weak link in Wi-Fi Lib */
}
#endif