Home
last modified time | relevance | path

Searched refs:app_pid (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
Dwifi_pos_ucfg.c117 uint32_t app_pid; in ucfg_wifi_pos_process_req() local
132 app_pid = wifi_pos_psoc_obj->app_pid; in ucfg_wifi_pos_process_req()
139 send_rsp_cb(psoc, app_pid, WIFI_POS_CMD_ERROR, sizeof(err), in ucfg_wifi_pos_process_req()
145 (!is_app_registered || app_pid != req->pid)) { in ucfg_wifi_pos_process_req()
147 is_app_registered, req->pid, app_pid); in ucfg_wifi_pos_process_req()
149 send_rsp_cb(psoc, app_pid, WIFI_POS_CMD_ERROR, sizeof(err), in ucfg_wifi_pos_process_req()
Dwifi_pos_main.c336 wifi_pos_obj->wifi_pos_send_rsp(psoc, wifi_pos_obj->app_pid, in wifi_pos_process_set_cap_req()
366 wifi_pos_obj->wifi_pos_send_rsp(psoc, wifi_pos_obj->app_pid, in wifi_pos_process_get_cap_req()
403 wifi_pos_obj->wifi_pos_send_rsp(psoc, wifi_pos_obj->app_pid, in wifi_pos_send_report_resp()
773 wifi_pos_obj->wifi_pos_send_rsp(psoc, wifi_pos_obj->app_pid, in wifi_pos_process_ch_info_req()
886 wifi_pos_obj->app_pid = req->pid; in wifi_pos_process_app_reg_req()
1235 uint32_t app_pid; in wifi_pos_oem_rsp_handler() local
1246 app_pid = priv->app_pid; in wifi_pos_oem_rsp_handler()
1262 wifi_pos_debug("oem data rsp, len: %d to pid: %d", len, app_pid); in wifi_pos_oem_rsp_handler()
1276 wifi_pos_send_rsp(psoc, app_pid, WIFI_POS_CMD_OEM_DATA, len, in wifi_pos_oem_rsp_handler()
1280 wifi_pos_send_rsp(psoc, app_pid, WIFI_POS_CMD_OEM_DATA, in wifi_pos_oem_rsp_handler()
Dwifi_pos_api.c460 uint32_t app_pid; in wifi_pos_get_app_pid() local
470 app_pid = wifi_pos_psoc->app_pid; in wifi_pos_get_app_pid()
473 return app_pid; in wifi_pos_get_app_pid()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_oemdata.c264 static void send_oem_err_rsp_nlink_msg(int32_t app_pid, uint8_t error_code) in send_oem_err_rsp_nlink_msg() argument
291 hdd_debug("sending oem error response to pid: %d", app_pid); in send_oem_err_rsp_nlink_msg()
293 (void)nl_srv_ucast_oem(skb, app_pid, MSG_DONTWAIT); in send_oem_err_rsp_nlink_msg()
558 char *oem_cap, int32_t app_pid) in oem_process_set_cap_req_msg() argument
599 hdd_debug("sending oem response to pid %d", app_pid); in oem_process_set_cap_req_msg()
601 (void)nl_srv_ucast_oem(skb, app_pid, MSG_DONTWAIT); in oem_process_set_cap_req_msg()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
Dwifi_pos_utils_i.h293 uint32_t app_pid; member