/freebsd/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 | 218 unsigned int wait_time, max_tries; in wpas_dpp_auth_resp_retry() local 237 wait_time = wpa_s->dpp_resp_retry_time; in wpas_dpp_auth_resp_retry() 239 wait_time = 1000; in wpas_dpp_auth_resp_retry() 242 if (wait_time > 100) in wpas_dpp_auth_resp_retry() 243 wait_time = 100; in wpas_dpp_auth_resp_retry() 248 wait_time); in wpas_dpp_auth_resp_retry() 250 eloop_register_timeout(wait_time / 1000, in wpas_dpp_auth_resp_retry() 251 (wait_time % 1000) * 1000, in wpas_dpp_auth_resp_retry() 274 unsigned int wait_time) in wpas_dpp_stop_listen_for_tx() argument 289 if (wpa_s->dpp_listen_freq == freq && remaining > wait_time) in wpas_dpp_stop_listen_for_tx() [all …]
|
H A D | nan_usd.c | 55 unsigned int wait_time; member 87 unsigned int wait_time, const u8 *dst, in wpas_nan_de_tx_send() argument 98 wait_time, wpas_nan_de_tx_status, 1); in wpas_nan_de_tx_send() 118 if (wpas_nan_de_tx_send(wpa_s, twork->freq, twork->wait_time, in wpas_nan_usd_start_tx_cb() 125 static int wpas_nan_de_tx(void *ctx, unsigned int freq, unsigned int wait_time, in wpas_nan_de_tx() argument 134 return wpas_nan_de_tx_send(wpa_s, freq, wait_time, dst, src, in wpas_nan_de_tx() 142 twork->wait_time = wait_time; in wpas_nan_de_tx()
|
H A D | gas_query.c | 285 struct wpabuf *req, unsigned int wait_time) in gas_query_tx() argument 303 wait_time > gas->wpa_s->max_remain_on_chan) in gas_query_tx() 304 wait_time = gas->wpa_s->max_remain_on_chan; in gas_query_tx() 316 wpabuf_len(req), wait_time, in gas_query_tx() 329 unsigned int wait_time; in gas_query_tx_comeback_req() local 337 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req() 340 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,
|
/freebsd/lib/libc/rpc/ |
H A D | key_call.c | 297 struct timeval wait_time; in getkeyserv_handle() local 401 wait_time.tv_sec = TOTAL_TIMEOUT/TOTAL_TRIES; in getkeyserv_handle() 402 wait_time.tv_usec = 0; in getkeyserv_handle() 404 (char *)&wait_time); in getkeyserv_handle() 418 struct timeval wait_time; in key_call() local 448 wait_time.tv_sec = TOTAL_TIMEOUT; in key_call() 449 wait_time.tv_usec = 0; in key_call() 452 wait_time) == RPC_SUCCESS) { in key_call()
|
/freebsd/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 | 277 unsigned int wait_time; in p2p_start_sd() local 310 wait_time = 5000; in p2p_start_sd() 311 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen) in p2p_start_sd() 312 wait_time = p2p->cfg->max_listen; in p2p_start_sd() 315 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) { in p2p_start_sd() 427 unsigned int wait_time = 200; in p2p_sd_response() local 462 wait_time = 0; /* no more SD frames in the sequence */ in p2p_sd_response() 473 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0) in p2p_sd_response() 635 unsigned int wait_time = 200; in p2p_rx_gas_comeback_req() local 688 wait_time = 0; /* no more SD frames in the sequence */ in p2p_rx_gas_comeback_req() [all …]
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_ctrl.c | 83 rdatasize = (nctrl->wait_time) ? 16 : 0; in lio_alloc_ctrl_pkt_sc() 110 sc->wait_time = nctrl->wait_time; in lio_alloc_ctrl_pkt_sc()
|
H A D | lio_ctrl.h | 73 size_t wait_time; member
|
H A D | lio_iq.h | 257 int wait_time; member
|
H A D | lio_request_manager.c | 705 if (sc->wait_time) in lio_send_soft_command() 706 sc->timeout = ticks + lio_ms_to_ticks(sc->wait_time); in lio_send_soft_command()
|
/freebsd/contrib/wpa/src/ap/ |
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 | dpp_hostapd.c | 194 unsigned int wait_time, max_tries; in hostapd_dpp_auth_resp_retry() local 214 wait_time = hapd->dpp_resp_retry_time; in hostapd_dpp_auth_resp_retry() 216 wait_time = 1000; in hostapd_dpp_auth_resp_retry() 219 wait_time); in hostapd_dpp_auth_resp_retry() 221 eloop_register_timeout(wait_time / 1000, in hostapd_dpp_auth_resp_retry() 222 (wait_time % 1000) * 1000, in hostapd_dpp_auth_resp_retry() 380 unsigned int wait_time; in hostapd_dpp_pkex_init() local 406 wait_time = 2000; /* TODO: hapd->max_remain_on_chan; */ in hostapd_dpp_pkex_init() 414 pkex->exch_req_wait_time = wait_time; in hostapd_dpp_pkex_init() 613 unsigned int wait_time, diff_ms; in hostapd_dpp_reply_wait_timeout() local [all …]
|
H A D | gas_query_ap.c | 262 struct wpabuf *req, unsigned int wait_time) in gas_query_tx() argument 275 res = hostapd_drv_send_action(gas->hapd, query->freq, wait_time, in gas_query_tx() 286 unsigned int wait_time; in gas_query_tx_comeback_req() local 294 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req() 297 if (gas_query_tx(gas, query, req, wait_time) < 0) { in gas_query_tx_comeback_req()
|
H A D | nan_usd_ap.c | 20 unsigned int wait_time, in hostapd_nan_de_tx() argument
|
/freebsd/contrib/wpa/src/common/ |
H A D | gas_server.c | 53 unsigned int wait_time); 276 unsigned int wait_time = 0; in gas_server_handle_rx_comeback_req() local 338 wait_time = 2000; in gas_server_handle_rx_comeback_req() 341 gas->tx(gas->ctx, response->freq, response->dst, resp, wait_time); in gas_server_handle_rx_comeback_req() 554 unsigned int wait_time)) in gas_server_init() argument
|
H A D | nan_de.c | 183 unsigned int wait_time, in nan_de_tx() argument 192 res = de->cb.tx(de->cb.ctx, freq, wait_time, dst, src, bssid, buf); in nan_de_tx() 197 de->tx_wait_end_freq = wait_time ? freq : 0; in nan_de_tx() 204 unsigned int wait_time, in nan_de_tx_sdf() argument 271 nan_de_tx(de, srv->freq, wait_time, dst, de->nmi, wildcard_bssid, buf); in nan_de_tx_sdf() 334 unsigned int wait_time = 100; in nan_de_tx_multicast() local 345 wait_time = ms; in nan_de_tx_multicast() 352 nan_de_tx_sdf(de, srv, wait_time, type, nan_network_id, in nan_de_tx_multicast()
|
H A D | gas_server.h | 22 unsigned int wait_time));
|
H A D | nan_de.h | 30 int (*tx)(void *ctx, unsigned int freq, unsigned int wait_time,
|
/freebsd/tools/tools/netrate/netsend/ |
H A D | netsend.c | 100 wait_time(struct timespec ts, struct timespec *wakeup_ts, long long *waited) in wait_time() function 180 if (wait_time(starttime, NULL, NULL) == -1) in timing_loop() 209 if (wait_time(nexttime, &tmptime, &waited) == -1) in timing_loop()
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_ioctl.c | 386 sc->wait_time = 5000; in lio_change_mtu() 442 nctrl.wait_time = 100; in lio_set_mac() 536 nctrl.wait_time = 0; in lio_set_mcast_list()
|
H A D | lio_rss.c | 122 sc->wait_time = 1000; in lio_send_rss_param()
|
H A D | lio_main.c | 1286 sc->wait_time = 3000; in lio_setup_nic_devices() 1627 nctrl.wait_time = 100; in lio_set_rxcsum_command() 2039 sc->wait_time = 5000; in lio_send_rx_ctrl_cmd() 2076 nctrl.wait_time = 100; in lio_vlan_rx_add_vid() 2107 nctrl.wait_time = 100; in lio_vlan_rx_kill_vid()
|
H A D | lio_sysctl.c | 121 nctrl.wait_time = 100; in lio_send_queue_count_update() 696 nctrl.wait_time = 100; in lio_get_set_pauseparam() 1424 sc->wait_time = 500; /* in milli seconds */ in lio_get_fw_stats() 1487 sc->wait_time = 1000; in lio_get_intrmod_cfg() 1553 sc->wait_time = 1000; in lio_set_intrmod_cfg()
|