Lines Matching refs:timeout
37 * p2p_scan recovery timeout
39 * Many drivers are using 30 second timeout on scan results. Allow a bit larger
40 * timeout for this to avoid hitting P2P timeout unnecessarily.
206 p2p_dbg(p2p, "Set timeout (state=%s): %u.%06u sec",
215 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state));
308 int p2p_listen(struct p2p_data *p2p, unsigned int timeout)
327 p2p->pending_listen_sec = timeout / 1000;
328 p2p->pending_listen_usec = (timeout % 1000) * 1000;
346 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
1045 p2p_dbg(p2p, "Find timeout -> stop");
1101 p2p_dbg(p2p, "p2p_scan timeout (running=%d)", p2p->p2p_scan_running);
1154 int p2p_find(struct p2p_data *p2p, unsigned int timeout,
1243 p2p->last_p2p_find_timeout = timeout;
1244 if (timeout)
1245 eloop_register_timeout(timeout, 0, p2p_find_timeout,
1991 * Set new timeout to make sure a previously set one does not expire
2519 p2p_dbg(p2p, "Found GO Negotiation peer - try to start GO negotiation from timeout");
2531 p2p_dbg(p2p, "Found Invite peer - try to start Invite from timeout");
3379 /* Retry request from timeout to avoid busy loops */
3582 int timeout;
3616 timeout = success ? 500000 : 100000;
3628 timeout += r % 100000;
3630 p2p_set_timeout(p2p, 0, timeout);
3814 p2p_dbg(p2p, "Starting Listen timeout(%u,%u) on freq=%u based on callback",
3823 * complete the operation before our timeout expires.
3838 return 0; /* Internal timeout will trigger the next step */
3880 * will be started from internal timeout.
3978 p2p_dbg(p2p, "Service Discovery Query timeout");
3989 p2p_dbg(p2p, "Provision Discovery Request timeout");
4010 p2p_dbg(p2p, "User initiated Provision Discovery Request timeout");
4579 /* Schedule next extended listen timeout */
4589 p2p_dbg(p2p, "Operation in progress - skip Extended Listen timeout (%s)",
4607 p2p_dbg(p2p, "Skip Extended Listen timeout in active state (%s)", p2p_state_txt(p2p->state));
4611 p2p_dbg(p2p, "Extended Listen timeout");