Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dairtime_policy.c120 static unsigned int get_airtime_quantum(unsigned int max_wt) in get_airtime_quantum() argument
122 unsigned int quantum = AIRTIME_QUANTUM_TARGET / max_wt; in get_airtime_quantum()
143 int wt, num_bss = 0, max_wt = 0; in update_airtime_weights() local
209 if (wt > max_wt) in update_airtime_weights()
210 max_wt = wt; in update_airtime_weights()
213 quantum = get_airtime_quantum(max_wt); in update_airtime_weights()