Searched refs:wait_time (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Doffchannel.c248 * @wait_time: Wait time for response in milliseconds
256 * channel. The @wait_time parameter can be used to request the driver to remain
261 const u8 *buf, size_t len, unsigned int wait_time,
312 wpa_s->action_tx_wait_time = wait_time;
313 if (wait_time)
318 wait_time, wpa_s->pending_action_dst,
361 if (wait_time > wpa_s->max_remain_on_chan)
362 wait_time = wpa_s->max_remain_on_chan;
363 else if (wait_time == 0)
364 wait_time
259 offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, void (*tx_cb)(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result), int no_cck) argument
[all...]
H A Doffchannel.h15 const u8 *buf, size_t len, unsigned int wait_time,
H A Ddpp_supplicant.c116 unsigned int wait_time, max_tries; local
135 wait_time = wpa_s->dpp_resp_retry_time;
137 wait_time = 1000;
140 wait_time);
142 eloop_register_timeout(wait_time / 1000,
143 (wait_time % 1000) * 1000,
255 unsigned int wait_time, diff_ms; local
260 wait_time = wpa_s->dpp_resp_wait_time ?
266 "DPP: Reply wait timeout - wait_time=%u diff_ms=%u",
267 wait_time, diff_m
349 unsigned int wait_time, max_wait_time, freq, max_tries, used; local
1586 unsigned int wait_time; local
1636 unsigned int wait_time; local
1695 unsigned int wait_time; local
2009 unsigned int wait_time; local
2125 unsigned int wait_time; local
[all...]
H A Dgas_query.c286 struct wpabuf *req, unsigned int wait_time)
304 wait_time > gas->wpa_s->max_remain_on_chan)
305 wait_time = gas->wpa_s->max_remain_on_chan;
317 wpabuf_len(req), wait_time,
330 unsigned int wait_time; local
338 wait_time = (query->retry || !query->offchannel_tx_started) ?
341 if (gas_query_tx(gas, query, req, wait_time) < 0) {
285 gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, struct wpabuf *req, unsigned int wait_time) argument
H A Dp2p_supplicant.c1412 unsigned int wait_time; member in struct:send_action_work
1423 MACSTR " src=" MACSTR " bssid=" MACSTR " wait_time=%u)",
1426 MAC2STR(awork->bssid), awork->wait_time);
1456 "P2P: Clear Action TX work @%p (wait_time=%u)",
1457 wpa_s->p2p_send_action_work, awork->wait_time);
1458 if (awork->wait_time == 0) {
1470 0, awork->wait_time * 1000,
1542 awork->wait_time,
1555 size_t len, unsigned int wait_time)
1573 awork->wait_time
1552 wpas_send_action_work(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
1586 wpas_send_action(void *ctx, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, int *scheduled) argument
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_ctrl.c84 rdatasize = (nctrl->wait_time) ? 16 : 0;
111 sc->wait_time = nctrl->wait_time;
H A Dlio_ctrl.h72 * If wait_time is 0, OSI assumes no response is expected.
74 size_t wait_time; member in struct:lio_ctrl_pkt
H A Dlio_iq.h258 int wait_time; member in struct:lio_soft_command
H A Dlio_request_manager.c720 if (sc->wait_time)
721 sc->timeout = ticks + lio_ms_to_ticks(sc->wait_time);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dgas_server.h20 unsigned int wait_time));
H A Dgas_server.c48 unsigned int wait_time);
422 unsigned int wait_time))
418 gas_server_init(void *ctx, void (*tx)(void *ctx, int freq, const u8 *da, struct wpabuf *buf, unsigned int wait_time)) argument
/freebsd-11-stable/lib/libc/rpc/
H A Dkey_call.c299 struct timeval wait_time; local
403 wait_time.tv_sec = TOTAL_TIMEOUT/TOTAL_TRIES;
404 wait_time.tv_usec = 0;
406 (char *)&wait_time);
420 struct timeval wait_time; local
450 wait_time.tv_sec = TOTAL_TIMEOUT;
451 wait_time.tv_usec = 0;
454 wait_time) == RPC_SUCCESS) {
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_dev_disc.c71 unsigned int wait_time; local
92 wait_time = 1000;
93 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
94 wait_time = p2p->cfg->max_listen;
97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
H A Dp2p_sd.c278 unsigned int wait_time; local
312 wait_time = 5000;
313 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
314 wait_time = p2p->cfg->max_listen;
317 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
429 unsigned int wait_time = 200; local
464 wait_time = 0; /* no more SD frames in the sequence */
475 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0)
628 unsigned int wait_time = 200; local
681 wait_time
[all...]
H A Dp2p_i.h880 size_t len, unsigned int wait_time);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c89 unsigned int wait_time, max_tries; local
109 wait_time = hapd->dpp_resp_retry_time;
111 wait_time = 1000;
114 wait_time);
116 eloop_register_timeout(wait_time / 1000,
117 (wait_time % 1000) * 1000,
215 unsigned int wait_time, diff_ms; local
220 wait_time = hapd->dpp_resp_wait_time ?
226 "DPP: Reply wait timeout - wait_time=%u diff_ms=%u",
227 wait_time, diff_m
314 unsigned int wait_time, max_wait_time, freq, max_tries, used; local
[all...]
H A Daccounting.c464 unsigned int i, wait_time; local
491 wait_time = 0;
493 wait_time = 3; /* RADIUS_CLIENT_FIRST_WAIT */
495 wait_time *= 2;
497 res = eloop_deplete_timeout(wait_time, 0, accounting_interim_update,
503 MAC2STR(addr), sta->acct_interim_errors, wait_time);
H A Dgas_query_ap.c260 struct wpabuf *req, unsigned int wait_time)
273 res = hostapd_drv_send_action(gas->hapd, query->freq, wait_time,
284 unsigned int wait_time; local
292 wait_time = (query->retry || !query->offchannel_tx_started) ?
295 if (gas_query_tx(gas, query, req, wait_time) < 0) {
258 gas_query_tx(struct gas_query_ap *gas, struct gas_query_pending *query, struct wpabuf *req, unsigned int wait_time) argument
/freebsd-11-stable/tools/tools/netrate/netsend/
H A Dnetsend.c102 wait_time(struct timespec ts, struct timespec *wakeup_ts, long long *waited) function
115 printf("warning: wait_time missed deadline without spinning\n");
182 if (wait_time(starttime, NULL, NULL) == -1)
211 if (wait_time(nexttime, &tmptime, &waited) == -1)
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_ioctl.c387 sc->wait_time = 5000;
443 nctrl.wait_time = 100;
542 nctrl.wait_time = 0;
H A Dlio_rss.c123 sc->wait_time = 1000;
H A Dlio_main.c1291 sc->wait_time = 3000;
1637 nctrl.wait_time = 100;
2053 sc->wait_time = 5000;
2090 nctrl.wait_time = 100;
2121 nctrl.wait_time = 100;
H A Dlio_sysctl.c122 nctrl.wait_time = 100;
700 nctrl.wait_time = 100;
1431 sc->wait_time = 500; /* in milli seconds */
1494 sc->wait_time = 1000;
1560 sc->wait_time = 1000;
H A Dlio_core.c60 nctrl.wait_time = 100;
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c1261 wait_time(struct timespec ts) function
1312 wait_time(targ->tic);
1325 wait_time(nexttime);
1589 wait_time(targ->tic);
1645 wait_time(nexttime);
1949 wait_time(targ->tic);
1970 wait_time(nexttime);

Completed in 247 milliseconds

12