Home
last modified time | relevance | path

Searched refs:temp_evt_params (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_nan_api.h193 struct nan_event_params *temp_evt_params,
/wlan-driver/qcacld-3.0/components/target_if/nan/src/
H A Dtarget_if_nan.c911 struct nan_event_params *nan_rsp, temp_evt_params = {0}; in target_if_nan_rsp_handler() local
930 status = wmi_extract_nan_event_rsp(wmi_handle, data, &temp_evt_params, in target_if_nan_rsp_handler()
937 nan_rsp = qdf_mem_malloc(sizeof(*nan_rsp) + temp_evt_params.buf_len); in target_if_nan_rsp_handler()
941 qdf_mem_copy(nan_rsp, &temp_evt_params, sizeof(*nan_rsp)); in target_if_nan_rsp_handler()