Searched refs:ctrl_reply (Results 1 – 1 of 1) sorted by relevance
1411 wifihal_ctrl_sync_rsp_t ctrl_reply; in internal_pollin_handler_app() local1447 ctrl_reply.ctrl_cmd = ctrl_msg->ctrl_cmd; in internal_pollin_handler_app()1448 ctrl_reply.family_name = ctrl_msg->family_name; in internal_pollin_handler_app()1449 ctrl_reply.cmd_id = ctrl_msg->cmd_id; in internal_pollin_handler_app()1450 ctrl_reply.status = retval; in internal_pollin_handler_app()1455 if (sendto(sock->s, (char *)&ctrl_reply, sizeof(ctrl_reply), 0, (struct sockaddr *)&from, in internal_pollin_handler_app()