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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbss_load.c24 unsigned int update_timeout; local
33 update_timeout = update_period * beacon_int;
35 *sec = ((update_timeout / 1000) * 1024) / 1000;
36 *usec = (update_timeout % 1000) * 1024;

Completed in 114 milliseconds