Home
last modified time | relevance | path

Searched refs:delay_time (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_ht.c364 unsigned int delay_time; in hostapd_2040_coex_action() local
365 delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in hostapd_2040_coex_action()
369 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in hostapd_2040_coex_action()
373 delay_time); in hostapd_2040_coex_action()
444 unsigned int delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in ht40_intolerant_remove() local
448 delay_time); in ht40_intolerant_remove()
450 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in ht40_intolerant_remove()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_ht.c342 unsigned int delay_time; in hostapd_2040_coex_action() local
343 delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in hostapd_2040_coex_action()
347 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in hostapd_2040_coex_action()
351 delay_time); in hostapd_2040_coex_action()
422 unsigned int delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in ht40_intolerant_remove() local
426 delay_time); in ht40_intolerant_remove()
428 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in ht40_intolerant_remove()
/third_party/lwip/src/include/lwip/priv/
Dnd6_priv.h87 u32_t delay_time; /* ticks (ND6_TMR_INTERVAL) */ member
/third_party/libsnd/programs/
Dsndfile-play.c738 unsigned long delay_time ; in solaris_play() local
776 delay_time = (BUFFER_LEN * 1000000) / (audio_info.play.sample_rate * 4) ; in solaris_play()
799 usleep (delay_time) ; in solaris_play()
/third_party/lwip/src/core/ipv6/
Dnd6.c524 neighbor_cache[i].counter.delay_time = LWIP_ND6_DELAY_FIRST_PROBE_TIME / ND6_TMR_INTERVAL; in nd6_input()
545 neighbor_cache[i].counter.delay_time = LWIP_ND6_DELAY_FIRST_PROBE_TIME / ND6_TMR_INTERVAL; in nd6_input()
879 … neighbor_cache[i].counter.delay_time = LWIP_ND6_DELAY_FIRST_PROBE_TIME / ND6_TMR_INTERVAL; in nd6_input()
888 … neighbor_cache[i].counter.delay_time = LWIP_ND6_DELAY_FIRST_PROBE_TIME / ND6_TMR_INTERVAL; in nd6_input()
995 if (neighbor_cache[i].counter.delay_time <= 1) { in nd6_tmr()
1000 neighbor_cache[i].counter.delay_time--; in nd6_tmr()
2274 neighbor_cache[i].counter.delay_time = LWIP_ND6_DELAY_FIRST_PROBE_TIME / ND6_TMR_INTERVAL; in nd6_get_next_hop_addr_or_queue()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_client.c437 u32 delay_time; in radius_client_retransmit() local
447 delay_time = now - entry->first_try; in radius_client_retransmit()
448 WPA_PUT_BE32(acct_delay_time, delay_time); in radius_client_retransmit()
452 delay_time); in radius_client_retransmit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.c438 u32 delay_time; in radius_client_retransmit() local
448 delay_time = now - entry->first_try; in radius_client_retransmit()
449 WPA_PUT_BE32(acct_delay_time, delay_time); in radius_client_retransmit()
453 delay_time); in radius_client_retransmit()