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

/netbsd-current/external/bsd/wpa/dist/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);
/netbsd-current/external/bsd/wpa/dist/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);
/netbsd-current/external/bsd/wpa/dist/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 185 milliseconds