/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_diag.c | 135 void *data_buf = NULL; in hif_diag_read_mem() local 200 data_buf = qdf_mem_alloc_consistent(scn->qdf_dev, scn->qdf_dev->dev, in hif_diag_read_mem() 202 if (!data_buf) { in hif_diag_read_mem() 206 qdf_mem_zero(data_buf, orig_nbytes); in hif_diag_read_mem() 287 qdf_mem_copy(data, data_buf, orig_nbytes); in hif_diag_read_mem() 291 if (data_buf) in hif_diag_read_mem() 293 orig_nbytes, data_buf, CE_data_base, 0); in hif_diag_read_mem() 338 void *data_buf = NULL; in hif_diag_write_mem() local 372 data_buf = qdf_mem_alloc_consistent(scn->qdf_dev, scn->qdf_dev->dev, in hif_diag_write_mem() 374 if (!data_buf) { in hif_diag_write_mem() [all …]
|
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/ |
H A D | wlan_p2p_api.c | 81 wlan_p2p_is_action_frame_of_p2p_type(uint8_t *data_buf, in wlan_p2p_is_action_frame_of_p2p_type() argument 84 return p2p_is_action_frame_of_p2p_type(data_buf, length); in wlan_p2p_is_action_frame_of_p2p_type()
|
/wlan-driver/wpa_supplicant_8/src/pasn/ |
H A D | pasn_responder.c |
|
/wlan-driver/qcacld-3.0/components/p2p/core/src/ |
H A D | wlan_p2p_off_chan_tx.h | 210 QDF_STATUS p2p_get_frame_info(uint8_t *data_buf, uint32_t length, 220 bool p2p_is_action_frame_of_p2p_type(uint8_t *data_buf, uint32_t length);
|
H A D | wlan_p2p_off_chan_tx.c | 812 QDF_STATUS p2p_get_frame_info(uint8_t *data_buf, uint32_t length, in p2p_get_frame_info() argument 818 uint8_t *buf = data_buf; in p2p_get_frame_info() 846 buf = data_buf + in p2p_get_frame_info() 881 buf = data_buf + in p2p_get_frame_info() 900 bool p2p_is_action_frame_of_p2p_type(uint8_t *data_buf, uint32_t length) in p2p_is_action_frame_of_p2p_type() argument 905 status = p2p_get_frame_info(data_buf, length, &frame_info); in p2p_is_action_frame_of_p2p_type()
|
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/ |
H A D | target_if_wifi_pos_rx_ops.c | 56 uint8_t *data_buf, in target_if_wifi_pos_oem_rsp_ev_handler() argument 101 data_buf, in target_if_wifi_pos_oem_rsp_ev_handler()
|
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/ |
H A D | wlan_p2p_api.h | 74 bool wlan_p2p_is_action_frame_of_p2p_type(uint8_t *data_buf, uint32_t length);
|
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/inc/ |
H A D | target_if_wifi_pos_rx_ops.h | 43 uint8_t *data_buf,
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_fils.c | 1120 uint8_t *key_data, *data_buf; in lim_generate_fils_pmkr0() local 1160 data_buf = qdf_mem_malloc(data_buf_len); in lim_generate_fils_pmkr0() 1161 if (!data_buf) in lim_generate_fils_pmkr0() 1164 key_data = &data_buf[0]; in lim_generate_fils_pmkr0() 1165 r0_key_data = &data_buf[key_data_len]; in lim_generate_fils_pmkr0() 1166 hash = &data_buf[key_data_len + FILS_FT_MAX_R0_KEY_DATA_LEN]; in lim_generate_fils_pmkr0() 1234 qdf_mem_zero(data_buf, data_buf_len); in lim_generate_fils_pmkr0() 1235 qdf_mem_free(data_buf); in lim_generate_fils_pmkr0()
|
H A D | lim_utils.c | 6502 uint8_t *data_buf; in lim_send_action_frm_tb_ppdu_cfg() local 6511 data_buf = qdf_mem_malloc(frm_len + sizeof(*cfg_msg)); in lim_send_action_frm_tb_ppdu_cfg() 6512 if (!data_buf) in lim_send_action_frm_tb_ppdu_cfg() 6515 cfg_msg = (struct cfg_action_frm_tb_ppdu *)data_buf; in lim_send_action_frm_tb_ppdu_cfg() 6517 frm = (tDot11fvendor_action_frame *)(data_buf + sizeof(*cfg_msg)); in lim_send_action_frm_tb_ppdu_cfg() 6542 qdf_mem_free(data_buf); in lim_send_action_frm_tb_ppdu_cfg()
|
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/ |
H A D | target_if_direct_buf_rx_main.c | 2099 uint8_t *data_buf, in target_if_direct_buf_rx_rsp_event_handler() argument 2132 wmi_handle, data_buf, &dbr_rsp) != QDF_STATUS_SUCCESS) { in target_if_direct_buf_rx_rsp_event_handler() 2210 wmi_handle, data_buf, i, in target_if_direct_buf_rx_rsp_event_handler() 2231 wmi_handle, data_buf, i, in target_if_direct_buf_rx_rsp_event_handler() 2239 wmi_handle, data_buf, i, in target_if_direct_buf_rx_rsp_event_handler() 2247 wmi_handle, data_buf, i, in target_if_direct_buf_rx_rsp_event_handler()
|
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
H A D | target_if_spectral.c | 7718 target_if_spectral_fw_param_event_handler(ol_scn_t scn, uint8_t *data_buf, in target_if_spectral_fw_param_event_handler() argument 7735 if (!data_buf) { in target_if_spectral_fw_param_event_handler() 7759 psoc, data_buf, &event_params); in target_if_spectral_fw_param_event_handler() 7788 psoc, data_buf, in target_if_spectral_fw_param_event_handler() 7810 psoc, data_buf, &chan_info); in target_if_spectral_fw_param_event_handler() 7848 (psoc, data_buf, &det_info, det_info_idx); in target_if_spectral_fw_param_event_handler() 7883 target_if_spectral_capabilities_event_handler(ol_scn_t scn, uint8_t *data_buf, in target_if_spectral_capabilities_event_handler() argument 7898 if (!data_buf) { in target_if_spectral_capabilities_event_handler() 7916 psoc, data_buf, &event_params); in target_if_spectral_capabilities_event_handler() 7940 status = target_if_wmi_extract_spectral_scan_bw_caps(psoc, data_buf, in target_if_spectral_capabilities_event_handler() [all …]
|