Searched refs:HostCmd_CMD_FUNC_SHUTDOWN (Results 1 – 5 of 5) sorted by relevance
437 if ((cmdresp->command & 0x00ff) == HostCmd_CMD_FUNC_SHUTDOWN) in wlan_handle_cmd_resp_packet()497 case HostCmd_CMD_FUNC_SHUTDOWN: in wlan_handle_cmd_resp_packet()834 imupkt->hostcmd.command = HostCmd_CMD_FUNC_SHUTDOWN;842 last_cmd_sent = HostCmd_CMD_FUNC_SHUTDOWN;844 wifi_send_fw_cmd(HostCmd_CMD_FUNC_SHUTDOWN, (uint8_t *)outbuf, imupkt->size);
504 if ((cmdresp->command & 0x00ff) == HostCmd_CMD_FUNC_SHUTDOWN) in wlan_handle_cmd_resp_packet()556 case HostCmd_CMD_FUNC_SHUTDOWN: in wlan_handle_cmd_resp_packet()1181 sdiopkt->hostcmd.command = HostCmd_CMD_FUNC_SHUTDOWN; in wlan_cmd_shutdown()1189 last_cmd_sent = HostCmd_CMD_FUNC_SHUTDOWN; in wlan_cmd_shutdown()
1289 if (cmd->command == HostCmd_CMD_FUNC_SHUTDOWN) in wifi_wait_for_cmdresp()
91 cmd->command = HostCmd_CMD_FUNC_SHUTDOWN; in wifi_send_shutdown_cmd()
1199 #define HostCmd_CMD_FUNC_SHUTDOWN 0x00aa macro