Lines Matching refs:cmd_info

555 		const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info);
569 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info);
571 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info);
573 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info);
575 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info);
577 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info);
652 const wl_drv_sub_cmd_t *cmd, char *command, wl_drv_cmd_info_t *cmd_info);
674 const wl_drv_sub_cmd_t *cmd, char *command, wl_drv_cmd_info_t *cmd_info);
676 const wl_drv_sub_cmd_t *cmd, char *command, wl_drv_cmd_info_t *cmd_info);
4415 wl_natoe_cmd_info_t cmd_info; in wl_android_process_natoe_cmd() local
4435 cmd_info.command = command; in wl_android_process_natoe_cmd()
4436 cmd_info.tot_len = total_len; in wl_android_process_natoe_cmd()
4437 ret = natoe_cmd->handler(dev, natoe_cmd, pcmd, &cmd_info); in wl_android_process_natoe_cmd()
4450 wl_natoe_cmd_info_t *cmd_info = (wl_natoe_cmd_info_t *)ctx; in wlu_natoe_set_vars_cbfn() local
4451 uint8 *command = cmd_info->command; in wlu_natoe_set_vars_cbfn()
4452 uint16 total_len = cmd_info->tot_len; in wlu_natoe_set_vars_cbfn()
4463 cmd_info->bytes_written = bytes_written; in wlu_natoe_set_vars_cbfn()
4490 cmd_info->bytes_written = bytes_written; in wlu_natoe_set_vars_cbfn()
4503 cmd_info->bytes_written = bytes_written; in wlu_natoe_set_vars_cbfn()
4512 cmd_info->bytes_written = bytes_written; in wlu_natoe_set_vars_cbfn()
4520 cmd_info->bytes_written = bytes_written; in wlu_natoe_set_vars_cbfn()
4537 uint16 iocsz, uint8 *buf, uint16 buflen, wl_natoe_cmd_info_t *cmd_info) in wl_natoe_get_ioctl() argument
4550 res = bcm_unpack_xtlv_buf(cmd_info, iocresp->data, iocresp->len, in wl_natoe_get_ioctl()
4554 res = cmd_info->bytes_written; in wl_natoe_get_ioctl()
4568 char *command, wl_natoe_cmd_info_t *cmd_info) in wl_android_natoe_subcmd_enable() argument
4602 WLC_IOCTL_MEDLEN, cmd_info); in wl_android_natoe_subcmd_enable()
4644 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info) in wl_android_natoe_subcmd_config_ips() argument
4680 WLC_IOCTL_MEDLEN, cmd_info); in wl_android_natoe_subcmd_config_ips()
4764 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info) in wl_android_natoe_subcmd_config_ports() argument
4800 WLC_IOCTL_MEDLEN, cmd_info); in wl_android_natoe_subcmd_config_ports()
4864 char *command, wl_natoe_cmd_info_t *cmd_info) in wl_android_natoe_subcmd_dbg_stats() argument
4899 WLC_IOCTL_MAXLEN, cmd_info); in wl_android_natoe_subcmd_dbg_stats()
4941 char *command, wl_natoe_cmd_info_t *cmd_info) in wl_android_natoe_subcmd_tbl_cnt() argument
4976 WLC_IOCTL_MEDLEN, cmd_info); in wl_android_natoe_subcmd_tbl_cnt()
5025 wl_drv_cmd_info_t cmd_info; in wl_android_process_mbo_cmd() local
5045 cmd_info.command = command; in wl_android_process_mbo_cmd()
5046 cmd_info.tot_len = total_len; in wl_android_process_mbo_cmd()
5047 ret = mbo_cmd->handler(dev, mbo_cmd, pcmd, &cmd_info); in wl_android_process_mbo_cmd()
5088 wl_drv_cmd_info_t *cmd_info = (wl_drv_cmd_info_t *)ctx; in wl_android_mbo_resp_parse_cbfn() local
5089 uint8 *command = cmd_info->command; in wl_android_mbo_resp_parse_cbfn()
5090 uint16 total_len = cmd_info->tot_len; in wl_android_mbo_resp_parse_cbfn()
5103 cmd_info->bytes_written = bytes_written; in wl_android_mbo_resp_parse_cbfn()
5114 char *command, wl_drv_cmd_info_t *cmd_info) in wl_android_mbo_subcmd_cell_data_cap() argument
5161 ret = bcm_unpack_xtlv_buf((void *)cmd_info, (uint8 *)p_resp->data, in wl_android_mbo_subcmd_cell_data_cap()
5165 ret = cmd_info->bytes_written; in wl_android_mbo_subcmd_cell_data_cap()
5235 wl_drv_cmd_info_t *cmd_info = (wl_drv_cmd_info_t *)ctx; in wl_android_mbo_non_pref_chan_parse_cbfn() local
5236 uint8 *command = cmd_info->command + cmd_info->bytes_written; in wl_android_mbo_non_pref_chan_parse_cbfn()
5237 uint16 total_len = cmd_info->tot_len; in wl_android_mbo_non_pref_chan_parse_cbfn()
5240 WL_DBG(("Total bytes written at begining %u\n", cmd_info->bytes_written)); in wl_android_mbo_non_pref_chan_parse_cbfn()
5252 cmd_info->bytes_written += bytes_written; in wl_android_mbo_non_pref_chan_parse_cbfn()
5260 cmd_info->bytes_written += bytes_written; in wl_android_mbo_non_pref_chan_parse_cbfn()
5268 cmd_info->bytes_written += bytes_written; in wl_android_mbo_non_pref_chan_parse_cbfn()
5276 cmd_info->bytes_written += bytes_written; in wl_android_mbo_non_pref_chan_parse_cbfn()
5282 WL_DBG(("Total bytes written %u\n", cmd_info->bytes_written)); in wl_android_mbo_non_pref_chan_parse_cbfn()
5289 wl_drv_cmd_info_t *cmd_info) in wl_android_mbo_subcmd_non_pref_chan() argument
5335 ret = bcm_unpack_xtlv_buf((void *)cmd_info, (uint8 *)p_resp->data, in wl_android_mbo_subcmd_non_pref_chan()
5339 ret = cmd_info->bytes_written; in wl_android_mbo_subcmd_non_pref_chan()