Skip to content

Commit a97f640

Browse files
krish2718kartben
authored andcommitted
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 <[email protected]>
1 parent eabf3f6 commit a97f640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ config NRF70_STA_MODE
9696
config NRF70_AP_MODE
9797
bool "Access point mode"
9898
depends on WIFI_NM_WPA_SUPPLICANT_AP
99+
default y if WIFI_NM_WPA_SUPPLICANT_AP
99100

100101
config NRF70_P2P_MODE
101102
bool "P2P support in driver"

0 commit comments

Comments
 (0)