mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 01:49:24 +08:00
esp_reconnect_work_cb() dereferences g_sta_reconnect, which is only declared under ESP_WLAN_HAS_STA, so CONFIG_ESPRESSIF_WIFI_SOFTAP alone fails to compile. Guard the callback as the Xtensa counterpart does. Assisted-by: Claude Code:claude-opus-5 Signed-off-by: Felipe Moura <moura.fmo@gmail.com>