Searched refs:ctrl_reply (Results 1 – 1 of 1) sorted by relevance
1362 wifihal_ctrl_sync_rsp_t ctrl_reply; in internal_pollin_handler_app() local1398 ctrl_reply.ctrl_cmd = ctrl_msg->ctrl_cmd; in internal_pollin_handler_app()1399 ctrl_reply.family_name = ctrl_msg->family_name; in internal_pollin_handler_app()1400 ctrl_reply.cmd_id = ctrl_msg->cmd_id; in internal_pollin_handler_app()1401 ctrl_reply.status = retval; in internal_pollin_handler_app()1406 if (sendto(sock->s, (char *)&ctrl_reply, sizeof(ctrl_reply), 0, (struct sockaddr *)&from, in internal_pollin_handler_app()