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.c785 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable
789 hostapd_logger_cb = func; in hostapd_logger_register_cb()
814 if (hostapd_logger_cb) in hostapd_logger()
815 hostapd_logger_cb(ctx, addr, module, level, buf, len); in hostapd_logger()
/external/wpa_supplicant_8/hostapd/
Dmain.c42 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() function
342 hostapd_logger_register_cb(hostapd_logger_cb); in hostapd_global_init()
/external/wpa_supplicant_8/wpa_supplicant/
Deapol_test.c91 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() function
1318 hostapd_logger_register_cb(hostapd_logger_cb); in main()