File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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+
526532config 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+
566578endmenu
567579
568580config NXP_WIFI_WMM_UAPSD
You can’t perform that action at this time.
0 commit comments