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.c2327 HostCmd_DS_BOOT_SLEEP *boot_sleep = MNULL; in wlan_cmd_boot_sleep() local
2333 boot_sleep = &cmd->params.boot_sleep; in wlan_cmd_boot_sleep()
2334 boot_sleep->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_boot_sleep()
2335 boot_sleep->enable = wlan_cpu_to_le16(enable); in wlan_cmd_boot_sleep()
2354 HostCmd_DS_BOOT_SLEEP *boot_sleep = &resp->params.boot_sleep; in wlan_ret_boot_sleep() local
2359 cfg->param.boot_sleep = wlan_le16_to_cpu(boot_sleep->enable); in wlan_ret_boot_sleep()
2360 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.h8084 HostCmd_DS_BOOT_SLEEP boot_sleep;