Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dwpa_debug_zephyr.h196 wpa_msg_impl(ctx, level, fmt, ##__VA_ARGS__))
198 void wpa_msg_impl(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
Dwpa_debug_zephyr.c177 void wpa_msg_impl(void *ctx, int level, const char *fmt, ...) in wpa_msg_impl() function