drivers: wifi: esp32: add softap config
In order to allow proper softAP mode, wifi libraries and wpa supplicant requires this kconfig to be enable. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
cdc3b332ba
commit
f5dc229bc5
1 changed files with 6 additions and 0 deletions
|
@ -240,4 +240,10 @@ config ESP32_WIFI_NET_ALLOC_SPIRAM
|
|||
Allocate memory of WiFi and NET stack in SPIRAM, increasing available RAM memory space
|
||||
for application stack.
|
||||
|
||||
config ESP_WIFI_SOFTAP_SUPPORT
|
||||
bool
|
||||
default y
|
||||
help
|
||||
Hidden option to enable Wi-Fi SoftAP functions in WPA supplicant and RF libraries.
|
||||
|
||||
endif # WIFI_ESP32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue