Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dairtime_policy.c102 if (weight != sta->airtime_weight && in sta_set_airtime_weight()
106 sta->airtime_weight = weight; in sta_set_airtime_weight()
148 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
160 wt_sum += bss->conf->airtime_weight; in update_airtime_weights()
167 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
184 bss->conf->airtime_weight * num_sta_sum) in update_airtime_weights()
194 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
203 wt = bss->conf->airtime_weight * num_sta_prod / in update_airtime_weights()
208 bss->airtime_weight = wt; in update_airtime_weights()
217 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
[all …]
H A Dsta_info.h326 unsigned int airtime_weight; member
H A Dhostapd.h420 unsigned int airtime_weight; member
H A Dap_config.h781 unsigned int airtime_weight; member
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4592 bss->airtime_weight = atoi(pos); in hostapd_config_fill()