Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dnan_de.c58 struct os_reltime next_publish_state; member
280 if (os_reltime_before(&srv->next_publish_state, in nan_de_time_to_next_chan_change()
282 tmp = srv->next_publish_state; in nan_de_time_to_next_chan_change()
286 tmp = srv->next_publish_state; in nan_de_time_to_next_chan_change()
296 os_get_reltime(&srv->next_publish_state); in nan_de_set_publish_times()
297 srv->next_publish_chan = srv->next_publish_state; in nan_de_set_publish_times()
299 os_reltime_add_ms(&srv->next_publish_state, in nan_de_set_publish_times()
456 next = srv->next_publish_state; in nan_de_next_multicast()
502 if (os_reltime_initialized(&srv->next_publish_state)) { in nan_de_srv_time_to_next()
503 os_reltime_sub(&srv->next_publish_state, now, &diff); in nan_de_srv_time_to_next()
[all …]