Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 59) sorted by relevance

123

/wlan-driver/wpa_supplicant_8/src/common/
H A Dgas_server.c
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_fips.c45 struct wmi_host_fips_event_param response; member
83 struct wmi_host_fips_event_param *response) in hdd_fips_cb() argument
90 if (!response) { in hdd_fips_cb()
102 response->pdev_id, in hdd_fips_cb()
103 response->error_status, in hdd_fips_cb()
104 response->data_len); in hdd_fips_cb()
106 response->data, response->data_len); in hdd_fips_cb()
109 if (response->error_status) { in hdd_fips_cb()
112 context->status = hdd_fips_event_dup(&context->response, in hdd_fips_cb()
113 response); in hdd_fips_cb()
[all …]
H A Dwlan_hdd_ocb.c338 struct ocb_set_config_response *response = response_ptr; in hdd_ocb_set_config_callback() local
347 if (response && response->status) in hdd_ocb_set_config_callback()
348 hdd_warn("Operation failed: %d", response->status); in hdd_ocb_set_config_callback()
350 if (response && (response->status == OCB_CHANNEL_CONFIG_SUCCESS)) in hdd_ocb_set_config_callback()
1349 struct ocb_get_tsf_timer_response response; member
1363 struct ocb_get_tsf_timer_response *response = response_ptr; in hdd_ocb_get_tsf_timer_callback() local
1372 if (response) { in hdd_ocb_get_tsf_timer_callback()
1373 priv->response = *response; in hdd_ocb_get_tsf_timer_callback()
1384 struct ocb_get_tsf_timer_response *response) in hdd_ocb_get_tsf_timer_reply() argument
1402 response->timer_high); in hdd_ocb_get_tsf_timer_reply()
[all …]
H A Dwlan_hdd_disa.c47 struct disa_encrypt_decrypt_resp_params response; member
87 context->response = *resp; in hdd_encrypt_decrypt_msg_cb()
90 context->response.data = in hdd_encrypt_decrypt_msg_cb()
93 if (!context->response.data) { in hdd_encrypt_decrypt_msg_cb()
96 qdf_mem_copy(context->response.data, in hdd_encrypt_decrypt_msg_cb()
102 context->response.data = NULL; in hdd_encrypt_decrypt_msg_cb()
344 qdf_mem_free(context->response.data); in hdd_encrypt_decrypt_context_dealloc()
409 ret = hdd_post_encrypt_decrypt_msg_rsp(hdd_ctx, &context->response); in hdd_encrypt_decrypt_msg()
H A Dwlan_hdd_sysfs.c225 static void hdd_power_debugstats_cb(struct power_stats_response *response, in hdd_power_debugstats_cb() argument
244 priv->power_stats = *response; in hdd_power_debugstats_cb()
247 if (response->num_debug_register) { in hdd_power_debugstats_cb()
248 debug_registers_len = (sizeof(response->debug_registers[0]) * in hdd_power_debugstats_cb()
249 response->num_debug_register); in hdd_power_debugstats_cb()
254 response->debug_registers, in hdd_power_debugstats_cb()
372 *response, in hdd_beacon_debugstats_cb()
389 priv->beacon_stats = *response; in hdd_beacon_debugstats_cb()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_ocb_ut.c103 struct ocb_get_tsf_timer_response response; in fake_ocb_get_tsf_timer_cmd_tlv() local
112 response.vdev_id = vdev_id; in fake_ocb_get_tsf_timer_cmd_tlv()
113 response.timer_high = 0x1234; in fake_ocb_get_tsf_timer_cmd_tlv()
114 response.timer_low = 0x5678; in fake_ocb_get_tsf_timer_cmd_tlv()
118 status = ocb_rx_ops->ocb_tsf_timer(psoc, &response); in fake_ocb_get_tsf_timer_cmd_tlv()
176 struct ocb_dcc_get_stats_response *response; in fake_dcc_get_stats_cmd_tlv() local
184 response = qdf_mem_malloc(sizeof(*response) + 2 * in fake_dcc_get_stats_cmd_tlv()
186 response->num_channels = 2; in fake_dcc_get_stats_cmd_tlv()
187 response->channel_stats_array_len = 2 * in fake_dcc_get_stats_cmd_tlv()
189 response->vdev_id = get_stats_param->vdev_id; in fake_dcc_get_stats_cmd_tlv()
[all …]
H A Dwmi_unified_ocb_tlv.c737 struct ocb_dcc_get_stats_response *response; in extract_ocb_dcc_stats_tlv() local
754 response = qdf_mem_malloc(sizeof(*response) + fix_param->num_channels * in extract_ocb_dcc_stats_tlv()
756 *resp = response; in extract_ocb_dcc_stats_tlv()
757 if (!response) in extract_ocb_dcc_stats_tlv()
760 response->vdev_id = fix_param->vdev_id; in extract_ocb_dcc_stats_tlv()
761 response->num_channels = fix_param->num_channels; in extract_ocb_dcc_stats_tlv()
762 response->channel_stats_array_len = in extract_ocb_dcc_stats_tlv()
765 response->channel_stats_array = ((uint8_t *)response) + in extract_ocb_dcc_stats_tlv()
766 sizeof(*response); in extract_ocb_dcc_stats_tlv()
767 qdf_mem_copy(response->channel_stats_array, in extract_ocb_dcc_stats_tlv()
[all …]
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Dms_funcs.c
H A Dms_funcs.h
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/
H A Dwlan_ocb_tgt_api.c109 struct ocb_get_tsf_timer_response *response) in tgt_ocb_get_tsf_timer() argument
126 response->vdev_id, in tgt_ocb_get_tsf_timer()
135 event->rsp.tsf_timer.vdev_id = response->vdev_id; in tgt_ocb_get_tsf_timer()
136 event->rsp.tsf_timer.timer_high = response->timer_high; in tgt_ocb_get_tsf_timer()
137 event->rsp.tsf_timer.timer_low = response->timer_low; in tgt_ocb_get_tsf_timer()
220 struct ocb_dcc_get_stats_response *response, in tgt_ocb_dcc_stats_indicate() argument
230 response->channel_stats_array_len; in tgt_ocb_dcc_stats_indicate()
243 response->vdev_id, in tgt_ocb_dcc_stats_indicate()
254 event->rsp.dcc_stats.vdev_id = response->vdev_id; in tgt_ocb_dcc_stats_indicate()
255 event->rsp.dcc_stats.num_channels = response->num_channels; in tgt_ocb_dcc_stats_indicate()
[all …]
/wlan-driver/qcacld-3.0/components/target_if/ocb/src/
H A Dtarget_if_ocb.c305 struct ocb_get_tsf_timer_response response; in target_if_ocb_get_tsf_timer_resp() local
333 event_buf, &response); in target_if_ocb_get_tsf_timer_resp()
339 status = ocb_rx_ops->ocb_tsf_timer(psoc, &response); in target_if_ocb_get_tsf_timer_resp()
447 struct ocb_dcc_get_stats_response *response; in target_if_dcc_get_stats_resp() local
475 event_buf, &response); in target_if_dcc_get_stats_resp()
476 if (!response || QDF_IS_STATUS_ERROR(status)) { in target_if_dcc_get_stats_resp()
483 response, in target_if_dcc_get_stats_resp()
497 if (response) in target_if_dcc_get_stats_resp()
498 qdf_mem_free(response); in target_if_dcc_get_stats_resp()
518 struct ocb_dcc_get_stats_response *response; in target_if_dcc_stats_resp() local
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_txrx.c415 struct htc_service_connect_resp response; in epping_connect_service() local
418 qdf_mem_zero(&response, sizeof(response)); in epping_connect_service()
442 status = htc_connect_service(pEpping_ctx->HTCHandle, &connect, &response); in epping_connect_service()
450 "eppingtest BE endpoint:%d\n", response.Endpoint); in epping_connect_service()
452 pEpping_ctx->EppingEndpoint[0] = response.Endpoint; in epping_connect_service()
457 status = htc_connect_service(pEpping_ctx->HTCHandle, &connect, &response); in epping_connect_service()
465 "eppingtest BK endpoint:%d\n", response.Endpoint); in epping_connect_service()
467 pEpping_ctx->EppingEndpoint[1] = response.Endpoint; in epping_connect_service()
471 pEpping_ctx->EppingEndpoint[i] = response.Endpoint; in epping_connect_service()
477 pEpping_ctx->EppingEndpoint[i] = response.Endpoint; in epping_connect_service()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/aidl/
H A Dcertificate_utils.cpp
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c440 struct htc_service_connect_resp response; in dp_htt_htc_attach() local
444 qdf_mem_zero(&response, sizeof(response)); in dp_htt_htc_attach()
472 status = htc_connect_service(soc->htc_soc, &connect, &response); in dp_htt_htc_attach()
480 soc->htc_endpoint = response.Endpoint; in dp_htt_htc_attach()
484 rh_soc->tx_endpoint = response.Endpoint; in dp_htt_htc_attach()
/wlan-driver/wpa_supplicant_8/src/eap_common/
H A Dchap.c
H A Dchap.h
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/
H A Dwlan_ocb_public_structs.h268 struct ocb_get_tsf_timer_response *response);
272 struct ocb_dcc_get_stats_response *response, bool indicate);
311 typedef void (*ocb_sync_callback)(void *context, void *response);
/wlan-driver/qcacld-3.0/os_if/fw_offload/src/
H A Dos_if_fwol.c65 struct get_elna_bypass_response *response) in os_if_fwol_get_elna_bypass_callback() argument
77 priv->elna_mode = response->elna_mode; in os_if_fwol_get_elna_bypass_callback()
207 struct thermal_throttle_info *response), in os_if_fwol_get_thermal_stats_req() argument
/wlan-driver/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py
/wlan-driver/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/
H A Dwlan_fwol_public_structs.h106 struct get_elna_bypass_response *response);
111 struct thermal_throttle_info *response);
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt.c793 struct htc_service_connect_resp response; in htt_htc_attach() local
797 qdf_mem_zero(&response, sizeof(response)); in htt_htc_attach()
827 status = htc_connect_service(pdev->htc_pdev, &connect, &response); in htt_htc_attach()
840 htt_update_endpoint(pdev, service_id, response.Endpoint); in htt_htc_attach()
843 htt_htc_tx_htt2_service_start(pdev, &connect, &response); in htt_htc_attach()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py
/wlan-driver/wpa_supplicant_8/src/utils/
H A Dbrowser.c
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c5311 void wlan_ipa_wdi_opt_dpath_notify_flt_rsvd(bool response) in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd() argument
5322 if (response) { in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5335 notify_msg->rsvd = response; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5351 int response = 0; in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb() local
5374 response = cdp_ipa_pcie_link_up(ipa_obj->dp_soc); in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
5375 if (response) { in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
5376 ipa_err("opt_dp: Pcie link up fail %d", response); in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
5396 response = cdp_ipa_opt_dp_enable_disable_low_power_mode(pdev, pdev_id, in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
5398 if (response) { in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
5400 response); in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb()
[all …]

123