Searched refs:update_airtime_weights (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | airtime_policy.c | 133 static void update_airtime_weights(void *eloop_data, void *user_data) in update_airtime_weights() function 225 eloop_register_timeout(sec, usec, update_airtime_weights, iface, in update_airtime_weights() 265 eloop_register_timeout(sec, usec, update_airtime_weights, iface, NULL); in airtime_policy_update_init() 272 eloop_cancel_timeout(update_airtime_weights, iface, NULL); in airtime_policy_update_deinit()
|