Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dwpa_debug.c817 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable
821 hostapd_logger_cb = func; in hostapd_logger_register_cb()
846 if (hostapd_logger_cb) in hostapd_logger()
847 hostapd_logger_cb(ctx, addr, module, level, buf, len); in hostapd_logger()
/external/wpa_supplicant_8/hostapd/
Dmain.c46 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() function
343 hostapd_logger_register_cb(hostapd_logger_cb); in hostapd_global_init()
/external/wpa_supplicant_8/wpa_supplicant/
Deapol_test.c92 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() function
1313 hostapd_logger_register_cb(hostapd_logger_cb); in main()