Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
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 …]
Dsta_info.h326 unsigned int airtime_weight; member
Dhostapd.h420 unsigned int airtime_weight; member
Dap_config.h781 unsigned int airtime_weight; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dairtime_policy.c98 if (weight != sta->airtime_weight && in sta_set_airtime_weight()
102 sta->airtime_weight = weight; in sta_set_airtime_weight()
144 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
156 wt_sum += bss->conf->airtime_weight; in update_airtime_weights()
163 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
180 bss->conf->airtime_weight * num_sta_sum) in update_airtime_weights()
190 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
199 wt = bss->conf->airtime_weight * num_sta_prod / in update_airtime_weights()
204 bss->airtime_weight = wt; in update_airtime_weights()
213 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
[all …]
Dsta_info.h283 unsigned int airtime_weight; member
Dhostapd.h393 unsigned int airtime_weight; member
Dap_config.h738 unsigned int airtime_weight; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4407 bss->airtime_weight = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4592 bss->airtime_weight = atoi(pos); in hostapd_config_fill()