Searched refs:iwcmd (Results 1 – 1 of 1) sorted by relevance
945 wma_cli_set_cmd_t *iwcmd; in wma_cli_set2_command() local947 iwcmd = qdf_mem_malloc(sizeof(*iwcmd)); in wma_cli_set2_command()948 if (!iwcmd) in wma_cli_set2_command()951 qdf_mem_zero(iwcmd, sizeof(*iwcmd)); in wma_cli_set2_command()952 iwcmd->param_value = sval1; in wma_cli_set2_command()953 iwcmd->param_sec_value = sval2; in wma_cli_set2_command()954 iwcmd->param_vdev_id = vdev_id; in wma_cli_set2_command()955 iwcmd->param_id = param_id; in wma_cli_set2_command()956 iwcmd->param_vp_dev = vpdev; in wma_cli_set2_command()959 msg.bodyptr = iwcmd; in wma_cli_set2_command()[all …]