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

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dairtime_policy.c60 sta->backlogged_until = *now;
61 sta->backlogged_until.usec += hapd->iconf->airtime_update_interval *
63 while (sta->backlogged_until.usec >= 1000000) {
64 sta->backlogged_until.sec++;
65 sta->backlogged_until.usec -= 1000000;
85 if (os_reltime_before(&now, &sta->backlogged_until))
H A Dsta_info.h284 struct os_reltime backlogged_until; member in struct:sta_info

Completed in 142 milliseconds