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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 78 * wpa_printf - conditional printf
88 void wpa_printf(int level, const char *fmt, ...) function
265 wpa_printf(MSG_ERROR, "wpa_debug_open_file: Failed to open "
309 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
316 wpa_printf(level, "%s", buf);
335 wpa_printf(MSG_ERROR, "wpa_msg_ctrl: Failed to allocate "
367 wpa_printf(MSG_ERROR, "hostapd_logger: Failed to allocate "
377 wpa_printf(MSG_DEBUG, "hostapd_logger: %s", buf);
wpa_debug.h 39 #define wpa_printf(level, ...) \ macro
51 #define wpa_printf(args...) do { } while (0) macro
76 * wpa_printf - conditional printf
86 void wpa_printf(int level, const char *fmt, ...)
180 * configuration. This function is like wpa_printf(), but it also sends the
  /external/wpa_supplicant/
common.c 189 * wpa_printf - conditional printf
199 void wpa_printf(int level, char *fmt, ...) function
376 wpa_printf(MSG_ERROR, "wpa_debug_open_file: Failed to open "
420 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
427 wpa_printf(level, "%s", buf);
490 wpa_printf(MSG_ERROR, "%s: GetLastError: %d",
common.h 271 #define wpa_printf(level, ...) \ macro
283 #define wpa_printf(args...) do { } while (0) macro
306 * wpa_printf - conditional printf
316 void wpa_printf(int level, char *fmt, ...)
397 * configuration. This function is like wpa_printf(), but it also sends the
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 122 * wpa_printf - conditional printf
132 void wpa_printf(int level, const char *fmt, ...) function
324 wpa_printf(MSG_ERROR, "Last-path was not set, cannot "
349 wpa_printf(MSG_ERROR, "wpa_debug_open_file: Failed to open "
404 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "
421 wpa_printf(level, "%s%s", prefix, buf);
440 wpa_printf(MSG_ERROR, "wpa_msg_ctrl: Failed to allocate "
472 wpa_printf(MSG_ERROR, "hostapd_logger: Failed to allocate "
482 wpa_printf(MSG_DEBUG, "hostapd_logger: STA " MACSTR " - %s",
485 wpa_printf(MSG_DEBUG, "hostapd_logger: %s", buf)
    [all...]
wpa_debug.h 49 #define wpa_printf android_printf macro
56 #define wpa_printf(args...) do { } while (0) macro
88 * wpa_printf - conditional printf
98 void wpa_printf(int level, const char *fmt, ...)
204 * configuration. This function is like wpa_printf(), but it also sends the

Completed in 54 milliseconds