HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_logger_cb (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 349 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable
353 hostapd_logger_cb = func;
374 if (hostapd_logger_cb)
375 hostapd_logger_cb(ctx, addr, module, level, buf, len);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 654 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable
658 hostapd_logger_cb = func;
679 if (hostapd_logger_cb)
680 hostapd_logger_cb(ctx, addr, module, level, buf, len);
  /external/wpa_supplicant_8/hostapd/
main.c 47 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function
364 hostapd_logger_register_cb(hostapd_logger_cb);
  /external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c 85 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function
1031 hostapd_logger_register_cb(hostapd_logger_cb);
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 84 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function
1112 hostapd_logger_register_cb(hostapd_logger_cb);
    [all...]

Completed in 320 milliseconds