Searched refs:last_cmd_sent (Results 1 – 2 of 2) sorted by relevance
64 t_u32 last_resp_rcvd, last_cmd_sent; variable440 if ((cmdresp->command & 0x0fff) != last_cmd_sent) in wlan_handle_cmd_resp_packet()442 … wifi_io_d("cmdresp->command = (0x%x) last_cmd_sent = (0x%x)", cmdresp->command, last_cmd_sent); in wlan_handle_cmd_resp_packet()629 last_cmd_sent = HostCmd_CMD_CFG_DATA; in _wlan_set_cal_data()650 last_cmd_sent = HostCmd_CMD_CHAN_REGION_CFG; in wlan_get_channel_region_cfg()666 last_cmd_sent = HostCmd_CMD_GET_HW_SPEC; in wlan_get_hw_spec()682 last_cmd_sent = HostCmd_CMD_802_11_MAC_ADDRESS; in wlan_get_mac_addr_sta()703 last_cmd_sent = HostCmd_CMD_802_11_MAC_ADDRESS; in wlan_get_mac_addr_uap()722 last_cmd_sent = HostCmd_CMD_VERSION_EXT; in wlan_get_fw_ver_ext()741 last_cmd_sent = HostCmd_CMD_MAC_REG_ACCESS; in wlan_get_value1()[all …]
60 static t_u32 last_cmd_sent, fw_init_cfg; variable509 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()848 last_cmd_sent = HostCmd_CMD_CFG_DATA; in _wlan_set_cal_data()878 last_cmd_sent = HostCmd_CMD_RECONFIGURE_TX_BUFF; in wlan_reconfigure_tx_buffers()914 last_cmd_sent = HostCmd_CMD_CHAN_REGION_CFG; in wlan_get_channel_region_cfg()942 last_cmd_sent = HostCmd_CMD_GET_HW_SPEC; in wlan_get_hw_spec()970 last_cmd_sent = HostCmd_CMD_802_11_MAC_ADDRESS; in wlan_get_mac_addr_sta()1003 last_cmd_sent = HostCmd_CMD_802_11_MAC_ADDRESS; in wlan_get_mac_addr_uap()1035 last_cmd_sent = HostCmd_CMD_VERSION_EXT; in wlan_get_fw_ver_ext()[all …]