Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dairtime_policy.c92 static int sta_set_airtime_weight(struct hostapd_data *hapd, in sta_set_airtime_weight() function
112 sta_set_airtime_weight(hapd, sta, weight); in set_sta_weights()
245 return sta_set_airtime_weight(hapd, sta, weight); in airtime_policy_new_sta()
Dap_drv_ops.c603 if (!hapd->driver || !hapd->driver->sta_set_airtime_weight) in hostapd_sta_set_airtime_weight()
605 return hapd->driver->sta_set_airtime_weight(hapd->drv_priv, addr, in hostapd_sta_set_airtime_weight()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3302 int (*sta_set_airtime_weight)(void *priv, const u8 *addr, member
Ddriver_nl80211.c12130 .sta_set_airtime_weight = driver_nl80211_sta_set_airtime_weight,