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

  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 701 static hostapd_logger_cb_func hostapd_logger_cb = NULL; variable
705 hostapd_logger_cb = func;
726 if (hostapd_logger_cb)
727 hostapd_logger_cb(ctx, addr, module, level, buf, len);
  /external/wpa_supplicant_8/hostapd/
main.c 48 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function
376 hostapd_logger_register_cb(hostapd_logger_cb);
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 83 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, function
1111 hostapd_logger_register_cb(hostapd_logger_cb);
    [all...]

Completed in 232 milliseconds