Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dwpa_debug.h27 #define wpa_debug_print_timestamp() do {} while (0) macro
50 #define wpa_debug_print_timestamp() do { } while (0) macro
73 void wpa_debug_print_timestamp(void);
Dwpa_debug.c59 void wpa_debug_print_timestamp(void) in wpa_debug_print_timestamp() function
94 wpa_debug_print_timestamp(); in wpa_printf()
117 wpa_debug_print_timestamp(); in _wpa_hexdump()
169 wpa_debug_print_timestamp(); in _wpa_hexdump_ascii()
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.h23 #define wpa_debug_print_timestamp() do {} while (0) macro
49 #define wpa_debug_print_timestamp() do { } while (0) macro
79 void wpa_debug_print_timestamp(void);
Dwpa_debug.c60 void wpa_debug_print_timestamp(void) in wpa_debug_print_timestamp() function
137 wpa_debug_print_timestamp(); in wpa_printf()
195 wpa_debug_print_timestamp(); in _wpa_hexdump()
247 wpa_debug_print_timestamp(); in _wpa_hexdump_ascii()
/external/wpa_supplicant_8/hostapd/
Dmain.c137 wpa_debug_print_timestamp(); in hostapd_logger_cb()