diff --git a/components/tcpip_adapter/tcpip_adapter_compat.c b/components/tcpip_adapter/tcpip_adapter_compat.c index e8e9479ac4..90be700360 100644 --- a/components/tcpip_adapter/tcpip_adapter_compat.c +++ b/components/tcpip_adapter/tcpip_adapter_compat.c @@ -58,7 +58,7 @@ static void wifi_create_and_start_ap(void *esp_netif, esp_event_base_t base, int esp_netif_t *ap_netif = esp_netif_new(&cfg); esp_netif_attach_wifi_ap(ap_netif); - esp_wifi_set_default_wifi_sta_handlers(); + esp_wifi_set_default_wifi_ap_handlers(); s_esp_netifs[TCPIP_ADAPTER_IF_AP] = ap_netif; } }