drivers: nrf_wifi: Enable AP mode is supplicant AP is enabled
No need for an extra step to enable feature in the driver as it clearly depends on the supplicant feature. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
eabf3f6adc
commit
a97f64011c
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ config NRF70_STA_MODE
|
||||||
config NRF70_AP_MODE
|
config NRF70_AP_MODE
|
||||||
bool "Access point mode"
|
bool "Access point mode"
|
||||||
depends on WIFI_NM_WPA_SUPPLICANT_AP
|
depends on WIFI_NM_WPA_SUPPLICANT_AP
|
||||||
|
default y if WIFI_NM_WPA_SUPPLICANT_AP
|
||||||
|
|
||||||
config NRF70_P2P_MODE
|
config NRF70_P2P_MODE
|
||||||
bool "P2P support in driver"
|
bool "P2P support in driver"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue