Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-imu.c454 case HostCmd_CMD_FUNC_INIT: in wlan_handle_cmd_resp_packet()
873 imupkt->hostcmd.command = HostCmd_CMD_FUNC_INIT; in wlan_cmd_init()
881 last_cmd_sent = HostCmd_CMD_FUNC_INIT; in wlan_cmd_init()
883 wifi_send_fw_cmd(HostCmd_CMD_FUNC_INIT, (uint8_t *)outbuf, imupkt->size); in wlan_cmd_init()
943 if (wlan_wait_for_last_resp_rcvd(HostCmd_CMD_FUNC_INIT) != true) in wlan_fw_init_cfg()
Dwifi-sdio.c522 case HostCmd_CMD_FUNC_INIT: in wlan_handle_cmd_resp_packet()
1235 sdiopkt->hostcmd.command = HostCmd_CMD_FUNC_INIT; in wlan_cmd_init()
1243 last_cmd_sent = HostCmd_CMD_FUNC_INIT; in wlan_cmd_init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h1197 #define HostCmd_CMD_FUNC_INIT 0x00a9U macro