Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dwpa_debug_zephyr.c345 static hostapd_logger_cb_func hostapd_logger_cb; variable
349 hostapd_logger_cb = func; in hostapd_logger_register_cb()
371 if (hostapd_logger_cb) in hostapd_logger()
372 hostapd_logger_cb(ctx, addr, module, level, buf, len); in hostapd_logger()
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()
/hostap-latest/radius_example/
Dradius_example.c24 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() function
102 hostapd_logger_register_cb(hostapd_logger_cb); in main()
/hostap-latest/hostapd/
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()
/hostap-latest/wpa_supplicant/
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()