Searched defs:hostapd_logger_cb (Results 1 - 5 of 5) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | wpa_debug.c | 785 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable 789 hostapd_logger_cb = func; 814 if (hostapd_logger_cb) 815 hostapd_logger_cb(ctx, addr, module, level, buf, len);
|
/external/wpa_supplicant_8/src/utils/ |
H A D | wpa_debug.c | 785 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable 789 hostapd_logger_cb = func; 814 if (hostapd_logger_cb) 815 hostapd_logger_cb(ctx, addr, module, level, buf, len);
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | wpa_debug.c | 785 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable 789 hostapd_logger_cb = func; 814 if (hostapd_logger_cb) 815 hostapd_logger_cb(ctx, addr, module, level, buf, len);
|
/external/wpa_supplicant_8/hostapd/ |
H A D | main.c | 42 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function 342 hostapd_logger_register_cb(hostapd_logger_cb);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | eapol_test.c | 91 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function 1318 hostapd_logger_register_cb(hostapd_logger_cb);
|
Completed in 237 milliseconds