Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
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()
Dsta_info.h326 struct os_reltime backlogged_until; member