Searched refs:reset_stats (Results 1 – 7 of 7) sorted by relevance
119 static void reset_stats(void) in reset_stats() function157 reset_stats(); in get_reset_stats()271 reset_stats(); in conn_mgr_before()
826 if (wifi_mgmt_api == NULL || wifi_mgmt_api->reset_stats == NULL) { in wifi_iface_stats_reset()830 return wifi_mgmt_api->reset_stats(dev); in wifi_iface_stats_reset()
1384 int (*reset_stats)(const struct device *dev); member
831 .reset_stats = nrf_wifi_stats_reset,
2118 .reset_stats = nxp_wifi_reset_stats,2204 .reset_stats = nxp_wifi_reset_stats,
63 .reset_stats = supplicant_reset_stats,
1759 if (!wifi_mgmt_api || !wifi_mgmt_api->reset_stats) {1764 return wifi_mgmt_api->reset_stats(dev);