Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifi_hal.cpp1905 wifihal_ctrl_sync_rsp_t ctrl_reply; in internal_pollin_handler_app() local
1941 ctrl_reply.ctrl_cmd = ctrl_msg->ctrl_cmd; in internal_pollin_handler_app()
1942 ctrl_reply.family_name = ctrl_msg->family_name; in internal_pollin_handler_app()
1943 ctrl_reply.cmd_id = ctrl_msg->cmd_id; in internal_pollin_handler_app()
1944 ctrl_reply.status = retval; in internal_pollin_handler_app()
1949 if (sendto(sock->s, (char *)&ctrl_reply, sizeof(ctrl_reply), 0, (struct sockaddr *)&from, in internal_pollin_handler_app()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifi_hal.cpp1985 wifihal_ctrl_sync_rsp_t ctrl_reply; in internal_pollin_handler_app() local
2021 ctrl_reply.ctrl_cmd = ctrl_msg->ctrl_cmd; in internal_pollin_handler_app()
2022 ctrl_reply.family_name = ctrl_msg->family_name; in internal_pollin_handler_app()
2023 ctrl_reply.cmd_id = ctrl_msg->cmd_id; in internal_pollin_handler_app()
2024 ctrl_reply.status = retval; in internal_pollin_handler_app()
2029 if (sendto(sock->s, (char *)&ctrl_reply, sizeof(ctrl_reply), 0, (struct sockaddr *)&from, in internal_pollin_handler_app()