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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dairtime_policy.c116 static unsigned int get_airtime_quantum(unsigned int max_wt) argument
118 unsigned int quantum = AIRTIME_QUANTUM_TARGET / max_wt;
139 int wt, num_bss = 0, max_wt = 0; local
205 if (wt > max_wt)
206 max_wt = wt;
209 quantum = get_airtime_quantum(max_wt);

Completed in 122 milliseconds