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 154 * wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
156 * needed in the control interface while wpa_msg() has to be used for anything
159 #define wpa_dbg(args...) wpa_msg(args)
165 #define wpa_msg(args...) do { } while (0) macro
175 * wpa_msg - Conditional printf for default target and ctrl_iface monitors
188 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
198 * This function is like wpa_msg(), but it sends the output only to the
213 * This function is like wpa_msg(), but it sends the output as a global event,
244 * This function is like wpa_msg(), but it does not send the output as a global
275 * wpa_msg_register_cb - Register callback function for wpa_msg() message
    [all...]
wpa_debug.c 607 void wpa_msg(void *ctx, int level, const char *fmt, ...) function
621 wpa_printf(MSG_ERROR, "wpa_msg: Failed to allocate message "

Completed in 889 milliseconds