File tree Expand file tree Collapse file tree 5 files changed +12
-1
lines changed
samples/net/wifi/shell/nxp Expand file tree Collapse file tree 5 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -1071,6 +1071,14 @@ config NXP_WIFI_HOST_SLEEP
10711071 help
10721072 This option enables HOST Sleep support for MCU.
10731073
1074+ config NXP_WIFI_WAKE_TIMER_ENABLE
1075+ bool "Wake Timer Enable"
1076+ depends on NXP_WIFI_HOST_SLEEP
1077+ help
1078+ This option enables wake timer in the Wi-Fi driver and the duration is 5
1079+ seconds. Once wake timer is enabled, low power mode will be blocked for 5
1080+ seconds after device wakes up from sleep.
1081+
10741082config NXP_WIFI_MEF_CFG
10751083 bool "Memory Efficient Filtering"
10761084 default y if PM
Original file line number Diff line number Diff line change @@ -73,3 +73,4 @@ CONFIG_PM=y
7373CONFIG_PM_DEVICE=y
7474CONFIG_PM_LOG_LEVEL_OFF=y
7575CONFIG_PM_DEVICE_LOG_LEVEL_OFF=y
76+ CONFIG_NXP_WIFI_WAKE_TIMER_ENABLE=y
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ CONFIG_NXP_WIFI_SOFTAP_SUPPORT=y
3131CONFIG_WIFI_SHELL_MAX_AP_STA=8
3232CONFIG_NXP_WIFI_TX_RX_ZERO_COPY=y
3333CONFIG_NXP_WIFI_FW_DEBUG=y
34+ CONFIG_NXP_WIFI_WAKE_TIMER_ENABLE=y
3435
3536# net
3637CONFIG_NET_IPV4=y
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ CONFIG_NXP_WIFI_SOFTAP_SUPPORT=y
3131CONFIG_WIFI_SHELL_MAX_AP_STA=8
3232CONFIG_NXP_WIFI_TX_RX_ZERO_COPY=y
3333CONFIG_NXP_WIFI_FW_DEBUG=y
34+ CONFIG_NXP_WIFI_WAKE_TIMER_ENABLE=y
3435
3536# net
3637CONFIG_NET_IPV4=y
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ manifest:
210210 groups :
211211 - hal
212212 - name : hal_nxp
213- revision : 6d6ab91d5cc71c872353af1957d19f3d930df0fd
213+ revision : pull/635/head
214214 path : modules/hal/nxp
215215 groups :
216216 - hal
You can’t perform that action at this time.
0 commit comments