| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | offchannel.c | 261 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 D | dpp_supplicant.c | 235 wait_time = 1000; in wpas_dpp_auth_resp_retry() 238 wait_time); in wpas_dpp_auth_resp_retry() 605 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in wpas_dpp_reply_wait_timeout() 698 wait_time = 0; in wpas_dpp_auth_init_next() 702 wait_time); in wpas_dpp_auth_init_next() 726 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in wpas_dpp_auth_init_next() 729 wait_time -= 10; in wpas_dpp_auth_init_next() 2195 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in wpas_dpp_rx_reconfig_announcement() 2198 wait_time -= 10; in wpas_dpp_rx_reconfig_announcement() 2682 wait_time = 2000; in wpas_dpp_rx_pkex_exchange_req() [all …]
|
| H A D | gas_query.c | 277 struct wpabuf *req, unsigned int wait_time) in gas_query_tx() argument 295 wait_time > gas->wpa_s->max_remain_on_chan) in gas_query_tx() 296 wait_time = gas->wpa_s->max_remain_on_chan; in gas_query_tx() 308 wpabuf_len(req), wait_time, in gas_query_tx() 321 unsigned int wait_time; in gas_query_tx_comeback_req() local 329 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req() 332 if (gas_query_tx(gas, query, req, wait_time) < 0) { in gas_query_tx_comeback_req()
|
| H A D | offchannel.h | 15 const u8 *buf, size_t len, unsigned int wait_time,
|
| H A D | p2p_supplicant.c | 1470 unsigned int wait_time; member 1484 MAC2STR(awork->bssid), awork->wait_time); in wpas_p2p_free_send_action_work() 1515 wpa_s->p2p_send_action_work, awork->wait_time); in wpas_p2p_action_tx_clear() 1516 if (awork->wait_time == 0) { in wpas_p2p_action_tx_clear() 1528 0, awork->wait_time * 1000, in wpas_p2p_action_tx_clear() 1600 awork->wait_time, in wpas_send_action_cb() 1613 size_t len, unsigned int wait_time) in wpas_send_action_work() argument 1631 awork->wait_time = wait_time; in wpas_send_action_work() 1646 size_t len, unsigned int wait_time, int *scheduled) in wpas_send_action() argument 1663 len, wait_time); in wpas_send_action() [all …]
|
| /freebsd-13.1/lib/libc/rpc/ |
| H A D | key_call.c | 301 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-13.1/contrib/wpa/src/ap/ |
| H A D | dpp_hostapd.c | 208 wait_time = 1000; in hostapd_dpp_auth_resp_retry() 211 wait_time); in hostapd_dpp_auth_resp_retry() 390 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in hostapd_dpp_reply_wait_timeout() 479 wait_time = 10000; in hostapd_dpp_auth_init_next() 484 wait_time = 0; in hostapd_dpp_auth_init_next() 486 wait_time -= used; in hostapd_dpp_auth_init_next() 488 wait_time); in hostapd_dpp_auth_init_next() 512 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in hostapd_dpp_auth_init_next() 514 wait_time -= 10; in hostapd_dpp_auth_init_next() 1411 eloop_register_timeout(wait_time / 1000, (wait_time % 1000) * 1000, in hostapd_dpp_rx_reconfig_announcement() [all …]
|
| H A D | accounting.c | 464 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 D | gas_query_ap.c | 260 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-13.1/sys/dev/liquidio/base/ |
| H A D | lio_ctrl.c | 84 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 D | lio_ctrl.h | 74 size_t wait_time; member
|
| H A D | lio_iq.h | 258 int wait_time; member
|
| H A D | lio_request_manager.c | 720 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-13.1/contrib/wpa/src/p2p/ |
| H A D | p2p_dev_disc.c | 71 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 D | p2p_sd.c | 278 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 D | p2p_i.h | 886 size_t len, unsigned int wait_time);
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | gas_server.c | 51 unsigned int wait_time); 264 unsigned int wait_time = 0; in gas_server_handle_rx_comeback_req() local 326 wait_time = 2000; in gas_server_handle_rx_comeback_req() 329 gas->tx(gas->ctx, response->freq, response->dst, resp, wait_time); in gas_server_handle_rx_comeback_req() 511 unsigned int wait_time)) in gas_server_init() argument
|
| H A D | gas_server.h | 21 unsigned int wait_time));
|
| /freebsd-13.1/tools/tools/netrate/netsend/ |
| H A D | netsend.c | 102 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-13.1/sys/dev/liquidio/ |
| H A D | lio_ioctl.c | 387 sc->wait_time = 5000; in lio_change_mtu() 443 nctrl.wait_time = 100; in lio_set_mac() 537 nctrl.wait_time = 0; in lio_set_mcast_list()
|
| H A D | lio_rss.c | 123 sc->wait_time = 1000; in lio_send_rss_param()
|
| H A D | lio_main.c | 1291 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 D | lio_sysctl.c | 122 nctrl.wait_time = 100; in lio_send_queue_count_update() 697 nctrl.wait_time = 100; in lio_get_set_pauseparam() 1428 sc->wait_time = 500; /* in milli seconds */ in lio_get_fw_stats() 1491 sc->wait_time = 1000; in lio_get_intrmod_cfg() 1557 sc->wait_time = 1000; in lio_set_intrmod_cfg()
|
| H A D | lio_core.c | 60 nctrl.wait_time = 100; in lio_set_feature()
|
| /freebsd-13.1/tools/tools/netmap/ |
| H A D | pkt-gen.c | 1280 wait_time(struct timespec ts) in wait_time() function 1331 wait_time(targ->tic); in ping_body() 1344 wait_time(nexttime); in ping_body() 1608 wait_time(targ->tic); in sender_body() 1664 wait_time(nexttime); in sender_body() 1968 wait_time(targ->tic); in txseq_body() 1989 wait_time(nexttime); in txseq_body()
|