Home
last modified time | relevance | path

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

/hostap-latest/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()
/hostap-latest/src/radius/
Dradius_client.c469 u32 delay_time; in radius_client_retransmit() local
479 delay_time = now - entry->first_try; in radius_client_retransmit()
480 WPA_PUT_BE32(acct_delay_time, delay_time); in radius_client_retransmit()
484 delay_time); in radius_client_retransmit()