Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions drivers/wifi/nxp/Kconfig.nxp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: cf8f1631e862528ee044850bcc70273975b90771
revision: pull/630/head
path: modules/hal/nxp
groups:
- hal
Expand Down