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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dairtime_policy.c40 unsigned int update_int = iface->conf->airtime_update_interval; local
42 if (!update_int) {
45 update_int);
49 *sec = update_int / 1000;
50 *usec = (update_int % 1000) * 1000;

Completed in 115 milliseconds