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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h207 if (hapd->driver == NULL || hapd->driver->sta_clear_stats == NULL)
209 return hapd->driver->sta_clear_stats(hapd->drv_priv, addr);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h2942 * sta_clear_stats - Clear station statistics (AP only)
2947 int (*sta_clear_stats)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1197 .sta_clear_stats = hostap_sta_clear_stats,
H A Ddriver_atheros.c2281 .sta_clear_stats = atheros_sta_clear_stats,

Completed in 171 milliseconds