Home
last modified time | relevance | path

Searched refs:whd_arp_stats_t (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h1049 whd_result_t whd_arp_stats_get(whd_interface_t ifp, whd_arp_stats_t *stats);
1059 whd_result_t whd_arp_stats_print(whd_arp_stats_t *arp_stats, const char *title);
Dwhd_types.h90 typedef struct whd_arp_stats_s whd_arp_stats_t; typedef
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c4200 whd_result_t whd_arp_stats_get(whd_interface_t ifp, whd_arp_stats_t *arp_stats) in whd_arp_stats_get()
4204 static whd_arp_stats_t arp_stats_test; /* read twice to make sure we match */ in whd_arp_stats_get()
4213 memcpy(&arp_stats_test, arp_stats, sizeof(whd_arp_stats_t) ); in whd_arp_stats_get()
4214 memset(arp_stats, 0xFF, sizeof(whd_arp_stats_t) ); in whd_arp_stats_get()
4277 if (memcmp(&arp_stats_test, arp_stats, sizeof(whd_arp_stats_t) ) == 0) in whd_arp_stats_get()
4282 memcpy(&arp_stats_test, arp_stats, sizeof(whd_arp_stats_t) ); in whd_arp_stats_get()
4288 whd_result_t whd_arp_stats_print(whd_arp_stats_t *arp_stats, const char *title) in whd_arp_stats_print()