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

  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 145 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
147 * needed in the control interface while wpa_msg() has to be used for anything
150 #define wpa_dbg(args...) wpa_msg(args)
156 #define wpa_msg(args...) do { } while (0) macro
164 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
177 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
187 * This function is like wpa_msg(), but it sends the output only to the
202 * This function is like wpa_msg(), but it sends the output as a global event,
218 * This function is like wpa_msg(), but it does not send the output as a global
228 * wpa_msg_register_cb - Register callback function for wpa_msg() message
    [all...]
wpa_debug.c 594 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
604 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "

Completed in 35 milliseconds