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

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c816 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable
820 hostapd_logger_cb = func;
845 if (hostapd_logger_cb)
846 hostapd_logger_cb(ctx, addr, module, level, buf, len);
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dmain.c44 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function
344 hostapd_logger_register_cb(hostapd_logger_cb);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.c92 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function
1315 hostapd_logger_register_cb(hostapd_logger_cb);

Completed in 91 milliseconds