Lines Matching refs:cmdresp

483     HostCmd_DS_GEN *cmdresp;  in wlan_handle_cmd_resp_packet()  local
487 cmdresp = (HostCmd_DS_GEN *)(void *)(pmbuf + INTF_HEADER_LEN); /* size + pkttype=4 */ in wlan_handle_cmd_resp_packet()
488 cmdtype = cmdresp->command & HostCmd_CMD_ID_MASK; in wlan_handle_cmd_resp_packet()
490 bss_type = HostCmd_GET_BSS_TYPE(cmdresp->seq_num); in wlan_handle_cmd_resp_packet()
492 if ((cmdresp->command & 0xf000) != 0x8000) in wlan_handle_cmd_resp_packet()
494 wifi_io_d("cmdresp->command = (0x%x)", cmdresp->command); in wlan_handle_cmd_resp_packet()
504 if ((cmdresp->command & 0x00ff) == HostCmd_CMD_FUNC_SHUTDOWN) in wlan_handle_cmd_resp_packet()
509 if ((cmdresp->command & 0x0fffU) != last_cmd_sent) in wlan_handle_cmd_resp_packet()
511 … wifi_io_d("cmdresp->command = (0x%x) last_cmd_sent = (0x%x)", cmdresp->command, last_cmd_sent); in wlan_handle_cmd_resp_packet()
514 if (cmdresp->result != 0U) in wlan_handle_cmd_resp_packet()
516 wifi_io_d("cmdresp->result = (0x%x)", cmdresp->result); in wlan_handle_cmd_resp_packet()
527 wifi_get_value1_from_cmdresp((HostCmd_DS_COMMAND *)(void *)cmdresp, &dev_value1); in wlan_handle_cmd_resp_packet()
532 … wifi_get_mac_address_from_cmdresp((HostCmd_DS_COMMAND *)(void *)cmdresp, dev_mac_addr_uap); in wlan_handle_cmd_resp_packet()
536 … wifi_get_mac_address_from_cmdresp((HostCmd_DS_COMMAND *)(void *)cmdresp, dev_mac_addr); in wlan_handle_cmd_resp_packet()
541 …wlan_ret_chan_region_cfg((mlan_private *)mlan_adap->priv[0], (HostCmd_DS_COMMAND *)(void *)cmdresp, in wlan_handle_cmd_resp_packet()
546 …n_ret_get_hw_spec((mlan_private *)mlan_adap->priv[0], (HostCmd_DS_COMMAND *)(void *)cmdresp, NULL); in wlan_handle_cmd_resp_packet()
549 … wifi_get_firmware_ver_ext_from_cmdresp((HostCmd_DS_COMMAND *)(void *)cmdresp, dev_fw_ver_ext); in wlan_handle_cmd_resp_packet()
574 dump_hex(cmdresp, cmdresp->size); in wlan_handle_cmd_resp_packet()