feat(wifi): support esp32c2 eco4 wifi bringup sync head

This commit is contained in:
wangtao@espressif.com
2024-10-11 11:35:25 +08:00
committed by BOT
parent 33b0dbf599
commit 2b63725383
2 changed files with 8 additions and 0 deletions

View File

@@ -805,6 +805,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 */

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