Searched refs:HostCmd_CMD_GET_HW_SPEC (Results 1 – 6 of 6) sorted by relevance
475 case HostCmd_CMD_GET_HW_SPEC: in wlan_handle_cmd_resp_packet()666 last_cmd_sent = HostCmd_CMD_GET_HW_SPEC; in wlan_get_hw_spec()668 wifi_send_fw_cmd(HostCmd_CMD_GET_HW_SPEC, (uint8_t *)outbuf, imupkt->size); in wlan_get_hw_spec()987 if (wlan_wait_for_last_resp_rcvd(HostCmd_CMD_GET_HW_SPEC) != true) in wlan_fw_init_cfg()
837 case HostCmd_CMD_GET_HW_SPEC: in wlan_ops_sta_process_cmdresp()
545 case HostCmd_CMD_GET_HW_SPEC: in wlan_handle_cmd_resp_packet()942 last_cmd_sent = HostCmd_CMD_GET_HW_SPEC; in wlan_get_hw_spec()
871 pcmd->command = wlan_cpu_to_le16(HostCmd_CMD_GET_HW_SPEC); in wlan_cmd_get_hw_spec()
3235 case HostCmd_CMD_GET_HW_SPEC: in wifi_process_cmd_response()7081 cmd->command = HostCmd_CMD_GET_HW_SPEC; in wifi_prepare_get_hw_spec_cmd()
1041 #define HostCmd_CMD_GET_HW_SPEC 0x0003 macro