Skip to content

Commit

Permalink
drivers: wifi: esp32: auto ESP32_WIFI_AP_STA_MODE
Browse files Browse the repository at this point in the history
Automatically enabled `ESP32_WIFI_AP_STA_MODE` if the application
specifies it wants both features.

Signed-off-by: Jordan Yates <jordan@embeint.com>
  • Loading branch information
JordanYates committed Jan 22, 2025
1 parent 5a0b9a2 commit 78a184b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/wifi/esp32/Kconfig.esp32
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ config ESP32_WIFI_STA_AUTO_DHCPV4

config ESP32_WIFI_AP_STA_MODE
bool "Activates the Station/AP co-existence mode."
default y if WIFI_USAGE_MODE_STA_AP
depends on WIFI_NM
help
The Station/AP coexistence mode allows the ESP32 to operate as both a station and
an access point simultaneously. This mode is not enabled by default.
an access point simultaneously.

config ESP32_WIFI_STA_RECONNECT
bool "WiFi connection retry"
Expand Down

0 comments on commit 78a184b

Please sign in to comment.