Skip to content

Commit 7989a7b

Browse files
MaochenWang1kartben
authored andcommitted
drivers: wifi: nxp: default select supplicant roaming
Default select WIFI_NM_WPA_SUPPLICANT_ROAMING in Kconfig.nxp, no need to add it in .conf. Signed-off-by: Maochen Wang <[email protected]>
1 parent b4dc966 commit 7989a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ config NXP_WIFI_WMM_UAPSD
492492
config NXP_WIFI_ROAMING
493493
bool "Wi-Fi Soft Roaming"
494494
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
495497
help
496498
This option enables Soft Roaming support in the Wi-Fi driver.
497499

samples/net/wifi/shell/boards/overlay_hostap_rw612.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ CONFIG_SAE_PWE_EARLY_EXIT=y
1212
CONFIG_WIFI_NM_HOSTAPD_AP=y
1313
CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS=y
1414
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
1715
CONFIG_WIFI_NM_HOSTAPD_CRYPTO_ENTERPRISE=y
1816

1917
# Enable mbedtls

0 commit comments

Comments
 (0)