Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h976 whd_result_t whd_arp_features_print(uint32_t features, const char *title);
1059 whd_result_t whd_arp_stats_print(whd_arp_stats_t *arp_stats, const char *title);
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c3985 whd_result_t whd_arp_features_print(uint32_t features, const char *title) in whd_arp_features_print() argument
3987 if (title != NULL) in whd_arp_features_print()
3989 WPRINT_MACRO( ("%s\n", title) ); in whd_arp_features_print()
4288 whd_result_t whd_arp_stats_print(whd_arp_stats_t *arp_stats, const char *title) in whd_arp_stats_print() argument
4297 if (title != NULL) in whd_arp_stats_print()
4299 WPRINT_MACRO( ("%s\n", title) ); in whd_arp_stats_print()