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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 353 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, function
363 wpa_printf(MSG_ERROR, "hostapd_logger: Failed to allocate "
373 wpa_printf(MSG_DEBUG, "hostapd_logger: %s", buf);
wpa_debug.h 214 #define hostapd_logger(args...) do { } while (0) macro
217 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level,
225 * hostapd_logger_register_cb - Register callback function for hostapd_logger()
  /external/wpa_supplicant/
eapol_test.c 79 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, function

Completed in 412 milliseconds