Lines Matching defs:reply
143 * side (wpa_supplicant or hostapd) can reply to the control interface
482 char *reply, size_t *reply_len,
563 res = recv(ctrl->s, reply, *reply_len, 0);
566 if ((res > 0 && reply[0] == '<') ||
567 (res > 6 && strncmp(reply, "IFNAME=", 7) == 0)) {
569 * wpa_supplicant, not the reply to the
577 reply[res] = '\0';
578 msg_cb(reply, res);
623 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len)
627 res = recv(ctrl->s, reply, *reply_len, 0);
732 char *reply, size_t *reply_len,
741 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL))
749 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len)
752 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL))