From 4f30139f9e9e7bb6c3ad5dc56725bd7ff53ee8db Mon Sep 17 00:00:00 2001 From: Rex Chen Date: Thu, 30 Oct 2025 11:58:44 +0900 Subject: [PATCH 1/2] Sync hal_nxp Sync hal_nxp to add scan limit configure item. Signed-off-by: Rex Chen --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 4d36ebd7304e4..2794311142422 100644 --- a/west.yml +++ b/west.yml @@ -210,7 +210,7 @@ manifest: groups: - hal - name: hal_nxp - revision: cf8f1631e862528ee044850bcc70273975b90771 + revision: pull/630/head path: modules/hal/nxp groups: - hal From 03f8aff95a53986db82204d5f9feea5f447e8a03 Mon Sep 17 00:00:00 2001 From: Rex Chen Date: Thu, 30 Oct 2025 12:00:04 +0900 Subject: [PATCH 2/2] mcux: wifi_nxp: Add scan limit configure item Expose scan limit configuration to customer. Signed-off-by: Rex Chen --- drivers/wifi/nxp/Kconfig.nxp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/drivers/wifi/nxp/Kconfig.nxp b/drivers/wifi/nxp/Kconfig.nxp index 73ae46e580cc6..a8bdc8f46ac98 100644 --- a/drivers/wifi/nxp/Kconfig.nxp +++ b/drivers/wifi/nxp/Kconfig.nxp @@ -523,6 +523,12 @@ config NXP_WIFI_STA_RECONNECT This option enables Station auto reconnection support, when disconnected from current associated Access Point. +config NXP_WIFI_MAX_RECONNECT_LIMIT + int "Max reconnect limit" + default 5 + help + This option sets the max reconnect limit. + config NXP_WIFI_AUTO_POWER_SAVE bool "Automatically starts Power Save support" default y @@ -563,6 +569,12 @@ config NXP_WIFI_SCAN_CHANNEL_GAP help This option sets the max scan channel gap time between two scan commands. +config NXP_WIFI_MAX_RESCAN_LIMIT + int "Max scan limit" + default 30 + help + This option sets the max scan limit. + endmenu config NXP_WIFI_WMM_UAPSD