Searched refs:hostcmd (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-imu.c | 122 HostCmd_DS_COMMAND hostcmd; 135 void wrapper_wlan_cmd_11n_cfg(void *hostcmd); 157 cmd = &(imu_cmd->hostcmd); in wifi_send_fw_cmd() 540 …_d("CMD_RESP: 0x%x, result %d, len %d, seqno 0x%x", imupkt->hostcmd.command, imupkt->hostcmd.resul… in wlan_decode_rx_packet() 541 imupkt->hostcmd.size, imupkt->hostcmd.seq_num); in wlan_decode_rx_packet() 563 … if (upld_type == MLAN_TYPE_EVENT && (wlan_le16_to_cpu(imupkt->hostcmd.command) == EVENT_VDLL_IND)) in wlan_decode_rx_packet() 598 (upld_type == MLAN_TYPE_CMD) ? imupkt->hostcmd.command : event_cause); in wlan_decode_rx_packet() 624 wifi_prepare_set_cal_data_cmd(&imupkt->hostcmd, wlan_get_next_seq_num()); in _wlan_set_cal_data() 627 imupkt->size = imupkt->hostcmd.size + INTF_HEADER_LEN; in _wlan_set_cal_data() 645 wifi_prepare_get_channel_region_cfg_cmd(&imupkt->hostcmd, wlan_get_next_seq_num()); in wlan_get_channel_region_cfg() [all …]
|
| D | wifi-sdio.c | 91 HostCmd_DS_COMMAND hostcmd; 609 …if (upld_type == MLAN_TYPE_EVENT && (wlan_le16_to_cpu(sdiopkt->hostcmd.command) == EVENT_VDLL_IND)) in wlan_decode_rx_packet() 618 if (upld_type == MLAN_TYPE_EVENT && (wlan_le16_to_cpu(sdiopkt->hostcmd.command) == EVENT_CSI)) in wlan_decode_rx_packet() 678 if (upld_type == MLAN_TYPE_EVENT && sdiopkt->hostcmd.command == EVENT_TX_DATA_PAUSE) in wlan_decode_rx_packet() 843 wifi_prepare_set_cal_data_cmd(&sdiopkt->hostcmd, (t_u16)wlan_get_next_seq_num()); in _wlan_set_cal_data() 846 sdiopkt->size = sdiopkt->hostcmd.size + INTF_HEADER_LEN; in _wlan_set_cal_data() 874 wifi_prepare_reconfigure_tx_buf_cmd(&sdiopkt->hostcmd, (t_u16)wlan_get_next_seq_num()); in wlan_reconfigure_tx_buffers() 876 sdiopkt->size = sdiopkt->hostcmd.size + INTF_HEADER_LEN; in wlan_reconfigure_tx_buffers() 909 wifi_prepare_get_channel_region_cfg_cmd(&sdiopkt->hostcmd, (t_u16)wlan_get_next_seq_num()); in wlan_get_channel_region_cfg() 912 sdiopkt->size = sdiopkt->hostcmd.size + INTF_HEADER_LEN; in wlan_get_channel_region_cfg() [all …]
|
| D | mlan_api.c | 193 uint16_t hostcmd; in wifi_reg_access() local 198 hostcmd = HostCmd_CMD_MAC_REG_ACCESS; in wifi_reg_access() 201 hostcmd = HostCmd_CMD_BBP_REG_ACCESS; in wifi_reg_access() 204 hostcmd = HostCmd_CMD_RF_REG_ACCESS; in wifi_reg_access() 207 hostcmd = HostCmd_CMD_CAU_REG_ACCESS; in wifi_reg_access() 223 cmd->command = hostcmd; in wifi_reg_access()
|
| D | mlan_glue.c | 4016 HostCmd_DS_GEN *hostcmd = NULL; in wifi_process_cmd_response() local 4021 hostcmd = (HostCmd_DS_GEN *)resp; in wifi_process_cmd_response() 4057 if (hostcmd->size > ((char *)autolink - (char *)resp)) in wifi_process_cmd_response()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_ioctl.h | 4243 mlan_ds_misc_cmd hostcmd; member
|