Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c4204 static whd_arp_stats_t arp_stats_test; /* read twice to make sure we match */ in whd_arp_stats_get() local
4213 memcpy(&arp_stats_test, arp_stats, 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()