Home | History | Annotate | Download | only in common

Lines Matching refs:reply

208  * @reply: Buffer for the response
209 * @reply_len: Reply buffer length
214 * response will be written to reply and reply_len is set to the actual length
215 * of the reply. This function will block for up to two seconds while waiting
216 * for the reply. If unsolicited messages are received, the blocking time may
230 char *reply, size_t *reply_len,
262 * @reply: Buffer for the message data
263 * @reply_len: Length of the reply buffer
268 * be written to reply and reply_len is set to the actual length of the reply.
272 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);