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 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