Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c4283 static whd_arp_stats_t arp_stats_test; /* read twice to make sure we match */ in whd_arp_stats_get() local
4292 memcpy(&arp_stats_test, arp_stats, sizeof(whd_arp_stats_t) ); in whd_arp_stats_get()
4356 if (memcmp(&arp_stats_test, arp_stats, sizeof(whd_arp_stats_t) ) == 0) in whd_arp_stats_get()
4361 memcpy(&arp_stats_test, arp_stats, sizeof(whd_arp_stats_t) ); in whd_arp_stats_get()