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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dairtime_policy.c92 static int sta_set_airtime_weight(struct hostapd_data *hapd, function
112 sta_set_airtime_weight(hapd, sta, weight);
245 return sta_set_airtime_weight(hapd, sta, weight);
H A Dap_drv_ops.c596 if (!hapd->driver || !hapd->driver->sta_set_airtime_weight)
598 return hapd->driver->sta_set_airtime_weight(hapd->drv_priv, addr,
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h2987 * sta_set_airtime_weight - Set station airtime weight (AP only)
2993 int (*sta_set_airtime_weight)(void *priv, const u8 *addr, member in struct:wpa_driver_ops

Completed in 145 milliseconds