Skip to content

Commit

Permalink
drivers: wifi: nxp: default select supplicant roaming
Browse files Browse the repository at this point in the history
Default select WIFI_NM_WPA_SUPPLICANT_ROAMING in Kconfig.nxp, no need
to add it in .conf.

Signed-off-by: Maochen Wang <[email protected]>
  • Loading branch information
MaochenWang1 authored and kartben committed Dec 16, 2024
1 parent b4dc966 commit 7989a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions drivers/wifi/nxp/Kconfig.nxp
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ config NXP_WIFI_WMM_UAPSD
config NXP_WIFI_ROAMING
bool "Wi-Fi Soft Roaming"
default y
select WIFI_NM_WPA_SUPPLICANT_ROAMING if WIFI_NM_WPA_SUPPLICANT
select WIFI_NM_WPA_SUPPLICANT_SKIP_DHCP_ON_ROAMING if WIFI_NM_WPA_SUPPLICANT
help
This option enables Soft Roaming support in the Wi-Fi driver.

Expand Down
2 changes: 0 additions & 2 deletions samples/net/wifi/shell/boards/overlay_hostap_rw612.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ CONFIG_SAE_PWE_EARLY_EXIT=y
CONFIG_WIFI_NM_HOSTAPD_AP=y
CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS=y
CONFIG_WIFI_NM_HOSTAPD_WPS=y
CONFIG_WIFI_NM_WPA_SUPPLICANT_ROAMING=y
CONFIG_WIFI_NM_WPA_SUPPLICANT_SKIP_DHCP_ON_ROAMING=y
CONFIG_WIFI_NM_HOSTAPD_CRYPTO_ENTERPRISE=y

# Enable mbedtls
Expand Down

0 comments on commit 7989a7b

Please sign in to comment.