Skip to content

Commit 03f8aff

Browse files
committed
mcux: wifi_nxp: Add scan limit configure item
Expose scan limit configuration to customer. Signed-off-by: Rex Chen <rex.chen_1@nxp.com>
1 parent 4f30139 commit 03f8aff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,12 @@ config NXP_WIFI_STA_RECONNECT
523523
This option enables Station auto reconnection support,
524524
when disconnected from current associated Access Point.
525525

526+
config NXP_WIFI_MAX_RECONNECT_LIMIT
527+
int "Max reconnect limit"
528+
default 5
529+
help
530+
This option sets the max reconnect limit.
531+
526532
config NXP_WIFI_AUTO_POWER_SAVE
527533
bool "Automatically starts Power Save support"
528534
default y
@@ -563,6 +569,12 @@ config NXP_WIFI_SCAN_CHANNEL_GAP
563569
help
564570
This option sets the max scan channel gap time between two scan commands.
565571

572+
config NXP_WIFI_MAX_RESCAN_LIMIT
573+
int "Max scan limit"
574+
default 30
575+
help
576+
This option sets the max scan limit.
577+
566578
endmenu
567579

568580
config NXP_WIFI_WMM_UAPSD

0 commit comments

Comments
 (0)