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

  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 167 #define wpa_msg_global(args...) do { } while (0) macro
206 * wpa_msg_global - Global printf for ctrl_iface monitors
218 void wpa_msg_global(void *ctx, int level, const char *fmt, ...)
229 * This function is like wpa_msg_global(), but it sends the output only to the
258 * This function is like wpa_msg_global(), but it sends the output only as a
266 WPA_MSG_GLOBAL,
wpa_debug.c 673 void wpa_msg_global(void *ctx, int level, const char *fmt, ...) function
686 wpa_printf(MSG_ERROR, "wpa_msg_global: Failed to allocate "
695 wpa_msg_cb(ctx, level, WPA_MSG_GLOBAL, buf, len);
723 wpa_msg_cb(ctx, level, WPA_MSG_GLOBAL, buf, len);

Completed in 464 milliseconds