Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dwpa_debug_zephyr.h68 wpa_printf_impl(level, fmt, ##__VA_ARGS__))
70 void wpa_printf_impl(int level, const char *fmt, ...) PRINTF_FORMAT(2, 3);
Dwpa_debug_zephyr.c26 void wpa_printf_impl(int level, const char *fmt, ...) in wpa_printf_impl() function