Home
last modified time | relevance | path

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

/src/contrib/wpa/src/utils/
H A Dwpa_debug.h291 typedef void (*hostapd_logger_cb_func)(void *ctx, const u8 *addr, typedef
299 void hostapd_logger_register_cb(hostapd_logger_cb_func func);
H A Dwpa_debug.c825 static hostapd_logger_cb_func hostapd_logger_cb = NULL;
827 void hostapd_logger_register_cb(hostapd_logger_cb_func func) in hostapd_logger_register_cb()