Home
last modified time | relevance | path

Searched refs:boot_sleep (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c2331 HostCmd_DS_BOOT_SLEEP *boot_sleep = MNULL; in wlan_cmd_boot_sleep() local
2337 boot_sleep = &cmd->params.boot_sleep; in wlan_cmd_boot_sleep()
2338 boot_sleep->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_boot_sleep()
2339 boot_sleep->enable = wlan_cpu_to_le16(enable); in wlan_cmd_boot_sleep()
2358 HostCmd_DS_BOOT_SLEEP *boot_sleep = &resp->params.boot_sleep; in wlan_ret_boot_sleep() local
2363 cfg->param.boot_sleep = wlan_le16_to_cpu(boot_sleep->enable); in wlan_ret_boot_sleep()
2364 PRINTM(MCMND, "boot sleep cfg status %u", cfg->param.boot_sleep); in wlan_ret_boot_sleep()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h4280 t_u16 boot_sleep; member
Dmlan_fw.h8080 HostCmd_DS_BOOT_SLEEP boot_sleep;