File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
samples/net/wifi/shell/boards Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -492,6 +492,8 @@ config NXP_WIFI_WMM_UAPSD
492
492
config NXP_WIFI_ROAMING
493
493
bool "Wi-Fi Soft Roaming"
494
494
default y
495
+ select WIFI_NM_WPA_SUPPLICANT_ROAMING if WIFI_NM_WPA_SUPPLICANT
496
+ select WIFI_NM_WPA_SUPPLICANT_SKIP_DHCP_ON_ROAMING if WIFI_NM_WPA_SUPPLICANT
495
497
help
496
498
This option enables Soft Roaming support in the Wi-Fi driver.
497
499
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ CONFIG_SAE_PWE_EARLY_EXIT=y
12
12
CONFIG_WIFI_NM_HOSTAPD_AP=y
13
13
CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS=y
14
14
CONFIG_WIFI_NM_HOSTAPD_WPS=y
15
- CONFIG_WIFI_NM_WPA_SUPPLICANT_ROAMING=y
16
- CONFIG_WIFI_NM_WPA_SUPPLICANT_SKIP_DHCP_ON_ROAMING=y
17
15
CONFIG_WIFI_NM_HOSTAPD_CRYPTO_ENTERPRISE=y
18
16
19
17
# Enable mbedtls
You can’t perform that action at this time.
0 commit comments