Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c137 wait_time = 1000; in wpas_dpp_auth_resp_retry()
140 wait_time); in wpas_dpp_auth_resp_retry()
310 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in wpas_dpp_reply_wait_timeout()
381 wait_time = 10000; in wpas_dpp_auth_init_next()
386 wait_time = 0; in wpas_dpp_auth_init_next()
390 wait_time); in wpas_dpp_auth_init_next()
412 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in wpas_dpp_auth_init_next()
415 wait_time -= 10; in wpas_dpp_auth_init_next()
1621 wait_time = 2000; in wpas_dpp_rx_pkex_exchange_req()
1664 wait_time = 2000; in wpas_dpp_rx_pkex_exchange_resp()
[all …]
H A Doffchannel.c261 const u8 *buf, size_t len, unsigned int wait_time, in offchannel_send_action() argument
312 wpa_s->action_tx_wait_time = wait_time; in offchannel_send_action()
313 if (wait_time) in offchannel_send_action()
318 wait_time, wpa_s->pending_action_dst, in offchannel_send_action()
361 if (wait_time > wpa_s->max_remain_on_chan) in offchannel_send_action()
362 wait_time = wpa_s->max_remain_on_chan; in offchannel_send_action()
363 else if (wait_time == 0) in offchannel_send_action()
364 wait_time = 20; in offchannel_send_action()
368 wait_time, wait_time + wpa_s->extra_roc_dur); in offchannel_send_action()
369 wait_time += wpa_s->extra_roc_dur; in offchannel_send_action()
[all …]
H A Dgas_query.c286 struct wpabuf *req, unsigned int wait_time) in gas_query_tx() argument
304 wait_time > gas->wpa_s->max_remain_on_chan) in gas_query_tx()
305 wait_time = gas->wpa_s->max_remain_on_chan; in gas_query_tx()
317 wpabuf_len(req), wait_time, in gas_query_tx()
330 unsigned int wait_time; in gas_query_tx_comeback_req() local
338 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()
341 if (gas_query_tx(gas, query, req, wait_time) < 0) { in gas_query_tx_comeback_req()
H A Doffchannel.h15 const u8 *buf, size_t len, unsigned int wait_time,
H A Dp2p_supplicant.c1412 unsigned int wait_time; member
1426 MAC2STR(awork->bssid), awork->wait_time); in wpas_p2p_free_send_action_work()
1457 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear()
1458 if (awork->wait_time == 0) { in wpas_p2p_action_tx_clear()
1470 0, awork->wait_time * 1000, in wpas_p2p_action_tx_clear()
1542 awork->wait_time, in wpas_send_action_cb()
1555 size_t len, unsigned int wait_time) in wpas_send_action_work() argument
1573 awork->wait_time = wait_time; in wpas_send_action_work()
1588 size_t len, unsigned int wait_time, int *scheduled) in wpas_send_action() argument
1605 len, wait_time); in wpas_send_action()
[all …]
/freebsd-12.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c111 wait_time = 1000; in hostapd_dpp_auth_resp_retry()
114 wait_time); in hostapd_dpp_auth_resp_retry()
259 wait_time -= diff_ms; in hostapd_dpp_reply_wait_timeout()
266 freq, wait_time); in hostapd_dpp_reply_wait_timeout()
276 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in hostapd_dpp_reply_wait_timeout()
346 wait_time = 10000; in hostapd_dpp_auth_init_next()
351 wait_time = 0; in hostapd_dpp_auth_init_next()
353 wait_time -= used; in hostapd_dpp_auth_init_next()
355 wait_time); in hostapd_dpp_auth_init_next()
377 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in hostapd_dpp_auth_init_next()
[all …]
H A Daccounting.c464 unsigned int i, wait_time; in accounting_interim_error_cb() local
491 wait_time = 0; in accounting_interim_error_cb()
493 wait_time = 3; /* RADIUS_CLIENT_FIRST_WAIT */ in accounting_interim_error_cb()
495 wait_time *= 2; in accounting_interim_error_cb()
497 res = eloop_deplete_timeout(wait_time, 0, accounting_interim_update, in accounting_interim_error_cb()
503 MAC2STR(addr), sta->acct_interim_errors, wait_time); in accounting_interim_error_cb()
H A Dgas_query_ap.c260 struct wpabuf *req, unsigned int wait_time) in gas_query_tx() argument
273 res = hostapd_drv_send_action(gas->hapd, query->freq, wait_time, in gas_query_tx()
284 unsigned int wait_time; in gas_query_tx_comeback_req() local
292 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()
295 if (gas_query_tx(gas, query, req, wait_time) < 0) { in gas_query_tx_comeback_req()
/freebsd-12.1/lib/libc/rpc/
H A Dkey_call.c301 struct timeval wait_time; in getkeyserv_handle() local
405 wait_time.tv_sec = TOTAL_TIMEOUT/TOTAL_TRIES; in getkeyserv_handle()
406 wait_time.tv_usec = 0; in getkeyserv_handle()
408 (char *)&wait_time); in getkeyserv_handle()
422 struct timeval wait_time; in key_call() local
452 wait_time.tv_sec = TOTAL_TIMEOUT; in key_call()
453 wait_time.tv_usec = 0; in key_call()
456 wait_time) == RPC_SUCCESS) { in key_call()
/freebsd-12.1/sys/dev/liquidio/base/
H A Dlio_ctrl.c84 rdatasize = (nctrl->wait_time) ? 16 : 0; in lio_alloc_ctrl_pkt_sc()
111 sc->wait_time = nctrl->wait_time; in lio_alloc_ctrl_pkt_sc()
H A Dlio_ctrl.h74 size_t wait_time; member
H A Dlio_iq.h258 int wait_time; member
H A Dlio_request_manager.c720 if (sc->wait_time) in lio_send_soft_command()
721 sc->timeout = ticks + lio_ms_to_ticks(sc->wait_time); in lio_send_soft_command()
/freebsd-12.1/contrib/wpa/src/p2p/
H A Dp2p_sd.c278 unsigned int wait_time; in p2p_start_sd() local
312 wait_time = 5000; in p2p_start_sd()
313 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen) in p2p_start_sd()
314 wait_time = p2p->cfg->max_listen; in p2p_start_sd()
317 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) { in p2p_start_sd()
429 unsigned int wait_time = 200; in p2p_sd_response() local
464 wait_time = 0; /* no more SD frames in the sequence */ in p2p_sd_response()
475 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0) in p2p_sd_response()
628 unsigned int wait_time = 200; in p2p_rx_gas_comeback_req() local
681 wait_time = 0; /* no more SD frames in the sequence */ in p2p_rx_gas_comeback_req()
[all …]
H A Dp2p_dev_disc.c71 unsigned int wait_time; in p2p_send_dev_disc_req() local
92 wait_time = 1000; in p2p_send_dev_disc_req()
93 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen) in p2p_send_dev_disc_req()
94 wait_time = p2p->cfg->max_listen; in p2p_send_dev_disc_req()
97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) { in p2p_send_dev_disc_req()
H A Dp2p_i.h880 size_t len, unsigned int wait_time);
/freebsd-12.1/tools/tools/netrate/netsend/
H A Dnetsend.c102 wait_time(struct timespec ts, struct timespec *wakeup_ts, long long *waited) in wait_time() function
182 if (wait_time(starttime, NULL, NULL) == -1) in timing_loop()
211 if (wait_time(nexttime, &tmptime, &waited) == -1) in timing_loop()
/freebsd-12.1/sys/dev/liquidio/
H A Dlio_ioctl.c387 sc->wait_time = 5000; in lio_change_mtu()
443 nctrl.wait_time = 100; in lio_set_mac()
542 nctrl.wait_time = 0; in lio_set_mcast_list()
H A Dlio_rss.c123 sc->wait_time = 1000; in lio_send_rss_param()
H A Dlio_main.c1291 sc->wait_time = 3000; in lio_setup_nic_devices()
1637 nctrl.wait_time = 100; in lio_set_rxcsum_command()
2053 sc->wait_time = 5000; in lio_send_rx_ctrl_cmd()
2090 nctrl.wait_time = 100; in lio_vlan_rx_add_vid()
2121 nctrl.wait_time = 100; in lio_vlan_rx_kill_vid()
H A Dlio_sysctl.c122 nctrl.wait_time = 100; in lio_send_queue_count_update()
700 nctrl.wait_time = 100; in lio_get_set_pauseparam()
1431 sc->wait_time = 500; /* in milli seconds */ in lio_get_fw_stats()
1494 sc->wait_time = 1000; in lio_get_intrmod_cfg()
1560 sc->wait_time = 1000; in lio_set_intrmod_cfg()
H A Dlio_core.c60 nctrl.wait_time = 100; in lio_set_feature()
/freebsd-12.1/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)) in gas_server_init() argument
/freebsd-12.1/tools/tools/netmap/
H A Dpkt-gen.c1261 wait_time(struct timespec ts) in wait_time() function
1312 wait_time(targ->tic); in ping_body()
1325 wait_time(nexttime); in ping_body()
1589 wait_time(targ->tic); in sender_body()
1645 wait_time(nexttime); in sender_body()
1949 wait_time(targ->tic); in txseq_body()
1970 wait_time(nexttime); in txseq_body()

12