Home
last modified time | relevance | path

Searched refs:hostapd_logger_cb (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.c825 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable
829 hostapd_logger_cb = func; in hostapd_logger_register_cb()
854 if (hostapd_logger_cb) in hostapd_logger()
855 hostapd_logger_cb(ctx, addr, module, level, buf, len); in hostapd_logger()
/freebsd/contrib/wpa/hostapd/
H A Dmain.c45 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() function
442 hostapd_logger_register_cb(hostapd_logger_cb); in hostapd_global_init()
/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.c93 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() function
1354 hostapd_logger_register_cb(hostapd_logger_cb); in main()