Searched refs:arp_stats (Results 1 – 2 of 2) sorted by relevance
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_wifi_api.c | 4156 arp_ol_stats_t arp_stats; /* WL struct, not ours! */ in whd_arp_hostip_list_get() local 4165 memset(&arp_stats, 0x00, sizeof(arp_ol_stats_t) ); in whd_arp_hostip_list_get() 4166 …whd_ret = whd_wifi_get_iovar_buffer(ifp, "arp_stats", (uint8_t *)&arp_stats, sizeof(arp_ol_stats_t… in whd_arp_hostip_list_get() 4179 for (index = 0; (index < count) && (index < arp_stats.host_ip_entries); index++) in whd_arp_hostip_list_get() 4200 whd_result_t whd_arp_stats_get(whd_interface_t ifp, whd_arp_stats_t *arp_stats) in whd_arp_stats_get() argument 4207 if (arp_stats == NULL) 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() 4221 whd_wifi_get_iovar_buffer(ifp, IOVAR_STR_ARP_STATS, (uint8_t *)&arp_stats->stats, in whd_arp_stats_get() 4230 … whd_wifi_get_iovar_buffer(ifp, IOVAR_STR_ARP_OL, (uint8_t *)&arp_stats->features_enabled, in whd_arp_stats_get() [all …]
|
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/ |
D | whd_wifi_api.h | 1059 whd_result_t whd_arp_stats_print(whd_arp_stats_t *arp_stats, const char *title);
|