Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dairtime_policy.c60 sta->backlogged_until = *now; in set_new_backlog_time()
61 sta->backlogged_until.usec += hapd->iconf->airtime_update_interval * in set_new_backlog_time()
63 while (sta->backlogged_until.usec >= 1000000) { in set_new_backlog_time()
64 sta->backlogged_until.sec++; in set_new_backlog_time()
65 sta->backlogged_until.usec -= 1000000; in set_new_backlog_time()
85 if (os_reltime_before(&now, &sta->backlogged_until)) in count_backlogged_sta()
H A Dsta_info.h284 struct os_reltime backlogged_until; member